frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A votable list of the one thousand best books

https://kylebenzle.com/bookreviews.php
1•hilliardfarmer•2m ago•0 comments

Show HN: Foundry: a Markdown-first CMS written in Go

https://github.com/sphireinc/Foundry
1•nsayoda•8m ago•0 comments

Jaybird 6.0.5 Released

https://firebirdsql.org/en/news/jaybird-6-0-5-and-jaybird-5-0-12-released
1•mariuz•8m ago•0 comments

Speculative Decoding: Performance or Illusion?

https://specdecode-bench.github.io/
1•matt_d•9m ago•0 comments

Ask HN: Mercury Bank closed account due to residency – alternatives?

1•salleisha•9m ago•0 comments

LLM Persuasion Benchmark: Multi-Turn Persuasion Between Models

https://github.com/lechmazur/persuasion
4•zone411•11m ago•0 comments

Confinia – a supervised market research runtime for live trading systems

https://github.com/bamhann/confinia
1•bamhann•11m ago•0 comments

Scaling Laws: Should AI Laws Be Subject to a Higher Standard? [video]

https://www.youtube.com/watch?v=sx7FdK6ufPg
1•verdverm•11m ago•0 comments

Katpack.ai – a pack of AI agents that argue, vote, and sign before any trade

https://katpack.ai
2•claydronze•12m ago•0 comments

AI contract review for people afraid to sign

https://equaldocs.com
3•nmei•14m ago•2 comments

Why Software Engineering Will Never Die Revisited in the Age of Spec Driven Dev

https://www.i-programmer.info/professional-programmer/103-i-programmer/18759-why-software-enginee...
3•aquastorm•15m ago•1 comments

Cache Energy's Thermal Battery

https://www.wsj.com/business/energy-oil/thermal-battery-cache-energy-cement-799295ca
2•connoronthejob•15m ago•0 comments

How Apple became Apple: The definitive oral history of company's earliest days

https://www.fastcompany.com/91514404/apple-founding-50th-anniversary-apple-1-apple-ii-jobs-wozniak
2•CharlesW•15m ago•0 comments

Myelin – Procedural memory for AI agents

https://myelin.vercel.app
2•maksyyy•15m ago•0 comments

The first deterministic RAG system (same query = same results, every time)

https://saiql.ai/Atlas_LRAG-CE/
2•apolloraines•16m ago•1 comments

Browser-based SFX synthesizer using WASM/Zig

https://knell.medieval.software/studio
2•galsjel•16m ago•1 comments

Frenzy – Real-time prediction market where every trade resolves in 5 seconds

https://frenzy.finance
2•tinfoilcat•18m ago•1 comments

Structure and mechanistic basis of NrdR, a bacterial master regulator

https://www.sciencedirect.com/science/article/pii/S0141813026005738
3•PaulHoule•18m ago•0 comments

The Kleene Star

https://en.wikipedia.org/wiki/Kleene_star
2•dhorthy•20m ago•0 comments

A SECOND Sphinx detected in Egypt as scans hint at 'underground megastructure'

https://www.dailymail.co.uk/sciencetech/article-15681329/second-sphinx-egypt-giza-plateau.html
2•Brajeshwar•21m ago•0 comments

Anthropic's context-window.md is 18,501 tokens. 551 are content. I have notes

https://claylo.dev/articles/markdown-cosplay/
3•claylo•21m ago•1 comments

MCP Subagents

https://cameronwestland.com/mcp-subagents/
3•camwest•21m ago•1 comments

Amazon Dies: A Possible, Maybe Likely Future

https://markatwood.substack.com/p/how-amazon-dies-a-possible-maybe
2•greedo•23m ago•0 comments

Common Questions Asked in Investor Pitches

https://kailaos.com/blog/most-common-questions-in-investor-pitches
2•babaliauskas•24m ago•0 comments

Gail.com

https://gail.com
2•HughParry•26m ago•0 comments

Show HN: Cranki – Crosswords meet Anki flashcards

https://cranki.app
2•petargyurov•26m ago•0 comments

Exposing a Global 'Rape Academy'

https://www.cnn.com/interactive/2026/03/world/expose-rape-assault-online-vis-intl/index.html
2•embedding-shape•27m ago•0 comments

Show HN: Notme.bot – an OSS specification to remove bearer tokens in an AI world

https://notme.bot
2•notreallymetho•28m ago•0 comments

How I accidentally made the fastest C# CSV parser

https://bepis.io/blog/turbo-csv-parser/
2•bigbillwilson•28m ago•0 comments

FBI director Kash Patel's personal email breached by Iran-linked hackers

https://indianexpress.com/article/world/us-news/fbi-director-kash-patels-personal-inbox-breached-...
5•alwillis•28m 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?