frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Arbiter – Deterministic Guardrails for Agents

https://github.com/yajasmalhotra/arbiter
1•randromeda•2m ago•0 comments

TurboQuant-RS – a Rust Implementation

https://github.com/coderjack/turboquant-rs
1•coderjack•2m ago•1 comments

Stop censoring books, teachers warn school libraries

https://news.sky.com/story/stop-censoring-books-teachers-warn-school-libraries-13527067
1•austinallegro•5m ago•0 comments

Open-source EU AI Act risk classifier – no API, runs offline, TypeScript

https://github.com/cesaranogilbert/aaia-eu-ai-act-classifier
1•tennotenryu•7m ago•0 comments

Will AI Eventually Thrive Outside the Moat?

https://www.unite.ai/will-ai-eventually-thrive-outside-the-moat/
4•50kIters•24m ago•0 comments

LipoVive – Your Daily Boost for Metabolism and Wellness 2026

https://www.morningstar.com/news/accesswire/1138075msn/lipovive-reviews-shocking-2026-report-what...
1•JulieMorrison•26m ago•0 comments

r/programming bans all discussion of LLM programming

https://old.reddit.com/r/programming/comments/1s9jkzi/announcement_temporary_llm_content_ban/
27•cryptoz•26m ago•7 comments

LFM2.5-350M

https://twitter.com/liquidai/status/2039029358224871605
1•tosh•33m ago•0 comments

Why Are Event-Driven Systems Hard?

https://newsletter.scalablethread.com/p/why-event-driven-systems-are-hard
3•fagnerbrack•35m ago•1 comments

Show HN: An SSR Java framework for real-time user interfaces and AI agents

https://github.com/vadimv/server-components
1•v4d1mv•41m ago•0 comments

Ask vs. Guess Culture

https://jeanhsu.substack.com/p/ask-vs-guess-culture
2•computomatic•41m ago•0 comments

Things I Think I Think... Preferring Local OSS LLMs

https://blogs.newardassociates.com/blog/2026/titit-local-ai.html
2•zdw•42m ago•0 comments

Italian bill proposes curbs on social media addiction

https://www.reuters.com/legal/litigation/italian-bill-proposes-curbs-social-media-addiction-2026-...
1•1vuio0pswjnm7•45m ago•0 comments

Searches for Piracy Increased over the Past 5 Years

https://trends.google.com/trends/explore?date=today%205-y&geo=US&q=piracy&hl=en-US
1•Cider9986•45m ago•0 comments

Musk: SpaceX IPO to fund space data centers. MSFT undersea fail sounds warning

https://www.reuters.com/business/aerospace-defense/spacexs-orbital-data-centers-could-face-same-h...
1•1vuio0pswjnm7•46m ago•0 comments

Show HN: JavaScript Obfuscator

https://github.com/nstarke/egodeath
1•bootbloopers•47m ago•0 comments

The Math of Friday 13th

https://www.scientificamerican.com/article/why-friday-the-13th-is-a-mathematical-inevitability/
2•pixiemaster•47m ago•0 comments

Show HN: Tileserver-RS – Tile Server in Rust with MapLibre Native Rendering

https://github.com/vinayakkulkarni/tileserver-rs
2•vinayakkulkarni•53m ago•0 comments

I rebuilt the same project after 15 years – what changed in web dev

https://bamwor.com/en/news/rebuilt-same-project-after-15-years
2•manudaro•53m ago•0 comments

Embracing AI with Claude's C Compiler

https://chipsandcheese.com/p/embracing-ai-with-claudes-c-compiler
1•signa11•54m ago•0 comments

Pair Programming in the Age of Agents

https://mattwynne.net/pair-programming-in-the-age-of-agents
1•mattwynne•56m ago•0 comments

I built a programming language on the top of Node.js

https://github.com/dominexmacedon-dev/starlight-cli-script
2•dominexmacedon•59m ago•1 comments

Vietnamization (1969)

https://en.wikipedia.org/wiki/Vietnamization
2•ValentineC•1h ago•0 comments

Ask HN: Why is almost all of API documentation online?

1•triilman•1h ago•0 comments

RSL: Simple Licensing

https://rslstandard.org/
2•fagnerbrack•1h ago•0 comments

How to take down a US F-35 over Iran? Chinese engineer's tutorial goes viral

https://www.scmp.com/news/china/science/article/3348619/how-take-down-us-f-35-over-iran-chinese-e...
2•KnuthIsGod•1h ago•0 comments

What Agents Need Before They Handle Real Money

https://catenalabs.com/blog/what-agents-need-before-they-handle-real-money/
4•jorgereyna•1h ago•2 comments

It's time for the 'Sell painkillers, not vitamins' metaphor to die

https://www.pathsensitive.com/2023/09/its-time-for-painkillers-vitamins-die.html
3•zrkrlc•1h ago•0 comments

History Behind the SpaceX IPO

https://ioc.exchange/@muskfiles/116333241408716236
4•infinitewars•1h ago•2 comments

Chinese government bonds emerge as lone war haven

https://www.ft.com/content/72215587-4b6c-454c-85ff-6956132705d9
2•toomuchtodo•1h ago•0 comments
Open in hackernews

Ask HN: Video showing LLM assitent coding on big code base

2•CopyOnWrite•11mo ago
As a experienced software developer I read a lot about how AI tools make coding faster and speed up development of software.

In my personal experience, LLMs help with:

- answering questions

- generating simple code/scaffolding in a vacuum

At the same time I don't have much success using LLMs to generate code in a simple CRUD application (around 20K LOC).

What I am looking for, is a video showing w/o time lapses/breaks, how an experienced prompt engineer uses an LLM to add a non trivial feature to a code base with at least 20K LOC.

What I am looking for:

- It must be used to add a feature on a bigger code base (>= 20 LOC)

- The added feature cannot be a leaf feature (means it must integrate with the rest of the system at multiple points)

- The prompting has to be less effort/faster than to type the solution in the programming language

- Any programming language/framework is fair game

- Any LLM is fair game

- The code base can be a bigger open source project (since I assume all LLMs were trained on open source projects, this should make it easier for LLMs to perform)