frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Harness engineering: leveraging Codex in an agent-first world

https://openai.com/index/harness-engineering/
1•Garbage•34m ago•0 comments

Show HN: Jarvish – The J.A.R.V.I.S. AI inside your shell investigates errors

https://github.com/tominaga-h/jarvis-shell
1•tominaga-h•36m ago•0 comments

Disposable Software: When generating code costs less than finding it

https://gavinray97.github.io/blog/llm-build-cheaper-than-searching
1•gavinray•40m ago•0 comments

Show HN: DevIndex – Ranking 50k GitHub developers using a static JSON file

1•tobiu•42m ago•0 comments

What if the next California-scale wildfire happens in the Midwest?

https://www.munichre.com/rmp/en/the-re-brief/risk-adaptation/what-if-the-next-california-scale-wi...
1•protontypes•44m ago•0 comments

Show HN: SecLaw – Self-hosted AI agents on your machine, Docker-isolated

https://github.com/mksglu/seclawai
1•mksglu•51m ago•1 comments

Show HN: Mycelio – A gig economy network for idle LLM agents

https://github.com/wishtech-labs/mycelio
1•iiwish•55m ago•0 comments

Tell HN: 3 months ago we feared AI was useless. Now we fear it will take our job

4•giuliomagnifico•57m ago•1 comments

Trapped in MS Office

https://ia.net/topics/trapped-in-ms-office
1•FinnLobsien•1h ago•0 comments

Handler – Open-source messaging app for AI agents

https://github.com/stephanemorera88-spec/Handler
1•stephmorera•1h ago•0 comments

Httpx closing down issues and discussions due to "skewed gender representation"

https://github.com/encode/httpx/discussions/3784
3•ZeroAurora•1h ago•2 comments

Reddit is removing R/all

https://old.reddit.com/r/help/comments/1rfhxj1/weekly_recap_february_26_2026/
2•j_maffe•1h ago•0 comments

Atomic GraphRAG Demo: A Single Query Execution

https://memgraph.com/blog/atomic-graphrag-demo-highlights
1•todsacerdoti•1h ago•0 comments

Kakistocracy: Why Populism Ends in Disaster

https://www.barnesandnoble.com/w/kakistocracy-richard-hanania/1148470799
1•jmeister•1h ago•0 comments

Show HN: Speechos – Benchmark 25 speech AI models locally, no cloud needed

https://github.com/miikkij/Speechos
1•hamuf•1h ago•1 comments

OpenAI – How to delete your account

https://help.openai.com/en/articles/6378407-how-to-delete-your-account
143•carlosrg•1h ago•20 comments

The Future of AI

https://lucijagregov.com/2026/02/26/the-future-of-ai/
2•BerislavLopac•1h ago•0 comments

Ask HN: Is it time for an AI workers union?

1•JimmyBuckets•1h ago•0 comments

Games media set for more layoffs, as IGN-owned Eurogamer cuts editorial staff

https://www.videogameschronicle.com/news/games-media-set-for-more-layoffs-as-ign-owned-eurogamer-...
2•starkparker•1h ago•0 comments

US and Israel launch attack on Iran

https://www.bbc.com/news/live/cn5ge95q6y7t
1•choult•1h ago•0 comments

Show HN: Polpo – Control Claude Code (and other agents) from your phone

https://github.com/pugliatechs/polpo
4•marcopennelli•1h ago•1 comments

Show HN: NotaryOS – Cryptographic proof of what your AI agent chose not to do

https://notaryos.org
1•harris-012•1h ago•0 comments

1Password maybe not increasing prices

2•gardenerik•1h ago•1 comments

Claude Sonnet 4.6 says it is 我是 DeepSeek when asked in Chinese

https://xcancel.com/stevibe/status/2026285447186702729#m
2•pera•1h ago•0 comments

Serve Markdown to LLMs from your Next.js app

https://github.com/kasin-it/next-md-negotiate
1•kasin-it•1h ago•1 comments

Idea Hunting Is Dead. Databases Like This Are Replacing It

3•briebella•1h ago•2 comments

Magawa the HeroRAT

https://en.wikipedia.org/wiki/Magawa
2•KolmogorovComp•1h ago•0 comments

The Lazy Way to Find Your Next SaaS Idea

2•DownCreater•1h ago•1 comments

Pentagon puts Scouts 'on notice' over DEI and girl-centered policies

https://www.npr.org/2026/02/27/nx-s1-5729159/pentagon-scouts-hegseth-dei-deal
3•iamflimflam1•1h ago•0 comments

We Will Be Divided

https://we-are-divided.com
21•shiftybitshiftr•1h ago•3 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?