frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hall of Hallucinated Citations in Published Papers

https://veruscite.com/hallucinations
1•apwheele•37s ago•0 comments

PgDog vs. RDS Proxy

https://pgdog.dev/blog/pgdog-vs-rds-proxy
1•levkk•2m ago•0 comments

Developer Hiring and the Market for Lemons

https://danluu.com/hiring-lemons/
1•rzk•3m ago•0 comments

Webbynode Bang for Buck: Hetzner CPX22 at $23, Still a Bargain?

https://webbynode.com/articles/bang-for-buck-3-hetzner-cpx22-nuremberg
1•gsgreen•3m ago•0 comments

Weird Websites

https://webernaut.com/weird-websites
1•gregsadetsky•3m ago•0 comments

Show HN: Save Claude, codex, Grok and OpenCode sessions to an infinite canvas

https://agentgrid.sh/
1•yagudaev•3m ago•0 comments

Stanley Druckenmiller's WSJ Op-Ed Criticizing Bessent Was Written with AI

https://www.notus.org/media/stanley-druckenmillers-wsj-op-ed-bessent-ai
1•cwwc•5m ago•0 comments

How does Bot and Fraud prevention even work?

https://trustsig.eu/blog/how-bot-and-fraud-prevention-works/
1•ishqdehlvi•5m ago•0 comments

PowerAI – A zero-dependency local terminal AI harness using Ollama

https://github.com/Luizhcrs/powerai
1•luizhcrs•5m ago•1 comments

Gaza children grew up flying kites,now Israel say they will be treated as drones

https://www.thenationalnews.com/news/mena/2026/08/25/gazas-children-grew-up-flying-kites-now-isra...
3•Markoff•6m ago•0 comments

Private Credit's Chills Draw Bargain Hunters Offering Cash to Trapped Investors

https://www.wsj.com/pro/private-equity/private-credits-chills-draw-bargain-hunters-offering-cash-...
1•petethomas•7m ago•0 comments

Show HN: Orbit – One agent across many repos: real worktrees, no index

https://github.com/orbcli/orbit
1•firespark•7m ago•0 comments

US grain farmers face worst crisis in decades as Iran war sends costs spiralling

https://www.ft.com/content/acb64e29-a3ce-4282-82b0-6b7b5dd4f63e
3•mooreds•10m ago•2 comments

Founders rejected Bezos-backed Prometheus unveil Transformer-free AI

https://www.reuters.com/business/ai-founders-who-walked-away-bezos-backed-prometheus-model-univer...
2•owenpayton•11m ago•0 comments

Rosetta Code is a programming chrestomathy site

https://rosettacode.org/wiki/Rosetta_Code
1•mooreds•11m ago•0 comments

What would you do with a billion dollars?

https://kk.org/thetechnium/a-billion-dollars/
1•bookofjoe•11m ago•0 comments

Bolaño's Library: Every author or movement mentioned in Roberto Bolaño's books

https://bolano.vaguespac.es/
1•thebigship•11m ago•0 comments

Show HN: Music Rhythm Reading Trainer

https://soitax.app/
1•nullzzz•12m ago•0 comments

AI Engineering Productivity Metrics: Is AI Improving Your Team?

https://www.howdy.com/blog/ai-engineering-productivity-metrics
1•matheus_dantas•13m ago•0 comments

Securing the agentic era: formal verification for CEL Common Expression Language

https://opensource.googleblog.com/2026/08/securing-the-agentic-era-introducing-formal-verificatio...
1•cpeterso•14m ago•0 comments

OpenAI's upcoming JalapeñO chip looks like it'll be an inference beast

https://www.theregister.com/systems/2026/08/25/openais-upcoming-jalapeno-chip-looks-like-itll-be-...
3•joebuckwilliams•14m ago•0 comments

Show HN: Audit AI Generated Code with Go Std Lib

https://blog.devgenius.io/how-to-audit-ai-generated-code-with-the-go-standard-library-381d0f03d52...
1•cheikhdev•14m ago•0 comments

Editorial diagram types for Claude Code

https://github.com/cathrynlavery/diagram-design
1•garyhtou•15m ago•0 comments

Gpupdal – GPU Point Data Abstraction Library

https://github.com/zymazza/GPUPDAL
1•dandep•15m ago•0 comments

A Calmer, Clearer EMDR Experience

https://medium.com/@chris.ahrweiler/a-calmer-clearer-emdr-experience-ffc88c4c3a95
1•docjojo•16m ago•0 comments

Speaking for the Dead

https://longreads.com/2026/08/11/obituaries-new-york-times-sam-roberts/
1•mooreds•16m ago•0 comments

Diplomats See the World

https://asteriskmag.com/issues/15/how-diplomats-see-the-world
1•surprisetalk•17m ago•0 comments

Show HN: VoxelTV – Turn music videos into interactive 3D voxel sculptures

https://voxeltv.surge.sh/
1•jojohack•18m ago•0 comments

What Devices Are Connected to My Mac?

https://medium.com/@chris.ahrweiler/what-devices-are-connected-to-my-mac-005cd789d366
1•docjojo•18m ago•0 comments

Ever wonder what happens if you give your number to a Facebook ad?

https://imgur.com/yx3ScHw
2•suzzer99•19m ago•1 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)