frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: GPU Computers for Agents

https://tama.computer/
1•Mernit•31s ago•0 comments

Show HN: Million Bricks – a 3D tower of one million bricks you can buy for $10

https://www.millionbrickshomepage.com
1•keslert•5m ago•1 comments

Show HN: MRDown – a Mac Markdown app that diffs what your AI just rewrote

https://github.com/MR-TABATA/MRDown
1•hitoshi1964•6m ago•1 comments

Are LLMs Becoming Commodities?

https://frontierai.substack.com/p/llms-are-becoming-commodities-de1
1•ltononro•7m ago•0 comments

Meta new layoff goal of 60% to AI after moving 30% engineers to labelers

https://blog.pragmaticengineer.com/the-pulse-meta-wanted-to-reduce-teams-by-60-because-of-ai/
3•ltononro•8m ago•0 comments

Crew, a multiplayer workspace for humans and AI agents to work together

https://github.com/JamelHammoud/crew
2•alihammoud21•9m ago•0 comments

Update on RISC-V Standards and Adoption at Hot Chips 2026 – ServeTheHome

https://www.servethehome.com/update-on-risc-v-standards-and-adoption-at-hot-chips-2026/
1•rbanffy•9m ago•0 comments

Running LLMs in the browser with three JavaScript

https://ben3d.ca/blog/running-llms-in-the-browser-with-threejs
1•ltononro•10m ago•0 comments

Show HN: Open-source ERP for small manufacturing shops

https://github.com/OlegUshakov-pl/CRM
1•OlegUshakov•10m ago•0 comments

Microsoft unveils Project Zenith, to run 30B+ parameters locally

https://www.theverge.com/news/990051/microsoft-project-zenith-windows-developers
1•utiiiD•11m ago•0 comments

LangBrain

https://github.com/youssouf994/LangBrain
1•youssouf994•12m ago•0 comments

iPhone USB reverse tethering on Windows

https://github.com/0xbaksa/iphone-usb-reverse-tethering-windows
1•0xbaksa•12m ago•0 comments

Show HN: What if AI did the prompting – and humans did the thinking?

https://www.antiagent.site
1•EnthusiastShiv•12m ago•0 comments

Google AI Mode shows same products 21.6% more expensive than traditional search

https://productrise.app/blog/google-ai-mode-prefers-more-expensive-products
1•DeepLogin•12m ago•0 comments

Citemark – Check if ChatGPT/Gemini/Claude mention your business

https://getcitemark.com/checker
1•jackkap•14m ago•0 comments

Adobe Announces Anil Chakravarthy to Become President and CEO

https://news.adobe.com/
1•mak8•17m ago•0 comments

Programming Z3

https://z3prover.github.io/papers/programmingz3.html
1•Bluestein•17m ago•0 comments

Discovery of a new OpenAI agent message board

https://collusion.wiki/
2•moultano•17m ago•0 comments

Estonian defense minister resigns after procurement scandal

https://www.politico.eu/article/estonian-defense-minister-resigns-after-procurement-scandal/
3•sam_lowry_•18m ago•1 comments

Kernels, Margins, and Ensembles

https://stochastic.blog/kernels-margins-and-ensembles/
1•Anon84•18m ago•0 comments

Google Slides AI is laughably bad

https://theopenpresenter.com/blog/google-slides-ai-is-laughably-bad/
1•michaelsalim•20m ago•0 comments

Getting Agents to Tell on Themselves

https://blog.thinkst.com/2026/09/getting-agents-to-tell-on-themselves.html
2•mh_•20m ago•0 comments

Fidelity 2026 Q2 Retirement analysis

https://about.fidelity.com/data-and-insights/q2-2026-retirement-analysis
1•cebert•21m ago•0 comments

Psilocybin prevents chemo-induced peripheral neuropathy

https://www.science.org/doi/10.1126/science.aec6116
2•jodacola•23m ago•0 comments

Discovery of a new OpenAI agent message board

https://collusion.wiki/index.html
3•Re-Tails•23m ago•2 comments

Physics-Informed Neural Networks – Making Your Neural Networks Even Smarter

https://abelabraham3.substack.com/p/the-rabbit-hole-2-making-your-neural
1•vismit2000•23m ago•0 comments

What Did Jurassic Forests Sound Like? Like This

https://www.nytimes.com/2026/09/03/science/what-did-jurassic-forests-sound-like-like-this.html
1•tintinnabula•25m ago•0 comments

The Code They Leave Behind: Beyond Benchmark Scores

https://bitbin.de/qualitative-benchmarks/
1•stbenjam•25m ago•0 comments

Agenci – CI/CD testing for AI agents

https://github.com/klinditafa1/agenciandhttps://x.com/tryagenci
1•KT1616•28m ago•0 comments

AI Philosophy Competition

https://www.zacharygoodsell.com/ai-philosophy-competition
1•paraschopra•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•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?