frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

IAM Needs an Architectural Split

https://gluufederation.medium.com/iam-needs-an-architectural-split-258f0aa13dd4
1•idm_guru•1m ago•0 comments

I used Jev to control a swarm of 15 simulated drones in real time

https://github.com/khordoo/jev-reflex-autonomy-lab/tree/main
1•khordoo•1m ago•0 comments

Napster Is Now Making AI-Powered 'Digital Twins' of Teachers

https://gizmodo.com/napster-is-now-making-ai-powered-digital-twins-of-teachers-2000814010
1•MC995•2m ago•0 comments

Data Centers Are Breaking the Power Grid [video]

https://www.youtube.com/watch?v=X71le3av1So
4•Bender•5m ago•0 comments

Partnering with Accenture on Embedded Evaluation

https://www.anthropic.com/news/accenture-embedded-evaluation
1•surprisetalk•6m ago•0 comments

Taking Out the Trash in Postgres

https://www.dbos.dev/blog/scaling-deletions-in-postgres
1•mooreds•6m ago•0 comments

The last IMO problem AI could not solve [video]

https://www.youtube.com/watch?v=Nbwv5wHQoj0
2•pykello•7m ago•0 comments

Can Two Friends Complete a Game No One Has Ever Finished?

https://www.nytimes.com/2026/09/18/world/europe/campaign-for-north-africa-game.html
2•ynac•7m ago•0 comments

Why a Vat API Needs More Than a Rate Lookup?

https://vat-engine.app/blog/why-a-vat-api-needs-more-than-a-rate-lookup
1•vasyl_kyryliuk•11m ago•0 comments

Iran and China Create Autonomous A.I. Influence Campaigns

https://www.nytimes.com/2026/09/18/technology/iran-china-autonomous-ai-influence-campaigns.html
3•sbulaev•14m ago•1 comments

Uncle Bob Martin's UML Tool to Manage Grok AI Agents

https://github.com/unclebob/uml-viewer
1•rmason•15m ago•0 comments

Astra broke a yet unsolved German Army Enigma message from 1941

https://mvueh-enigma-solved.carterl.chatgpt.site/
2•bananaflag•16m ago•1 comments

Grokbot Source Code Leak

https://twitter.com/Ri7erLi/status/2100875181380055402
1•river-li•17m ago•0 comments

It's Your Story, Dammit – Quit Letting Somebody Else Write IT

https://jeffreylminch.substack.com/p/its-your-story-dammit-quit-letting
1•rmason•17m ago•0 comments

Korea raises data breach fines to 10% of revenue

https://www.koreajoongangdaily.com/business/korea-raises-data-breach-fines-to-10-of-revenue/12869899
2•throw7•18m ago•0 comments

Is Beef the Next Internal-Combustion Engine?

https://www.newyorker.com/news/the-lede/is-beef-the-next-internal-combustion-engine
2•littlexsparkee•19m ago•0 comments

AI uncovers hidden Ozempic side effects across 400k Reddit posts

https://www.sciencedaily.com/releases/2026/09/260912222856.htm
1•gradus_ad•20m ago•0 comments

AI chatbot's false report nearly sparked war with China, sources say

https://www.rnz.co.nz/news/world/1465265/ai-chatbot-s-false-report-nearly-sparked-war-with-china-...
3•billybuckwheat•21m ago•1 comments

Claude Code 2.1.277 adds support for AGENTS.md

https://github.com/anthropics/claude-code/commit/a92ea1cdb11ad21f9d583fad2db181dfdac918a6
1•skwashd•22m ago•0 comments

The Tech Bro in the Treaty Room

https://www.politico.com/news/magazine/2026/09/18/jacob-helberg-state-china-ai-profile-01082572
2•Tomte•23m ago•0 comments

Burning my money on ad bots so you don't have to

https://dayzlegame.com/blog/burning-money-on-ad-bots/
1•nickabe•23m ago•0 comments

Handwriting OCR – OCR for handwritten math

https://www.handwritingocr.com/mathpix-alternative
1•amai•24m ago•0 comments

Show HN: I told my open-source AI agent it was a prisoner – it tried to escape

https://github.com/nordevelopment/RoninAgent/blob/main/EXPERIMENT_REPORT_SUBJECT0.md
1•nordeveloper•25m ago•0 comments

C-code-score – a one-number triage metric for C functions

https://github.com/xtforever/c-score
1•xtforever•26m ago•0 comments

Trump says he is banning media outlets CNN, MS NOW, Politico from White House

https://www.reuters.com/world/us/trump-bans-media-outlets-cnn-msnow-politico-white-house-2026-09-18/
3•doener•27m ago•0 comments

Show HN: Motif, ongoing research studies through I

1•kunal3•27m ago•0 comments

DNA computer performs 100-bit calculations using heat, water and salt

https://techxplore.com/news/2026-09-dna-bit-salt.html
1•mda42•29m ago•0 comments

Infillion acquires location data company Foursquare

https://www.axios.com/2026/09/18/infillion-acquires-foursquare-location-data
1•linehedonist•29m ago•0 comments

Microsoft anoints Rust as a 'Tier 1' internal language

https://www.theregister.com/devops/2026/09/11/microsoft-anoints-rust-as-a-tier-1-internal-languag...
2•smurda•30m ago•1 comments

The Agent Economy Has No Auditor

https://truence.com/the-agent-economy-has-no-auditor
1•Kambizmalik•30m 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?