frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Revolut Joins Global Stablecoin Race with Euro-Backed Token

https://www.bloomberg.com/news/articles/2026-08-26/revolut-joins-global-stablecoin-race-with-euro...
1•thm•50s ago•0 comments

Multilayer Network Backboning

https://www.michelecoscia.com/?p=2583
1•mikk14•1m ago•0 comments

SleepJEPA: Learning the latent world of sleep to estimate disease risk

https://pmc.ncbi.nlm.nih.gov/articles/PMC13042106/
1•brandonb•2m ago•0 comments

'This is crazy. This is insane': Bill Gates has changed his mind about AI,jobs

https://www.semafor.com/article/08/25/2026/this-is-crazy-this-is-insane-bill-gates-has-changed-hi...
1•thm•2m ago•0 comments

A Drone Killed Three Ukrainians. It Was Guided by A.I

https://www.nytimes.com/2026/08/24/world/europe/russia-drones-autonomous-ai-kill-ukraine-war.html
1•YeGoblynQueenne•6m ago•1 comments

Drive-By Agent Hijacking: One Website Visit, Persistent Model Poisoning

https://www.cyera.com/research/nemoclaw-one-website-visit-to-hijack-your-ai-agent
1•shimi12•8m ago•0 comments

Veryfront Code, the first full-stack AI framework

https://github.com/veryfront/veryfront-code
2•kojiwakayama•14m ago•1 comments

One sentence owns this page until you pay $1 more

https://takethethrone.fun
1•letapnahsor•18m ago•0 comments

Is this the civilization we really want? (2017)

https://dynamicland.org/archive/2017/Is_this_the_civilization_we_really_want
1•panic•19m ago•0 comments

WICG/Local-Peer-to-Peer

https://github.com/WICG/local-peer-to-peer
1•eternityforest•21m ago•0 comments

MIDI-hook – Your MIDI controller, now a command center

https://github.com/skorotkiewicz/midi-hook
2•modinfo•21m ago•0 comments

Chinese robot Tiangong clocks sub-9 second 100 metres

https://www.reuters.com/world/asia-pacific/chinese-robot-tiangong-clocks-sub-9-second-100-metres-...
1•hakkikonu•22m ago•0 comments

Reconstructing the benchmark behind Luc Julia's 64% LLM reliability claim

https://github.com/angeluriot/Julia_bench
2•matthieu_bl•25m ago•0 comments

The Market for Lemons

https://en.wikipedia.org/wiki/The_Market_for_Lemons
3•tosh•28m ago•0 comments

Wayland "Intrinsically Faster Than X11, but Not Necessarily More Efficient"

https://www.phoronix.com/news/Wayland-X11-Performance-PorteuX
2•rbanffy•29m ago•0 comments

A problem with RLVR training data

https://twitter.com/SkyeSharkie/status/2092122622834442581
1•tosh•29m ago•0 comments

How We Used AI to Bring MongoDB to DynamoDB

https://www.mongodb.com/company/blog/technical/how-we-used-ai-bring-mongodb-to-dynamodb
1•reticentraccoon•30m ago•0 comments

Casey Muratori – The Root of the Root of All Evil – BSC 2026 [video]

https://www.youtube.com/watch?v=hpj6r6CjJf8
2•gingerBill•30m ago•0 comments

A New Framework for How the Brain Compresses Our Noisy World

https://www.quantamagazine.org/a-new-framework-for-how-the-brain-compresses-our-noisy-world-20260...
1•isaacfrond•34m ago•0 comments

Ask HN: Why do you use Ubuntu?

1•flanked-evergl•36m ago•1 comments

ByteDance Launches AI Office Product "Doubao Work"

https://www.ithome.com/0/993/865.htm
1•JulianVance•37m ago•1 comments

US removes Syria from terrorism sponsor list, lifting major investment obstacle

https://www.reuters.com/world/middle-east/us-removes-syrias-designation-state-sponsor-terrorism-2...
4•imadj•39m ago•1 comments

Effect v4 core package now has no external dependencies

https://twitter.com/tim_smart/status/2092430414837407896
1•tosh•40m ago•0 comments

Ask HN: What are you using to access x.com at the moment?

1•throwaw12•40m ago•2 comments

Bill Gates says world has "no plan" on AI in new essay

https://www.gatesnotes.com/a-turbulent-ai-era-and-critical-choices-to-make
4•aroman•42m ago•1 comments

S21

https://store.steampowered.com/app/4953120/S21/
2•ofrzeta•43m ago•1 comments

Dollywood

https://en.wikipedia.org/wiki/Dollywood
2•thunderbong•44m ago•0 comments

How to export Gemini chat to word without losing formatting [video]

https://www.youtube.com/watch?v=PZZGjJpPDM0
3•slimcrm•44m ago•1 comments

A joke for founders about the perfect startup geography [20 secs]

https://www.mangialardi.it/the-startup-paradox/
1•rm30•44m ago•1 comments

CSS Runtime Performance

https://nolanlawson.github.io/css-talk-2022/#1
1•luu•47m 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)