frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grok ran 100M Monte Carlo simulations with 99.999999% black swan survival

1•bedardbrandon89•25s ago•0 comments

Welcome to FastMCP

https://gofastmcp.com/getting-started/welcome
2•Anon84•2m ago•0 comments

Writing an LLM from scratch, part 32g – Interventions: weight tying

https://www.gilesthomas.com/2026/03/llm-from-scratch-32g-interventions-weight-tying
1•gpjt•2m ago•0 comments

We scored 37 devtools companies to build a PMF benchmark–here's what we found

https://evilmartians.com/chronicles/product-market-fit-methodology-devtools
2•marko_dancer•2m ago•0 comments

Ask HN: Constrained LLM Games

1•AymanJabr•5m ago•0 comments

Show HN: Updated GiantJSON Viewer – Opening 100GB JSONs on Android (Rust+SIMD)

https://giantjson.com/
1•kotysoft•5m ago•2 comments

The Kaizen of Context: The Shift from Generation to Verification

https://carlsz.dev/posts/test-driven-design-kaizen-of-context
1•LyalinDotCom•5m ago•0 comments

The Case for Becoming an Engineering Manager

https://newsletter.thelongcommit.com/p/the-case-for-becoming-a-manager
1•jcmartinezdev•6m ago•0 comments

The Lost BART of the Midwest: Detroit's 1974 Transit Dream

https://thetransitguy.substack.com/p/the-lost-bart-of-the-midwest-detroits
1•FinnKuhn•7m ago•0 comments

Show HN: Krira Augment – Production-ready RAG in minutes

https://www.kriralabs.com/waitlist
1•kriralabs•8m ago•0 comments

Murten Panorama Digital Twin Scanning Project

https://paulbourke.net/panorama/MurtenStory/
1•Uncorrelated•9m ago•0 comments

Guido Interviews Brett Cannon

https://gvanrossum.github.io/interviews/BrettCannon.html
1•BerislavLopac•9m ago•0 comments

Speeedy – A local-first, distraction-free RSVP reader for power users

https://speeedy.pages.dev/
1•Lasang•10m ago•0 comments

Show HN: Nekoni – local AI agent accessible from your phone, no cloud

https://nekoni.dev/
1•denysm•11m ago•0 comments

SysMoBench: Evaluating AI on Formally Modeling Complex Real-World Systems

http://muratbuffalo.blogspot.com/2026/03/sysmobench-evaluating-ai-on-formally.html
1•matt_d•11m ago•0 comments

OpenClaw VPS – managed OpenClaw without infra babysitting (7-day trial)

https://openclawvps.com/
1•jcochranio•11m ago•0 comments

Wordif.sh – word-by-word text comparison in color, output to HTML or PDF

https://github.com/jazzfan2/wordif
1•robtoscani•11m ago•1 comments

A Poisoned Security Scanner Became the Key to Backdooring LiteLLM

https://snyk.io/articles/poisoned-security-scanner-backdooring-litellm/
1•taubek•13m ago•0 comments

Show HN: Agentic Task Queue – batch processing of agentic tasks

2•endyai•16m ago•0 comments

How to Play Flight Simulator in VR on an EC2 Cloud Gaming Instance

https://vishal.rs/essay/how-to-play-flight-simulator-in-vr-on-an-ec2-cloud-gaming-instance
2•givemeethekeys•16m ago•0 comments

Image Generation and Upgraded AI Coding with Mojo

https://www.modular.com/blog/modular-26-2-state-of-the-art-image-generation-and-upgraded-ai-codin...
1•visheshdembla•18m ago•0 comments

KiCad 10 release – Dark mode, graphical DRC rule editor, new file importers

https://www.cnx-software.com/2026/03/22/kicad-10-release-dark-mode-graphical-drc-rule-editor-new-...
3•conductor•19m ago•1 comments

Tell HN: Russians may soon lose access to the global internet

5•taminka•19m ago•2 comments

Where You Work Matters List 2026

https://www.whereyouworkmatters.org/the-list/
2•impish9208•21m ago•1 comments

Singapore for Developers: Relocation Guide

https://relocateme.substack.com/p/moving-to-singapore-for-work
2•andrewstetsenko•21m ago•0 comments

HellForge: level editor for idTech4 games with procedural generators and MCP

https://hellforge.dev
2•klaussilveira•28m ago•0 comments

The Carbon Cost of Email

https://newslttrs.com/carbon-cost-of-email-part-two/
1•spzb•29m ago•0 comments

Fyrox Game Engine 1.0.0 released

https://fyrox.rs/blog/post/fyrox-game-engine-1-0-0/
1•klaussilveira•29m ago•0 comments

So what if LLMs can produce great art?

https://rebeccadai.substack.com/p/on-the-nature-of-daylight
4•randomparticlez•30m ago•1 comments

Show HN: Reverse lookup XKCD comics using Gemini multimodal embeddings

https://github.com/hemanth/xkcd-search
1•init0•32m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•10mo ago

Comments

uberman•10mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•10mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•10mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•10mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?