frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tell HN: Musk doesn't "have" a Trillion, he has the leverage

2•ggm•1m ago•0 comments

Agentic coding and persistent returns to expertise

https://www.anthropic.com/research/claude-code-expertise
1•mellosouls•1m ago•0 comments

Inside FIFA's Race to Move Natural Grass to All 16 World Cup Stadiums [video]

https://www.youtube.com/watch?v=5GLJW2It52s
1•dataflow•2m ago•0 comments

GLM 5.2 ranks #2 in Code Arena: Frontend

https://twitter.com/arena/status/2066957802741043641
1•stared•7m ago•1 comments

Hacker News but for Independent Blogs

https://bubbles.town/
2•headalgorithm•9m ago•0 comments

Mistral AI to produce a larger family of models

https://twitter.com/arthurmensch/status/2066913356548542827
1•acoye•9m ago•1 comments

Monsoon has vanished: Satellite images of rain collapse, India faces 64% deficit

https://www.indiatoday.in/science/story/monsoon-has-vanished-imd-satellite-images-show-rain-colla...
1•koolhead17•10m ago•0 comments

The Eliza Effect

https://medium.com/@firstfromreverse/the-eliza-effect-a9769d817c2a
2•WishingWisp•10m ago•0 comments

Do journalists pay too much attention to Twitter? (2018)

https://www.cjr.org/the_media_today/journalists-on-twitter-study.php
1•downbad_•11m ago•0 comments

Show HN: Stego.Image – Hide any file inside a PNG image in the browser

https://stegoimage.pages.dev/
1•coder_xyz•12m ago•1 comments

Lighthouse for AI Agents

https://github.com/lucioduran/ax-audit
1•lucioduran•12m ago•0 comments

Common Corpus: The Largest Collection of Ethical Data for LLM PRE-Training

https://openreview.net/pdf?id=0wSlFpMsGb
1•Topfi•12m ago•0 comments

Solving neural ODEs from first principles

https://www.tinyvolt.com/geomatic/articles/94b37ff9-d131-4147-83c0-d83d87e3e2a6
1•nivter•13m ago•0 comments

America Lost the Art of Association

https://unherd.com/2026/06/how-america-lost-the-art-of-association/
1•Michelangelo11•21m ago•0 comments

Trump admin abandons fight against wind energy as clean energy output surges

https://insideclimatenews.org/news/15062026/trump-administration-abandons-fight-against-wind-energy/
1•rbanffy•21m ago•0 comments

Long-Form Video Understanding – Part 2: Evaluation and Benchmarks

https://yinghonglan.substack.com/p/long-form-video-understanding-part
1•rented_mule•22m ago•0 comments

New Approach to Scaling Laws Could Change How AI Models Are Trained

https://hai.stanford.edu/news/new-approach-to-scaling-laws-could-change-how-ai-models-are-trained
1•ilreb•22m ago•0 comments

Minecraft: Java Edition 26.2, the first version with Vulkan 1.2

https://www.minecraft.net/en-us/article/minecraft-java-edition-26-2
2•ObviouslyFlamer•25m ago•0 comments

I Got Phished

https://imkev.dev/phished
2•kevinfarrugia•25m ago•1 comments

The Nightingale – Hans Christian Andersen (1844)

http://hca.gilead.org.il/nighting.html
1•xeonmc•25m ago•0 comments

Mlx-Code: A Coding Agent That Speaks Git Natively

https://www.mlx-code.com/
1•JosefAlbers•26m ago•0 comments

GLM 5.2 Performance Benchmarks

https://artificialanalysis.ai/models/glm-5-2
2•theanonymousone•27m ago•0 comments

Claude Code is a video game

https://provi.me/cc-like-video-games
1•pro-vi•28m ago•0 comments

High degree of quantum entanglement in centimeter-sized crystal of metal

https://phys.org/news/2026-06-high-degree-quantum-entanglement-centimeter.html
2•rbanffy•29m ago•0 comments

Sam Bankman-Fried's Prison Experiment

https://nymag.com/intelligencer/article/sam-bankman-fried-prison-donald-trump-pardon-appeal.html
2•Michelangelo11•31m ago•0 comments

Two Years of OCaml

https://borretti.me/article/two-years-ocaml
1•tosh•32m ago•0 comments

Show HN: Day-ahead river discharge forecasting using USGS and ERA5 data

https://sentinel-forecasting.com/mississippi-tutorial/
1•grezac•33m ago•0 comments

GrapheneOS PDF Viewer

https://github.com/GrapheneOS/PdfViewer
1•Cider9986•36m ago•0 comments

A beat-synced instanced-mesh music visualizer with Fast Fourier tranform

https://sand-morph.up.railway.app/anvil-chorus
1•echohive42•44m ago•0 comments

Doctors, This Is Why Our Patients Are Using ChatGPT

https://www.nytimes.com/2026/05/24/opinion/doctor-ai-chatgpt.html
3•Michelangelo11•45m 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?