frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Why do we train AI on one-on-one dialogues instead of group dynamics?

1•kubiknubika•2m ago•0 comments

Are AI Agents like von Hammerstein's industrious and stupid?

1•multidude•3m ago•0 comments

Why the Spec-to-Code Gap Cannot Be Closed?

https://www.causalitylimited.com/p/why-the-spec-to-code-gap-cannot-be
1•causalityltd•3m ago•0 comments

No Pills or Needles, Just Paper: How Deadly Drugs Are Changing

https://www.nytimes.com/2026/03/21/world/deadly-drugs-paper.html
1•Physkal•5m ago•0 comments

Agentic pre-commit hook with OpenCode Go SDK

https://www.youtube.com/watch?v=3j_Oh525Xrs
1•der_gopher•7m ago•0 comments

Reevaluating 1990s OOP in Java: DOP, Scoped Values, and Structured Concurrency

https://blog.arkstack.dev/en/blog/reevaluating-1990s-oop-in-java/
1•arkstack•8m ago•0 comments

A Simulated Dinosaur Nest Revealed Prehistoric Parenting Strategies

https://nautil.us/how-a-simulated-dinosaur-nest-revealed-prehistoric-parenting-strategies-1279134
1•Brajeshwar•10m ago•0 comments

Music and song discovery made simple

https://www.secondtrack.co/feed
1•eriatarka•15m ago•1 comments

Show HN: A minimal SVG polygon shape creator in the web

https://svg.koljasam.com/
1•blackbrokkoli•16m ago•0 comments

Healing and the Church

https://deepcode.substack.com/p/the-coming-great-transition-healing
3•longitudinal93•17m ago•0 comments

DFS and BFS Graph Searching Algorithms Explained

https://www.youtube.com/watch?v=TIbUeeksXcI
1•Brysonbw•17m ago•0 comments

Nvidia is expanding its empire

https://www.economist.com/business/2026/03/17/nvidia-is-expanding-its-empire
2•andsoitis•19m ago•0 comments

Show HN: Looq, a Quick Look Extension for Markdown, Code, CSV, SQLite, and More

https://parcse.com/looq
1•sitxh•19m ago•0 comments

Iran's Strike Attempt on Diego Garcia Reveals Missile Range

https://www.bloomberg.com/news/articles/2026-03-21/iran-s-failed-diego-garcia-strike-is-show-of-m...
1•geox•21m ago•0 comments

The Trillion Dollar Race to Automate Our Entire Lives

https://www.wsj.com/tech/ai/claude-code-cursor-codex-vibe-coding-52750531
1•bookofjoe•21m ago•1 comments

Ask HN: Why isn't the NSA categorized as an APT?

2•TheOpenSourcer•23m ago•0 comments

The biggest medieval march in English history never happened

https://www.popsci.com/science/battle-of-hastings-march-wrong/
1•Brajeshwar•24m ago•0 comments

Context Anchoring

https://martinfowler.com/articles/reduce-friction-ai/context-anchoring.html
1•reg_dunlop•26m ago•1 comments

Show HN: Cap the spending of your agents

https://github.com/day50-dev/capit/
1•kristopolous•28m ago•0 comments

Interactive NEXRAD point cloud 3D visualization

https://github.com/dcgrigsby/nexrad
1•cyril-crutches•28m ago•0 comments

Design systems aren't for designers anymore, they're for agents

https://vibeflow.ai/blog/ai-doesnt-have-bad-taste-you-have-no-system/
3•alepeak•30m ago•0 comments

Autonomous AI research agent with Overleaf sync

https://github.com/nanoAgentTeam/research-claw
2•nanoAgentTeam•31m ago•1 comments

Unix philosophy is dead Long live something else?

https://sdomi.pl/weblog/27-manifesto-of-a-burnt-out-hacker/
2•tempodox•31m ago•1 comments

Is playing music good for the brain?

https://www.economist.com/science-and-technology/2026/03/20/is-playing-music-good-for-the-brain
3•andsoitis•34m ago•1 comments

NASA wants to know how the launch industry's chic new rocket fuel explodes

https://arstechnica.com/space/2026/03/nasa-is-blowing-stuff-up-to-study-the-explosive-potential-o...
3•The_Fox•35m ago•0 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
2•nickakre•35m ago•0 comments

The next phase of artificial intelligence may require different processors

https://www.economist.com/science-and-technology/2026/03/18/the-next-phase-of-artificial-intellig...
2•andsoitis•36m ago•0 comments

Why are humans the only species with a chin?

https://www.livescience.com/archaeology/human-evolution/why-are-humans-the-only-species-with-a-chin
2•Brajeshwar•37m ago•0 comments

Tea App That Claimed to Protect Women Exposes 72,000 IDs in Epic Security Fail

https://decrypt.co/331961/tea-app-claimed-protect-women-exposes-72000-ids-epic-security-fail
7•tempodox•41m ago•0 comments

An Open Letter to Mr Zuckerberg

https://deadneurons.substack.com/p/an-open-letter-to-mr-zuckerberg
3•nr378•42m 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?