frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Most of us are writing with AI, but no one likes reading AI writing

https://vitaexmachina.substack.com/p/most-of-us-are-writing-with-ai-but
1•sebg•1m ago•0 comments

Getting Out of the Loop: 8 Months Solo-Building with AI

https://github.com/patforna/getting-out-of-the-loop
1•patforna•1m ago•0 comments

Elite Google developer are humans and humans can make costly mistake

https://www.quora.com/If-early-Google-engineers-like-Jeff-Dean-were-truly-elite-why-was-the-origi...
1•UCB_123•2m ago•0 comments

Losing control of AI is actually the plan

https://www.theargumentmag.com/p/losing-control-of-ai-is-actually
1•thunderbong•3m ago•0 comments

Woman Accuses Pastor of Sexual Abuse at 16, Congregation Rushes to Hug Him

https://www.fashiontimes.co.uk/pastor-confession-sexual-relationship-teen-1763785
1•embedding-shape•3m ago•0 comments

The $40k a year school where AI shapes every lesson, without teachers

https://www.cbsnews.com/news/alpha-school-artificial-intelligence/
1•Anon84•4m ago•0 comments

Anthropic reveals fourth likely crime committed by its AI

https://www.theregister.com/ai-and-ml/2026/09/10/anthropic-reveals-fourth-likely-crime-committed-...
1•pseudolus•5m ago•0 comments

Diskraptor 1.0.30 – New Galaxy Engine and File Size Reduction

https://diskraptor.com/en/
1•hansjoerghofer•6m ago•0 comments

The 24-Hour AI experiment that broke Google Earth's trust

https://restofworld.org/2026/google-earth-ai-deepfake-iran-war/
1•donohoe•7m ago•0 comments

Mechanically Actuated Optical Surfaces for Switchable Appearances on 3D Objects

https://hcie.csail.mit.edu/research/shiftlens/shiftlens.html
2•stefanv•8m ago•1 comments

Ask HN: If I innovate using AI, will it share my innovation?

1•andrewstuart•8m ago•0 comments

Modern digital publishing house from Germany

https://adlerquell.de/
1•bergstreiser•10m ago•0 comments

Aviation Herald Was Sued

https://avherald.com/h?article=53c8958a
1•napsterbr•10m ago•0 comments

Finland: Google announces €13B AI, energy investment

https://www.msn.com/en-us/money/economy/finland-google-announces-13-billion-ai-energy-investment/
1•NishanStepak•12m ago•0 comments

Copernicus: August was the joint hottest month on record

https://climate.copernicus.eu/copernicus-august-was-worlds-joint-hottest-month-record-pushing-glo...
2•giuliomagnifico•12m ago•0 comments

What will our economic future look like? [pdf]

https://www-cdn.anthropic.com/files/4zrzovbb/website/cf58f84d46a4a76bf5a5b039ac695fba6b80041c.pdf
2•_____k•12m ago•0 comments

A "proof" of Fermat's Last Theorem that fits the margin

https://blog.trailofbits.com/2026/09/09/a-proof-of-fermats-last-theorem-that-fits-the-margin/
3•ColinWright•14m ago•0 comments

Line: Draw a pot profile, design a family of vessels

https://line.klet.app/about/
1•sebg•16m ago•0 comments

The Plato Mission (2025)

https://link.springer.com/article/10.1007/s10686-025-09985-9
1•joebig•16m ago•0 comments

Weekends, I Dread Them

1•midamurat•16m ago•0 comments

Show HN: Flappy Bird in Google Sheets Using Only Formulas

https://docs.google.com/spreadsheets/d/1mOuI3Jrwf08PWaYu6u-WTQlnvBNnGg73eAhePu_jxUU/edit
1•cskartikey•17m ago•0 comments

Royce on San Francisco

https://www.astralcodexten.com/p/royce-on-san-francisco
1•eatitraw•18m ago•0 comments

Show HN: Is this photo edited? Client-side image forensics

https://vajba.com/image-forensics/
1•trivsamt•22m ago•0 comments

AI can't mark its own homework

https://www.techradar.com/pro/ai-cant-mark-its-own-homework
1•ilreb•27m ago•2 comments

Rebuilding AUTOMATIC1111 with Gradio Workflow

https://huggingface.co/blog/gradio-workflow-1111
1•vertigoruntime•28m ago•0 comments

AI rent can save humanity

https://nonlineartransform.substack.com/p/how-ai-rent-can-save-humanity
2•program_whiz•28m ago•1 comments

Why and how you should run your own DNS resolver

https://www.immibis.com/blog/own-dns-resolver
4•immibis2•29m ago•0 comments

Mathematicians want proof OpenAI didn't use their work

https://www.theverge.com/ai-artificial-intelligence/993263/where-does-openai-get-mathematics-trai...
34•kevcampb•29m ago•29 comments

I Made a Real Fly Brain Play Pong. It Didn't Learn. That's the Interesting Part

https://jonatasperaza.medium.com/i-made-a-real-fly-brain-play-pong-it-didnt-learn-and-that-s-the-...
1•sebg•32m ago•0 comments

Show HN: Draw a wheel. See the road it rolls on

https://baselashraf.com/roadwright/
1•BaselAshraf81•33m 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?