frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Where to Draw the Line Which decisions should not be handed over to LLMs?

https://queue.acm.org/detail.cfm?id=3834784
1•tmanolatos•2m ago•0 comments

Domain-Driven Design matters more when AI writes your code

https://threedots.tech/post/ddd-and-ai-coding/
1•BerislavLopac•4m ago•0 comments

The LLM rewrote the email after I approved it

https://www.crusbro.com/en/product-architecture.html
1•crusbro•5m ago•0 comments

Updating a side project with AI in 275 commits

https://benhoyt.com/writings/updating-gifty-with-ai/
1•ingve•6m ago•1 comments

Show HN: Plainspeak, make AI agents write like a human

https://sufiyan.cc/plainspeak
1•codersufiyan•7m ago•0 comments

Show HN: I built a TV like website for Indian nostalgic shows

https://www.dabbatv.xyz/
1•codepeddler•12m ago•0 comments

From Magna Carta to microchip – The measurement of time (1981)

https://www.rigb.org/explore-science/explore/video/magna-carta-microchip-measurement-time-1981
1•pillars•14m ago•0 comments

The Download: polycrisis support networks and a hydrogen gold rush

https://www.technologyreview.com/2026/08/20/1142579/the-download-polycrisis-support-networks-unde...
1•joozio•14m ago•0 comments

We Rebuilt the Linux MicroVM Stack on Apple Silicon

https://encore.dev/blog/firecracker-apple-silicon
2•signa11•16m ago•0 comments

Show HN: Real Valued Chess – chess on a continuous board

https://martinylu.com/real-chess
1•martinAsdf•16m ago•1 comments

Video to Prompt

https://www.videotoprompt.dev
1•daisyjin•20m ago•0 comments

RL Policy Churn

https://twitter.com/id_aa_carmack/status/2090514515129520516
1•tosh•23m ago•0 comments

Young Americans increasingly fear AI will take their jobs

https://www.pewresearch.org/short-reads/2026/08/18/young-adults-in-the-us-are-increasingly-wary-o...
4•01-_-•26m ago•0 comments

Mathematically Perfect solar array in Factorio [video]

https://www.youtube.com/watch?v=CDzJ1_p3uVg
1•operatorius•27m ago•0 comments

Pretraining a Mini Kimi K3

https://books.vizuara.ai/book/pretraining-a-mini-k3
1•ngaut•31m ago•0 comments

Trump Threatens 'Tremendous Consequences' for Countries Doing Business with Iran

https://canews24.online/?p=66
2•Edymilson•34m ago•1 comments

Are PDFs Getting Bigger? Analyzing PDF File Sizes from 2006–2025

https://pdf4wcag.com/blog-news/analysis-pdf-file-size
1•smartdev01•36m ago•5 comments

Social Listening for Agents

https://sociallisteningapi.com/
1•shash7•46m ago•1 comments

Teen drops lawsuit against Meta, Google, and Snap ahead of trial

https://www.msn.com/en-us/news/world/us-teen-drops-lawsuit-against-meta-google-and-snap-ahead-of-...
1•anigbrowl•48m ago•0 comments

Show HN: Argentic – An L402 Lightning toll booth for AI scraping agents

https://Argentic.network
4•Ag0146•52m ago•0 comments

AI CMS with WebMCP tools for agents in admin panel

https://aliothpress.com/cms-for-ai-agents-webmcp-built-in
1•nikariguel•56m ago•0 comments

The /Wayfinder Skill: Navigating the "Fog of War" of Planning

https://www.latent.space/p/wayfinder-skill
1•swyx•56m ago•0 comments

First giant tuna caught off Yorkshire since 1960s

https://www.bbc.com/news/articles/c9w04005veqo
2•teleforce•59m ago•0 comments

Robot Comment Classifier

https://entropicthoughts.com/ai-comment-classifier
2•kqr•59m ago•0 comments

Repository Is Your Swarm

https://nicktrevino.com/your-repository-is-your-swarm.html
2•Hyperlisk•1h ago•0 comments

Open Sourcing the YC Application

https://metorial.com/blog/open-sourcing-the-yc-application
2•LYFMail•1h ago•0 comments

Hilbert Curve

https://en.wikipedia.org/wiki/Hilbert_curve
6•pykello•1h ago•1 comments

Why Do We Feed Wildlife?

https://thetyee.ca/News/2026/08/20/Why-Do-We-Feed-Wildlife/
3•wertyk•1h ago•0 comments

Schooling Has a Meaning Crisis. Paradoxically, AI Can Help

https://blog.comini.in/p/schooling-has-a-meaning-crisis-paradoxically
1•vismit2000•1h ago•0 comments

GitHub Actions vs. GitLab Pipeline

https://medium.com/playground-tech/github-actions-vs-gitlab-pipeline-2368e9a27f68
1•caulagi•1h 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?