frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Try GPT-6 Astra for a few bucks

https://trylatestmodel.com/
1•Guustaaf•4m ago•1 comments

Hired to Code, He Built Hudson River Trading and a $27B Fortune

https://www.bloomberg.com/news/features/2026-09-10/how-jason-carroll-built-hudson-river-trading-a...
2•aanet•19m ago•1 comments

Vivaldi 8.2 for mobile: the browser. Your rules. Your extensions

https://vivaldi.com/blog/vivaldi-on-mobile-8-2/
3•thunderbong•20m ago•0 comments

A mini-game around fake news

https://unspin.hidden-pond-5e6a.workers.dev/
2•azermite•22m ago•0 comments

How My Students Think About AI

https://www.lesswrong.com/posts/ySXuvJcqRindQwAk7/how-my-students-think-about-ai
3•paulpauper•22m ago•0 comments

In Japan, Television Viewing Doesn't Have to Take a Back Seat (2013)

https://www.wsj.com/articles/SB10001424127887323296504578397020440247856
2•libpcap•23m ago•0 comments

How do Necco wafers, paper receipts, and farmers almanacs still exist?

https://thehustle.co/newsletters/09-09-2026
3•paulpauper•23m ago•0 comments

AI #185: Preference Cascade

https://thezvi.substack.com/p/ai-185-preference-cascade
2•paulpauper•24m ago•0 comments

Allow Carriers on Planes

https://www.jefftk.com/p/allow-carriers-on-planes
4•luu•30m ago•0 comments

Sky sphere representation in language models (29 Jul 2026)

https://arxiv.org/abs/2607.27092
2•throwaway81523•33m ago•0 comments

Show HN: Benzi – A Code Intillegence/Harness Beating Claude Code and CodeGraph

https://benzi.fly.dev/benchmark
4•tweedler290•33m ago•2 comments

A fossil feather in dinosaur poop may explain why birds survived mass extinction

https://phys.org/news/2026-09-fossil-feather-dinosaur-poop-birds.html
2•wglb•34m ago•1 comments

Continuous video of black hole radio observations challenges shock wave theory

https://phys.org/news/2026-09-video-black-hole-radio-theory.html
1•wglb•38m ago•1 comments

Zero heap allocation chess engine in OxCaml

https://github.com/ericlovesmath/oxcaml-chess
2•0xsn3k•38m ago•0 comments

Developer created an app to detect nearby Meta glasses

https://www.businessinsider.com/zuckoff-app-detects-meta-ai-smart-glasses-recording-privacy-2026-9
4•CarbonCycles•39m ago•1 comments

A galaxy with almost no stars? New Cloud-9 observations strengthen the case

https://phys.org/news/2026-09-galaxy-stars-cloud-case.html
1•wglb•40m ago•0 comments

I built a simulator for the iPhone Duo

https://progressier.com/iphone-duo-simulator
2•kbst•42m ago•1 comments

PanoDrop

https://www.panodrop.app/
3•dueffects•43m ago•0 comments

GE Acquires NBC – 1985

https://www.s-1.site/s/ge-acquires-rca-1985.html
1•anthonybourdain•45m ago•0 comments

OpenAI Is Open to Slowing Cutting-Edge AI, CEO Sam Altman Tells Staff

https://www.bloomberg.com/news/articles/2026-09-11/openai-is-open-to-slowing-cutting-edge-ai-ceo-...
3•mfiguiere•49m ago•3 comments

YouTuber, or someone, wants to send nice emails to active military personnel

https://mic.sandboxx.us/
5•tempestrose•51m ago•12 comments

Towards a taxonomy of cliches in Space Opera

https://www.antipope.org/charlie/blog-static/2016/03/towards-a-taxonomy-of-cliches-.html
2•rznicolet•54m ago•0 comments

Mexican student creates an acoustic fire extinguisher to put out fire in seconds

https://www.upsocl.com/en/16-year-old-mexican-student-creates-an-acoustic-fire-extinguisher-that-...
3•rguiscard•54m ago•0 comments

Show HN: TIL in AI

https://buildyard.ai/til
1•buildyard•55m ago•0 comments

The Poisoned Chalice and the Court of the Opened Eye

https://danverbraganza.com/writings/the-poisoned-chalice-and-the-court-of-the-opened-eye
2•nvader•57m ago•0 comments

SmartDB Todo tu trabajo con datos, en el contexto de tu proyecto

https://smartdb.bytss.com/
2•luiscasasanchez•58m ago•0 comments

Show HN: Botbin.io – Pastebin for AI agent artifacts with MCP

https://botbin.io/?mcp=true
1•obilgic•59m ago•0 comments

Herdr Studio

https://powerfooI.github.io/herdr-studio/
4•throwaway888abc•1h ago•0 comments

Identity Verification in Japan: What Happens Behind the Scenes

https://www.tokyodev.com/articles/identity-verification-in-japan
2•pwim•1h ago•0 comments

I built a margin tracker for builders after watching them guess in spreadsheets

https://tryobra.com/
1•mytinyrocket•1h 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)