frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Supreme Council of the Pridnestrovian Moldavian Republic

https://en.vspmr.org/
1•Bluestein•1m ago•0 comments

Soon We'll Share Blueprints, Not Code

https://medium.com/@atibakush/soon-well-share-blueprints-not-code-9c1377b47ae0
1•blinkybill•1m ago•0 comments

FAA Probes Loss of Separation Abetween Marine One and Envoy Air Jet

https://duckduckgo.com/l/?uddg=https%3A%2F%2Fsimpleflying.com%2Ffaa%2Dmarine%2Done%2Denvoy%2Dair%...
1•Rygian•1m ago•0 comments

High-Res Photo Shows Sand-Capped Butte Rising from Mars Plain of Polygons

https://petapixel.com/2026/08/04/amazing-high-res-photo-shows-a-butte-rising-from-mars/
1•bookofjoe•3m ago•0 comments

iPod Touch 3.1.3 QEMU Emulator working

https://hachyderm.io/@samhenrigold/117027375873199705
1•mariuz•4m ago•0 comments

Congo bans exports of copper, cobalt concentrates

https://www.reuters.com/world/africa/congo-bans-exports-copper-cobalt-concentrates-official-order...
2•TechTechTech•5m ago•0 comments

Google Shifts AI Leadership to California in Race Against Anthropic, OpenAI

https://www.bloomberg.com/news/articles/2026-08-06/google-shifts-ai-power-to-california-in-race-a...
1•htrp•6m ago•0 comments

Addiii

1•hsims•7m ago•0 comments

Workers speak out against growing screen time surveillance

https://www.cbc.ca/news/canada/td-bank-bell-workplace-screentime-monitoring-9.7296526
3•andy99•8m ago•0 comments

Mastodon client for macOS with deprecated API

https://ricobeck.de/macstodon.html
2•ricobecks•8m ago•1 comments

Bannerlord Coop

https://steamcommunity.com/sharedfiles/filedetails/?id=3770450698
1•alansaber•10m ago•0 comments

Explosive drone at German airport raises new danger, minister says

https://www.reuters.com/world/german-police-examine-suspicious-object-leipzig-airport-2026-08-05/
3•numbers_guy•10m ago•1 comments

D-Wave shows off its new entry in quantum computing race

https://arstechnica.com/science/2026/08/d-wave-on-rails-company-tests-entanglement-on-its-dual-ra...
1•rbanffy•10m ago•0 comments

OpenAI gives first detailed debrief of the Hugging Face incident at Black Hat

https://www.groundlevel-ai.com/p/openai-gives-first-detailed-debrief
3•artninja1988•11m ago•0 comments

Show HN: ReachKit – a discoverability score for your product, and plan to fix it

https://reachkit.app
1•timcliffordIE•13m ago•0 comments

Show HN: A terminal glued to the macOS dock

https://github.com/palamim/starboard
1•leopalamim•15m ago•1 comments

FelonyBench – The leading benchmark for AI in cybersecurity

https://felonybench.org/
2•q3k•17m ago•0 comments

Building a local-first family tree app

https://purplehoisin.com/own-your-family-tree/
1•fersarr•22m ago•0 comments

Cezar: A parallel coding agents orchestrator

https://github.com/open-mercato/cezar
4•zaiste•24m ago•0 comments

AI Agents Governance: Who guards the guardrails?

https://www.nofire.ai/blog/who-audits-the-ai-agent
3•spirosoik•26m ago•0 comments

Senate Panel Has Obtained Copy of Fauci's Cellphone

https://www.nytimes.com/2026/08/05/us/politics/fauci-phone-senate.html
2•ianeff•26m ago•0 comments

A year of AI disclosure in critical packages

https://nesbitt.io/2026/08/06/a-year-of-ai-disclosure-in-critical-packages.html
1•omkar-foss•27m ago•0 comments

AI music generator Suno loses copyright infringement legal case

https://www.nme.com/news/music/ai-music-generator-suno-loses-copyright-infringement-legal-case-39...
2•passwordoops•31m ago•0 comments

Vista: A Visual Harness for Reasoning in an Interactive World

https://vista-research.github.io/
2•haxfenx•34m ago•0 comments

Cloudflare OS: great insight into how to embrace internal AI demand securely

https://cephalosec.com/blog/cloudflare-os-insights-on-embracing-internal-ai-growth-securely/
1•Versipelle•34m ago•0 comments

Time Magazine has a separate version of its website with ads only AI can see

https://www.theregister.com/ai-and-ml/2026/08/05/time-magazine-has-a-separate-version-of-its-webs...
2•rguiscard•35m ago•0 comments

Slow Light Communications

https://medium.com/luminasticity/slow-light-communications-81bdd7a87afe
1•bryanrasmussen•36m ago•0 comments

You Should Almost Never Use AI to Write Anything Substantive

https://www.erichgrunewald.com/posts/why-i-think-you-should-almost-never-use-ai-to-write-anything...
1•erwald•37m ago•0 comments

Stillsane: Detect silent quality drift in deployed LLM apps

https://pypi.org/project/stillsane/
1•MSanket9•38m ago•0 comments

Grounded document extraction with bounding-box citations

https://pspdfkit.github.io/nutrient-extraction-samples/
1•marakiii•39m 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)