frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Oath – prove a human authorized each action before your AI agent acts

https://github.com/oath-protocol/oath-protocol
1•danbitengo•24s ago•0 comments

Too Use: The Bridge Between Software Engineering and Agentic AI

https://agenticloopsai.substack.com/p/when-llms-finally-made-sense-to-me
1•vbanthia__•40s ago•0 comments

Ask HN: How many of you hold an amateur radio license in your country?

1•ToddWBurgess•2m ago•0 comments

Show HN: Persistent Agent Framework – Self-Correcting AI Agents on Claude Code

https://www.roryteehan.com/writing/i-built-an-ai-agent-that-writes-its-own-rules
1•raw_shu•2m ago•0 comments

Four months of Ruby Central moving Ruby backward

https://andre.arko.net/2026/03/03/four-months-of-ruby-central-moving-ruby-backward/
1•martinhath•2m ago•0 comments

Show HN: FetchPrompt – Manage LLM prompts outside your code with a REST API

https://www.fetchprompt.dev/
1•sharvin26•3m ago•0 comments

Show HN: SignalKit: Real-time audio DSP in pure Swift, zero dependencies

https://github.com/CastorLogic/SignalKit
1•CastorLogic•3m ago•1 comments

OpenAI amending contract with pentagon amid backlash

https://www.businessinsider.com/openai-amending-contract-with-pentagon-amid-backlash-mass-surveil...
1•discoinverno•4m ago•0 comments

Show HN: Open-sourced AI Agent runtime (YAML-first)

https://github.com/NikoSokratous/agentctl
1•nsokra02•5m ago•0 comments

Show HN: Mark your city and see where other builders are

https://nomaddot.verifiedtools.info/
1•oyaa52•5m ago•1 comments

Why mathematicians hate Good Will Hunting

https://www.scientificamerican.com/article/why-mathematicians-hate-good-will-hunting/
1•wglb•5m ago•0 comments

Show HN: I built a proxy that cuts LLM costs 40-60% – no AI involved

https://agentready.cloud/hn
1•christalingx•5m ago•1 comments

Gibberlink aims to make phone calls more efficient (2025)

https://www.heise.de/en/news/When-AI-talks-to-AI-Gibberlink-aims-to-make-phone-calls-more-efficie...
1•doener•8m ago•0 comments

The Gram Editor

https://rubenerd.com/the-gram-editor/
1•mikece•9m ago•0 comments

Hacking Involved in Khamenei Assassination

https://www.jpost.com/middle-east/iran-news/article-888598
2•nanna•10m ago•0 comments

Show HN: Self-Protecting Files for the Agentic Era

1•cl0r0x70•10m ago•0 comments

Show HN: PrivacyShield – Mask your PII before it reaches ChatGPT/Claude

https://www.piiblock.com
1•BuddhikaR•10m ago•1 comments

IT.System.Updates

1•NurseJohnBless•10m ago•2 comments

Reverse engineering "Hello World" in QuickBASIC 3.0

https://marnetto.net/2026/03/01/brun-hello-world
1•LaSombra•11m ago•0 comments

Show HN: Learnprints – a full learning OS I built solo on nights and weekends

https://learnprints.ca
1•Jessyabc•15m ago•1 comments

Situational Awareness: the decade ahead (2024)

https://situational-awareness.ai/
1•andsoitis•17m ago•0 comments

Extremophile survives the pressures of impact-induced ejection from Mars

https://academic.oup.com/pnasnexus/article/5/3/pgag018/8503064
1•geox•17m ago•0 comments

Show HN: Dice Jaga – A simple Yahtzee x Roguelike inspired web game

https://dice-jaga.bryanhogan.com/
1•bryanhogan•17m ago•0 comments

Ask HN: How do agencies price projects when AI increases productivity and costs?

1•hakonbogen•18m ago•0 comments

Show HN: MCP server that timestamps every web extraction for AI agents

https://github.com/PrinceGabriel-lgtm/freshcontext-mcp
1•Prince-Gabriel•18m ago•0 comments

Data centres in space: less crazy than you think

https://economist.com/science-and-technology/2026/03/02/data-centres-in-space-less-crazy-than-you...
1•andsoitis•18m ago•0 comments

Querying 3B Vectors

https://vickiboykis.com/2026/02/21/querying-3-billion-vectors/
1•surprisetalk•19m ago•0 comments

Do Less

https://usefulfictions.substack.com/p/do-less
1•surprisetalk•19m ago•0 comments

Making interesting borders with CSS corner-shape

https://cassidoo.co/post/css-corner-shape/
1•surprisetalk•19m ago•0 comments

The Housing Ladder's Broken Promise

https://progressandpoverty.substack.com/p/the-housing-ladders-broken-promise
1•surprisetalk•19m 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•9mo ago

Comments

uberman•9mo 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•9mo 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•9mo 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•9mo 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?