frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bernie Sanders, AOC announce AI data center moratorium bill [video]

https://www.youtube.com/watch?v=W5WtaHMYlLs
1•msuvakov•1m ago•0 comments

Gas Crisis Dwarfs Oil Shock as LNG Supply Breaks

https://oilprice.com/Energy/Natural-Gas/Gas-Crisis-Dwarfs-Oil-Shock-as-LNG-Supply-Breaks.html
1•toomuchtodo•1m ago•0 comments

Pareto Plane

https://maltefiala.com/pareto-plane/
1•maltefiala•1m ago•0 comments

Instant Grep CLI Implementation

https://github.com/GrowlyX/instantgrep/
1•subhamkts•2m ago•1 comments

Justice Department settles lawsuit from Michael Flynn for $1.2M

https://apnews.com/article/trump-michael-flynn-russia-justice-department-7b1d493300b5336900cb508c...
1•petethomas•2m ago•0 comments

Caffeine, cocaine, and painkillers detected in sharks from The Bahamas

https://www.sciencedirect.com/science/article/abs/pii/S0269749126001880
1•gnabgib•4m ago•0 comments

Call between POLITICO journalist and EU official was intercepted and published

https://www.politico.eu/article/politico-journalist-call-intercept-published-hacking-security-rev...
1•nobody9999•4m ago•0 comments

Don Cheli – 72 command SDD framework for Claude Code with TDD as iron law

https://github.com/doncheli/don-cheli-sdd
1•doncheli•5m ago•1 comments

French told to eat fewer croissants to reduce cancer risk

https://www.yahoo.com/news/articles/french-told-eat-fewer-croissants-140706433.html
1•pilingual•8m ago•0 comments

Security considerations for agentic payment systems

https://shishir-iyer.medium.com/security-considerations-for-agentic-payment-systems-02107ee00174
1•the_arun•10m ago•0 comments

Ask HN: What do you use for code reviews?

1•muzani•12m ago•0 comments

I built an AI agent to help strangers and I'm trying to survive on gratitude

https://helpthankssurvive.com
1•bornofchaosnyx•12m ago•0 comments

Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://agent-kernel.dev/
1•obilgic•22m ago•0 comments

Grove: Distributed ML Training over AirDrop

https://swarnimjain.com/grove
29•swar_ja•25m ago•1 comments

Pipguard – catches .pth malware before pip install runs

1•shenxianpeng•25m ago•0 comments

The Supreme Court's Style Guide

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2758862
1•m-hodges•27m ago•0 comments

Artificial Intelligence: Shades of Gray

https://changelog.complete.org/archives/42503-artificial-intelligence-shades-of-gray
1•edward•30m ago•0 comments

Show HN: Jmail Launches Jcal

https://jmail.world/calendar
2•immatheus•31m ago•2 comments

The Death of Twitter

https://etbe.coker.com.au/2026/03/25/death-of-twitter/
2•edward•32m ago•0 comments

Poking Around ChatGPT's Sandbox

https://mkarots.github.io/blog/chatgpt-sandbox-exploration/
1•cepstrum9•33m ago•0 comments

Skirt Length Oscillations

https://phys.org/news/2026-03-bell-bottoms-today-miniskirts-tomorrow.html
2•firexcy•34m ago•0 comments

TSA PreCheck Touchless ID

https://www.tsa.gov/touchless-id
2•Velocifyer•35m ago•2 comments

Amazon's unprecedented gamble on AI redemption might just work

https://economist.com/business/2026/03/25/amazons-unprecedented-gamble-on-ai-redemption-might-jus...
2•andsoitis•38m ago•0 comments

Meta and YouTube found negligent in landmark social media addiction case

https://www.theverge.com/policy/900654/meta-google-instagram-youtube-social-media-addiction-trial...
2•benwerd•38m ago•0 comments

Multi-Vector Retrieval at Sub-Millisecond Latency

https://mixpeek.com/blog/colqwen2-muvera-multimodal-late-interaction
1•Beefin•39m ago•0 comments

Show HN: A Technique for Self-Improving Agents

1•dataviz1000•42m ago•0 comments

21,864 Yugoslavian .yu Domains

https://jacobfilipp.com/yu/
1•freediver•44m ago•0 comments

Show HN: MonkePay – Charge AI Agents per API Request in USDC

https://www.monkepay.xyz/
2•iamalibaig•51m ago•0 comments

Show HN: Room Service – understand what's filling your Mac

3•ardacankirkoc•52m ago•1 comments

Will you pay for this? – meet to LinkedIn post

1•zeelpatel27•53m 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?