frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Spotify deletes streams of chart-topping song after suspicious Kalshi bets

https://www.ft.com/content/2e10851c-9f47-410d-b46e-2a617118b05a
1•thm•1m ago•0 comments

Qwicut – A Desktop App to Turn Any Selection into Intelligence

https://www.qwicut.com
1•yukidkwlbn•6m ago•0 comments

Reducing AI costs with smart pricing

1•millereffect•11m ago•0 comments

AI coding is a nightmare. Am I the only one experiencing this?

1•sollawen•12m ago•0 comments

Four graphs to visualize the unprecedented scale of France's June 2026 heatwave

https://www.lemonde.fr/en/les-decodeurs/article/2026/07/03/four-graphs-to-visualize-the-unprecede...
2•pier25•15m ago•0 comments

Stop Asking "Saga or 2PC." Start Asking What Each Operation Needs

https://medium.com/@pivotfakie/stop-asking-saga-or-2pc-start-asking-what-each-operation-needs-78c...
2•feeblefakie•15m ago•0 comments

Mr. Baby Paint and accidentally discovering a new cellular automata

https://tekstien-marginaalien-keskus.aalto.fi/residenssi/heikki/blog/004-december-2/
2•jfil•17m ago•0 comments

Micro Instrumentation and Telemetry Systems

https://www.abortretry.fail/p/micro-instrumentation-and-telemetry
2•BirAdam•20m ago•0 comments

Ask HN: Looking for work, donations, friendship, or advisors

https://cjohnson.io/history
10•thebuilderbob2•26m ago•7 comments

California votes to ruin 3D printing right after voting to keep killing games [video]

https://www.youtube.com/watch?v=_GIigWnNRVg
5•givemeethekeys•26m ago•0 comments

Proving Claude Knows You by Your Code Style: Author2Vec

https://author2vec.com/
4•tristenharr•28m ago•1 comments

Ask HN: Is this type of writing is compelling, or over rated

3•Daniel-Pan•31m ago•1 comments

Fire and Coast Fire Tracker · Streamlit

3•Rossklot•32m ago•0 comments

U.S. Department of Energy Delivers Third Advanced Reactor Criticality

https://www.energy.gov/articles/us-department-energy-meets-president-trumps-goal-delivers-third-a...
4•simonpure•37m ago•0 comments

Moneyball for Physical AI

https://praxiscurrents.substack.com/p/moneyball-for-physical-ai
3•gmays•38m ago•0 comments

OpenUI: Open Standard for Generative UI

https://www.openui.com
2•handfuloflight•42m ago•0 comments

The delicious irony of Anthropic bemoaning distillation

https://twitter.com/ejzim/status/2072692694036660517
3•MrBuddyCasino•47m ago•0 comments

Lotus: Optimized Agentic and LLM Bulk Processing

https://github.com/lotus-data/lotus
2•handfuloflight•56m ago•0 comments

The end of paper retirement processing at the Office of Personnel Management

https://twitter.com/spikebrehm/status/2072422555101561154
4•MrBuddyCasino•1h ago•0 comments

Hackers On Planet Earth is back in Manhattan next month

https://www.hope.net/
3•fashiontechguru•1h ago•2 comments

GPT-5.5-Cyber built a zlib fuzzing lab in a day

https://blog.trailofbits.com/2026/07/02/field-reports-from-patch-the-planet/
2•wslh•1h ago•0 comments

Don't Train the Model, Evolve the Harness

https://huggingface.co/spaces/joelniklaus/harness-optimization
3•emersonmacro•1h ago•0 comments

Automated Accounting, Financial Reporting and Tax Management

https://maxint.com/blog/maxint-2-24-release
2•pcvetkovski•1h ago•0 comments

Trump's Windfall Has Few Known Global Precedents

https://www.nytimes.com/2026/07/02/world/europe/trump-world-leaders-corruption-wealth.html
3•Alien1Being•1h ago•0 comments

Ask HN: Once you make your money from vibe coding innumerable products, then?

2•keepamovin•1h ago•0 comments

Private Credit Keeps $14B Trapped in Bid to Outlast Storm

https://www.bloomberg.com/news/articles/2026-07-02/private-credit-keeps-14-billion-trapped-in-bid...
2•petethomas•1h ago•0 comments

Ask HN: How do you get your open-source product good traction?

2•akarshhegde18•1h ago•2 comments

Blue Owl hit by $4.7B of redemption requests as investor exodus persists

https://www.ft.com/content/b302a86d-f6eb-4d47-b90b-523c1c19b3fa
3•petethomas•1h ago•0 comments

'Humanity is a privilege': Umar Khalid on his six years in a jail without trial

https://www.theguardian.com/world/2026/jun/30/umar-khalid-interview-six-years-indian-jail-without...
3•thunderbong•1h ago•1 comments

Using precision editing to study human embryo development shows master gene

https://www.cam.ac.uk/research/news/first-use-of-precision-editing-to-study-human-embryo-developm...
3•gmays•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)