frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Archaeology team unearths 'prototype' of world-famous Stonehenge monument

https://apnews.com/article/stonehenge-britain-discovery-summer-solstice-36f8517159a9e750c1042bebd...
1•zdw•2m ago•0 comments

I made a free Islamic prayer app to quit saying "I'll pray in 5 minutes"

https://better-prayer.com
2•Adam-Hincu•2m ago•0 comments

Why recruiters can't find workers and new grads can't find jobs (it's not AI)

https://www.washingtonpost.com/education/2026/07/12/why-recruiters-cant-find-workers-new-grads-ca...
1•rustoo•3m ago•0 comments

Nuclear war survival guide reveals seven everyday items if disaster strikes

https://www.dailymail.com/sciencetech/article-15795297/Forgotten-nuclear-war-survival-guide-revea...
2•Bender•9m ago•0 comments

Crayola Marker Airbrush Kit

https://www.crayola.com/products/toys/marker-airbrush-kit-747669
1•turtleyacht•9m ago•0 comments

MacSurf 2.0 – Netsurf for Mac OS 9 Released

https://github.com/mplsllc/macsurf/releases/tag/v2.0
1•mplsllc•11m ago•0 comments

Show HN: PitchTrail – Perfect Pitch for Kids

https://pitchtrail.app/
2•theckel•13m ago•0 comments

UN adopts first binding framework for automated driving systems

https://www.heise.de/news/Meilenstein-fuer-Robotaxis-UN-verabschiedet-globales-Recht-fuer-autonom...
1•logickkk1•15m ago•0 comments

What if Berlin needs its bunkers back?

https://www.ft.com/content/ec954bd3-a008-4561-978c-be1039f607d2
1•leonidasv•15m ago•1 comments

Kode Dot Programmable pocket device for makers, pentesters and geeks

https://kode.diy
2•iNic•16m ago•0 comments

Anthropic extends Fable 5 access through July 19

1•dboreham•16m ago•0 comments

Ask HN: List of functional institutions fighting towards a free internet

1•ronfriedhaber•16m ago•0 comments

Ask HN: What Are You Working On? (July 2026)

1•david927•17m ago•0 comments

Show HN: Tenclicker – a WebLLM clicker game about whatever you want

https://tenclicker.com
1•mattcheston•20m ago•0 comments

Analysis: Popular Chrome Extension ModHeader Exfiltrates User Data

https://aydinnyunus.github.io/2026/07/12/modheader-data-exfiltration-stanfordstudies/
1•runtimepanic•22m ago•0 comments

Free Community Radio Player (Win, Linux, Android, iOS)

https://radiodock.app/
2•bitmancer•24m ago•0 comments

Uber is lobbying to keep robotaxi rides 85% human in New Jersey

https://www.wired.com/story/ubers-autonomous-vehicle-strategy-slow-their-adoption/
2•logickkk1•24m ago•0 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
3•knrz•26m ago•0 comments

We're extending Claude Fable 5 access through July 19

https://xcancel.com/claudeai/status/2076351399999557669
2•quantisan•26m ago•1 comments

Show HN: Agent-run – Run a coding agent in a sandboxed environment

https://github.com/sin-ack/agent-run
2•trashburger•27m ago•1 comments

Since Chronium 148, Math.tanh is now fingerprintable to link underlying OS

https://scrapfly.dev/posts/browser-math-os-fingerprint/
53•joahnn_s•31m ago•15 comments

The Meta Glasses backlash is changing how (or if) people use them

https://www.engadget.com/2212604/the-meta-glasses-backlash-is-changing-how-or-if-people-use-them/
7•gnabgib•33m ago•1 comments

Show HN: Adaptive Recall, persistent memory for AI assistants over MCP

https://www.adaptiverecall.com/
3•abratabia•35m ago•0 comments

Don't Build an RL Environment Startup

https://benanderson.work/blog/dont-build-rl-env-startup/
3•iacguy•36m ago•1 comments

Adapt, Improvise, and Overcome

https://briandouglas.ie/adapt-improvise-overcome/
2•inventor7777•36m ago•0 comments

Storm clouds gather over America's financial supremacy

https://www.economist.com/finance-and-economics/2026/07/12/storm-clouds-gather-over-americas-fina...
11•pseudolus•39m ago•1 comments

AI shorting penny stock based on human psychology

https://fadeengine.com
2•parth_nandaniya•39m ago•1 comments

Show HN: A subjective AI eval. Arcade games built by AI

https://ai-arcade.app
2•zapeterson16•42m ago•0 comments

Show HN: Summarize – local-first tool that turns videos into notes

https://martino.im/Summarize
2•martinopiaggi•47m ago•0 comments

UK has 'no future' if it fails to act on ecosystem collapse

https://www.theguardian.com/global-development/2026/jul/08/uk-report-ecosystem-collapse-national-...
10•mepian•48m 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)