frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A new chat interface for Ollama

https://github.com/bctnry/OpenSyzygy
1•kasumispencer2•48s ago•0 comments

Show HN: AI Village: AI security, tested in public.

https://aivillage.org/
1•Errorcod3•2m ago•0 comments

The Clash of the Egosystems

https://www.optoutproject.net/egosystems/
1•speckx•2m ago•0 comments

Show HN: Dbward – Approval workflows for production databases

https://github.com/dbward-dev/dbward
2•metapox•3m ago•0 comments

Nvidia Nemotron 3.5 Lightning

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4
2•beklein•4m ago•0 comments

Show HN: Lightweight, TypeScript-first mocking library for AWS SDK v3 and Vitest

https://github.com/sudokar/aws-sdk-vitest-mock
2•sudokar•5m ago•0 comments

AMD 'had to re-engineer' the Ryzen 7 5800X3D for a re-release

https://www.tomshardware.com/pc-components/cpus/amd-had-to-re-engineer-the-ryzen-7-5800x3d-for-a-...
1•rbanffy•6m ago•1 comments

Spotify to Label AI Artists on the Platform with New 'AI Persona' Badge

https://www.billboard.com/pro/spotify-label-identify-ai-artists/
1•thm•6m ago•0 comments

Expat 2.8.3 released, fixes vulnerability CVE-2026-72522

https://blog.hartwork.org/posts/expat-2-8-3-released/
1•spyc•7m ago•0 comments

LittleFedi – A Lightweight ActivityPub Server

https://littlefedi.org/
1•wrxd•7m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://stolen-thoughts.com/
1•quantumgarbage•8m ago•0 comments

Show HN: Agent-exchange - messaging and coordination for terminal-based agents

https://github.com/krasserm/agent-exchange
2•cstub•9m ago•1 comments

Discovery could change how scientists measure the universe

https://showme.missouri.edu/2026/mizzou-discovery-could-change-how-scientists-measure-the-universe/
3•geox•9m ago•0 comments

Neutrinos from Deep Inside Earth Provide a New Picture of the Mantle

https://www.quantamagazine.org/neutrinos-from-deep-inside-earth-provide-a-new-picture-of-the-mant...
3•rbanffy•9m ago•0 comments

Show HN: An open-source video editor built for coding agents

https://github.com/diffusionstudio/editor
1•K9-P5•10m ago•0 comments

Chatgpt.com – Degraded Performance

https://status.openai.com/incidents/01KZRE6ZA1RE1ZH4HQ111CX1S8
1•Topfi•11m ago•0 comments

The Open Source AI Popularity Leaderboard from Scarf

https://app.scarf.sh/ai-leaderboard
1•aviaviavi•11m ago•0 comments

Show HN: Parley – let your coding agent ask a teammate's agent

https://parley.weldra.dev
3•tyagivivek•12m ago•0 comments

No Cost, No Value

https://jola.dev/posts/no-cost-no-value
1•shintoist•16m ago•0 comments

I found a KVM guest-to-host heap corruption bug and someone else got there first

https://blog.himanshuanand.com/2026/08/i-found-a-kvm-guest-to-host-heap-corruption-bug-and-someon...
1•unknownhad•16m ago•0 comments

Meta glasses are turning public spaces into surveillance

https://www.theguardian.com/technology/2026/aug/11/meta-glasses-banned-from-courts-in-england-and...
1•BlueBerry2001•17m ago•2 comments

Show HN: Nagomi, Screen Time downtime with more than one period a day

https://nagomi.day/
3•ya5u•17m ago•0 comments

Headless CMS Benefits: Why Headless Architecture Has Become #1 Choice in 2026

https://focusreactive.com/blog/headless-cms-benefits-board-level-infrastructure/
1•katyadrozd•17m ago•0 comments

Show HN: drawtonomy – Draw and run driving scenarios in the browser

https://github.com/kosuke55/drawtonomy
3•kosuke55•19m ago•0 comments

Show HN: HQBase – team email that runs in your Cloudflare account

https://hqbase.io/
2•berman•19m ago•0 comments

Show HN: Vergilant – alerts when your LLM API calls fail, stall, or burn money

https://vergilant.dev
1•arajenk•20m ago•0 comments

News outlets AI fact-checker cannot read

https://korniienko.dev/blog/news-outlets-ai-cannot-read/
1•skorniienko•20m ago•1 comments

Show HN: Alchemize – Review AI Slop PRs Faster

https://tryalchemize.com/
3•robertyhou•23m ago•0 comments

Koala Sampler

https://www.synthtalk.net/articles/marek-bereza-creator-of-the-koala-sampler
1•minimal3•23m ago•0 comments

Show HN: Verity – Permission-aware memory for AI agents

https://github.com/RunAlphaLoop/verity
2•mcfdoesdev•24m 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?