frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

WebLLM Chat: AI Models Running in the Browser

https://chat.webllm.ai/
1•doener•39s ago•0 comments

Vōlt: JavaScript Package Registries for Teams

https://www.vlt.io/
1•eustoria•41s ago•0 comments

Your Queries Can Reorder the Retrieval Leaderboard

https://georgianailab.substack.com/p/your-queries-can-reorder-the-retrieval
1•ryptophan•1m ago•1 comments

Texas Republicans turn against data centers, putting big tech on notice

https://www.reuters.com/legal/government/texas-republicans-turn-against-data-centers-putting-big-...
1•tartoran•1m ago•0 comments

Top AI Agent Skills for Building Live Streaming Apps

https://www.red5.net/blog/ai-agent-skills-live-streaming-app-development/
1•mondainx•1m ago•0 comments

Grok Models Outage

https://status.x.ai/grok-com/INC25664c15
2•presbrey•1m ago•0 comments

The Joy of Working with Text Interfaces

https://theprivacydad.com/the-joy-of-working-with-text-interfaces/
1•Brajeshwar•1m ago•0 comments

Minimal Website Design Directory

https://desengs.com/minimum/
1•eustoria•2m ago•0 comments

Let your AI agent log into sites without ever seeing the password

https://github.com/1clawAI/browser-bridge
1•kmjones1979•2m ago•0 comments

Show HN: Ardent, a code-first agent for non-engineering work

https://ardent.ai/
1•nkohari•2m ago•0 comments

Peerseek – A Federated PeerTube Video Search Engine

https://polykit.rocks/peerseek-federated-peertube-search/
1•speckx•2m ago•0 comments

The Evolution of the Agent Harness

https://www.latent.space/p/attention-interface
1•gmays•3m ago•0 comments

Show HN: Mainly – Self-hosted mail client built for multiple domains

https://mainly.crnst8.com/
2•flowerpil•3m ago•0 comments

Elevated errors across ChatGPT and Codex

https://status.openai.com/incidents/01M1KWEDH417T2CF44YYHZDFCR
8•tosh•4m ago•2 comments

Show HN: Cross-service consistency verification for autonomous agent decisions

https://github.com/Jason-Doyle/WorldCut
2•jamesblakes•5m ago•0 comments

Show HN: Productivity Protocols

https://github.com/aescle/productivity-protocols
1•richhwang•5m ago•0 comments

Cognitive Shuffle

https://en.wikipedia.org/wiki/Cognitive_shuffle
1•almog•6m ago•0 comments

Don't do anything you can't undo

https://susala.eu/dont-do-anything-you-cant-undo/
2•bsusala•6m ago•1 comments

Windows 11 update sends some desktops into an unwanted goth phase

https://www.theregister.com/os-platforms/2026/09/03/windows-11-update-sends-some-desktops-into-an...
1•joebuckwilliams•7m ago•0 comments

Claude Code UI Improvements

1•dmvjs•8m ago•0 comments

.name Termination

https://neil.fraser.name/news/2026/09/03/
2•pavel_lishin•9m ago•0 comments

Codex Is Down

https://github.com/openai/codex/issues/28756
20•armcat•9m ago•8 comments

Show HN: Tech career roadmaps where every salary figure cites its source

https://skillpilot.app
1•carlosinfantes•10m ago•0 comments

ChatGPT Work Mode High Error Rates

https://status.openai.com
2•embedding-shape•11m ago•1 comments

Sony Says It Won't Pass Tariff Refunds Back to PlayStation Customers

https://www.ign.com/articles/sony-says-it-wont-pass-tariff-refunds-back-to-playstation-customers-...
4•DemiGuru•11m ago•0 comments

Any Human Ever – One life, drawn at random from all who have ever lived

https://anyhumanever.com/
2•thinkingemote•12m ago•0 comments

AI Agents Welcome

https://www.hey.com/agents/
1•madspindel•13m ago•0 comments

Scientists Say a Key Trigger for Alzheimer's Damage Isn't Even in the Brain

https://gizmodo.com/scientists-say-a-key-trigger-for-alzheimers-damage-isnt-even-in-the-brain-200...
1•gumby•13m ago•0 comments

Twitter is making a comeback, kinda

https://www.pleasehustleresponsibly.com/p/twitter-is-making-a-comeback-kinda
1•angelahollowell•14m ago•1 comments

This cookie started its life as a plastic bottle

https://www.acs.org/pressroom/presspacs/2026/august/this-cookie-started-its-life-as-a-plastic-bot...
1•gmays•15m 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)