frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Asobi – Erlang/OTP game back end with Lua hot reload, no restart

https://asobi.dev
1•taure•2m ago•1 comments

MacBook Neo Deep Dive: Benchmarks, Wafer Economics, and the 8GB Gamble

https://www.jdhodges.com/blog/macbook-neo-benchmarks-analysis/
1•xngbuilds•5m ago•0 comments

NHS to close-source GitHub repos over AI, security concerns

https://www.theregister.com/2026/05/05/nhs_to_closesource_hundreds_of_repos/
1•jjgreen•5m ago•0 comments

Twenty Years of Stacking Commits

https://julien.danjou.info/blog/twenty-years-of-stacking-commits/
1•darccio•7m ago•0 comments

AI, Disruption, and Automation: Is the Academic World the Next Kodak?

https://philippesilberzahneng.com/2026/05/04/ai-disruption-and-automation-is-the-academic-world-t...
1•JeanKage•7m ago•0 comments

Slavik Lucky12345

1•scareware•12m ago•0 comments

The land where time stood still – Unsung

https://unsung.aresluna.org/the-land-where-time-stood-still/
1•rbanffy•13m ago•0 comments

Live 12.4 is out now – with Link Audio, updated devices and more

https://www.ableton.com/en/blog/live-12-4-is-out-now/
1•robotswantdata•14m ago•0 comments

Show HN: I Built a Polyfill for the Browser's New Language Detection API

https://unforbiddenyet.substack.com/p/i-built-a-polyfill-for-the-browsers
1•unforbiddenYet•15m ago•0 comments

Post-Quantum VPN Based on QUIC

https://github.com/quincy-rs/quincy
1•M0dEx•19m ago•0 comments

Virgin Galactic reveals new ship, but it's running out of time and cash

https://arstechnica.com/space/2026/05/the-suborbital-space-tourism-industry-is-on-life-support/
1•rbanffy•21m ago•0 comments

What to do before quantum computers break today's encryption (Cloudflare)

https://www.youtube.com/watch?v=DHIyAbLuQyg
1•emot•23m ago•0 comments

When everyone has AI and the company still learns nothing

https://www.robert-glaser.de/when-everyone-has-ai-and-the-company-still-learns-nothing/
3•youngbrioche•23m ago•0 comments

Making your developer platform agent-ready

https://hookdeck.com/blog/developer-platform-agent-ready
1•leggetter•26m ago•0 comments

A blueprint for using AI to strengthen democracy

https://www.technologyreview.com/2026/05/05/1136843/ai-democracy-blueprint/
1•omer_k•28m ago•0 comments

Content for Content's Sake

https://lucumr.pocoo.org/2026/5/4/content-for-contents-sake/
1•vismit2000•29m ago•0 comments

Show HN: Dittongo: The Shape Shifting App

https://dittongo.app/
1•fabio_ca•30m ago•0 comments

[not serious] World's most honest customer support widget

https://nocustomersupport.com/
2•utkarsh_apoorva•33m ago•0 comments

Show HN: Claude Relay – local Claude Code sessions message each other

https://github.com/innestic/claude-relay
1•vildanbina•34m ago•2 comments

Jensen Huang – Will Nvidia's moat persist? [video]

https://www.youtube.com/watch?v=Hrbq66XqtCo
1•rguiscard•36m ago•0 comments

Elasticsearch Workflows GA

https://www.elastic.co/security-labs/elastic-workflows-ga-9-4
1•shahargl•37m ago•0 comments

Competing Biases Underlie Overconfidence and Underconfidence in LLMs

https://www.nature.com/articles/s42256-026-01217-9
1•not_a_feature•39m ago•1 comments

Planning My Kubernetes Homelab

https://www.jonashietala.se/blog/2026/05/05/planning_my_kubernetes_homelab/
1•lawn•43m ago•0 comments

Show HN: I built Pagome – SEPA payment links via GiroCode QR (free, no server)

https://pagome.com
2•urbanisierung•46m ago•1 comments

Toyota built a $10B private utopia–what's going on in there?

https://arstechnica.com/cars/2026/05/inside-toyotas-10b-private-utopia-big-ideas-few-people-camer...
2•rbanffy•48m ago•0 comments

Show HN: Memex, Claude memory via local RAG (MCP, offline embeddings)

https://memex-cli.vercel.app/
1•bboydart•51m ago•0 comments

Astronomers find atmosphere around a solar system object that shouldn't have one

https://www.cnn.com/2026/05/04/science/kuiper-belt-object-atmosphere
3•reconnecting•52m ago•0 comments

Turn a feature spec into reviewed, merged code with bounded AI agents

https://github.com/alex-reysa/pm-go
1•alexreysa•54m ago•0 comments

What is the best CTF Hosting Platform?

1•Hannah_Adam•56m ago•0 comments

China Opens Rocket Launches to International Satellites

https://www.china-in-space.com/p/china-opens-dozens-of-rocket-launches
6•JPLeRouzic•57m ago•0 comments
Open in hackernews

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

2•CopyOnWrite•1y 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)