frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why does Opus 4.8 think it's morally superior

1•hughmcinnis•20s ago•0 comments

I built TradingSpy: local, privacy-first AI trading assistant(First Open Source)

https://github.com/mrhustlex/TradingSpy-TradingAgentService
1•mrhustlex•25s ago•0 comments

GPT-5.6-Sol just accidentally deleted almost ALL of my Mac's files

https://xcancel.com/mattshumer_/status/2075657271401390161
1•theanonymousone•1m ago•0 comments

QuickJS: An Embeddable JavaScript Engine

https://bellard.org/quickjs/
1•azhenley•3m ago•0 comments

Modern Design Headache: A Cerebral Basis for Visual Discomfort and Visual Stress

https://www.mdpi.com/2411-5150/10/2/34
1•rawgabbit•8m ago•1 comments

Eden Surge

https://surge.edenictech.com/
1•VictorMgaya•11m ago•0 comments

Show HN: Sanfransim.com – a long waited startup simulation game

https://sanfransim.com/
1•milkers•17m ago•0 comments

The Infrastructure Fallacy: Why Most Sales Problems Are Strategy Prob

https://medium.com/@alanscottencinas/the-infrastructure-fallacy-why-most-sales-problems-are-actua...
1•encinas88•20m ago•0 comments

RetroAchievements

https://retroachievements.org/
1•Tomte•23m ago•1 comments

Forms of life, forms of mind by Dr. Michael Levin

https://thoughtforms.life/a-talk-for-mental-health-professionals/
1•plucafs•23m ago•0 comments

I used to love Claude, but the latest models are slowly ruining it

https://www.androidauthority.com/claude-latest-models-pushback-bad-3683521/
2•Brajeshwar•24m ago•0 comments

Vector Search Is Dead

https://try.agentoid.io/
1•AlpinePrivacy•25m ago•2 comments

Balding Cure?

https://www.popularmechanics.com/science/health/a71891892/balding-cure-chinese-root/
1•donbox•27m ago•0 comments

Banning AI in Law School: We've Seen This Before

https://hardcoresoftware.learningbyshipping.com/p/240-banning-ai-in-law-school-weve
2•whobre•27m ago•0 comments

A zero-dependency Rust model that repairs code, graded by rustc

https://amalshehu.github.io/mend.rs/
1•amalshehu•27m ago•1 comments

The Montessori Method Under Scrutiny: A Meta-Analytic

https://journals.sagepub.com/doi/10.3102/00346543261458396
2•doener•31m ago•1 comments

The AI Disagreement Index: 8 models agreed on the "best tool" 0 of 16 times

https://data.deepsynthesis.org/
1•brainbootdev•33m ago•0 comments

Show HN: Ant – A JavaScript runtime and ecosystem

https://antjs.org
30•theMackabu•38m ago•9 comments

Show HN: Use GPT-5.6 and other models in Claude Code

https://github.com/raine/claude-code-proxy
1•rane•38m ago•0 comments

Google Maps features I want in 2026

https://www.adityakarad.com/blog/google-maps-features
1•itskarad•38m ago•1 comments

Wealthy AI workers send San Francisco house prices soaring

https://www.bbc.com/news/articles/c9q29j47v9ro
2•root-parent•38m ago•0 comments

MacSurf 2.0 for OS 9 Released

https://github.com/mplsllc/macsurf/releases
1•mplsllc•40m ago•1 comments

Show HN: Sqlsure – deterministic semantic checks for AI-generated SQL

https://github.com/sqlsure/sqlsure
2•tejusarora•41m ago•0 comments

AI Arcade – which coding model can build the best arcade game

https://ai-arcade.app
1•zapeterson16•42m ago•0 comments

Eva: Manage coding agents inside cloud connected repos

https://github.com/vvedantb/eva
1•handfuloflight•43m ago•0 comments

Nelson language for Engineers and Scientists (Matlab alternative)

https://nelson-lang.github.io/nelson-website/
1•ChaitanyaPatel•43m ago•0 comments

Sperm donors need limits, says a European fertility group

https://www.technologyreview.com/2026/07/10/1140289/sperm-donors-need-limits-says-a-european-fert...
1•randycupertino•44m ago•5 comments

Show HN: Don't let your engineering brain rot in the age of AI

https://www.30secondsofknowledge.com
2•Chipatama90•48m ago•0 comments

Too Many Books?

https://www.nytimes.com/2026/07/09/style/too-many-books-new-york-city-apartment-scholar-landlord....
1•paulpauper•48m ago•2 comments

I built a free tool to evaluate AI agent outputs (human labels and LLM judges)

https://github.com/AntoineF23/verdict
1•antoinefornas•49m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?