frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DeepSeek V4 Peak Valley Pricing Change

https://www.kucoin.com/news/flash/deepseek-v4-launches-in-mid-july-with-peak-valley-pricing
1•lmartineng•50s ago•0 comments

Frontier Code (AI coding benchmark)

https://cognition.com/blog/frontier-code
1•nicoburns•3m ago•0 comments

Is the Age of Anthropic and OpenAI Over

https://aifuture.org/news/china-s-z-ai-claims-it-can-match-mythos-on-cybersecurity-2165
1•humanvsmachine•3m ago•0 comments

Show HN: Bbl – a command line Bible to read and search, 26 langauges, offline

https://github.com/nehemiaharchives/bbl
1•hokuto-joel-ide•5m ago•0 comments

Are you in AI answers? Find out and fix it in minutes

https://www.mentionedby.world/
1•aykhanstoic•5m ago•0 comments

Wick or Band drains – drain water from wet soil to prepare for building

https://www.keller.com/expertise/techniques/wick-pvds-band-drains
1•lifeisstillgood•5m ago•0 comments

A Baby Formula Probe Produced a Pile of Evidence. Then the DOJ Dropped the Case

https://www.wsj.com/us-news/law/the-baby-formula-probe-produced-a-pile-of-evidence-then-the-doj-d...
1•impish9208•7m ago•1 comments

Sling CLI – Open-source tool for fast data ingestion and replication

https://github.com/slingdata-io/sling-cli
2•Hayabusaa•8m ago•0 comments

Show HN: Wander – one button, one good page at a time, surf the open web

https://wander.surf
1•Slystar•8m ago•1 comments

Caffeinated and decaffeinated coffee lower stress, depression and impulsivity

https://www.ucc.ie/en/advancement/alumni-benefits/bridge-newsletter/why-your-morning-brew-is-good...
2•giuliomagnifico•9m ago•0 comments

South Korea plans to train military as "drone warriors"

https://arstechnica.com/ai/2026/06/south-korea-plans-to-train-entire-military-as-drone-warriors/
1•LorenDB•10m ago•0 comments

Opening of a trial for planned obsolescence against Epson: a historic first step

https://repair.eu/news/lawsuit-against-epson/
1•precommunicator•11m ago•0 comments

Google's new hand-wave reCAPTCHA can be bypassed with a stock photo

https://www.neowin.net/news/googles-new-hand-wave-recaptcha-can-be-bypassed-with-a-stock-photo/
1•jenic_•12m ago•2 comments

AI and the Collapse of the Www

https://www.nber.org/papers/w35344
2•jmsflknr•19m ago•0 comments

Not just for rich people: the progressive case for air conditioning

https://www.theguardian.com/commentisfree/2026/jun/29/progressive-case-for-air-conditioning-clima...
3•rustoo•22m ago•0 comments

DeepSeek v4 Releasing Mid July

https://files.catbox.moe/0j57v9.png
1•RIshabh235•24m ago•2 comments

Compile differentiable audio models to real-time DSP

https://github.com/cucuwritescode/adac
1•cucuwritescode•25m ago•1 comments

Yeasound RIC800 Hearing Aids Review: Good Audio, Glitchy App

https://www.wired.com/review/yeasound-ric800-hearing-aids/
1•joozio•28m ago•0 comments

My Mac timeline app got MCP. Cron to vector DB was the real use

https://sidefyapp.com/blog/mcp-automation-beyond-chat-2026-06-27/
1•sha2kyou•28m ago•0 comments

NASA's X-59 "frankenjet" tests supersonic flight without the sonic boom

https://arstechnica.com/gadgets/2026/06/nasas-x-59-frankenjet-tests-supersonic-flight-without-the...
2•LorenDB•29m ago•0 comments

The Next Chapter of PrimeTek

https://primeui.dev/nextchapter
1•schneefux•32m ago•0 comments

GitHub Copilot – 5 years ago today (2021)

https://github.blog/news-insights/product-news/introducing-github-copilot-ai-pair-programmer/
2•petercooper•34m ago•0 comments

Gatekeeping the Frontier: When AI Access Becomes a National Security Concern

https://www.rusi.org/explore-our-research/publications/commentary/gatekeeping-frontier-when-ai-ac...
1•ironyman•37m ago•0 comments

Tell HN: Delete Google

3•sourcecodeplz•37m ago•4 comments

Expo adds AgeRange module wrapping Apple and Google age-verification APIs

https://docs.expo.dev/versions/latest/sdk/age-range/
1•c99e•38m ago•1 comments

Radiology's Last Exam (RadLE)

https://arxiv.org/abs/2509.25559
1•AFF87•43m ago•0 comments

The CEO of Mullvad is the main financer of the far-right Swedish Örebro party

https://det.social/@lostgen/116820546568940358
77•Risse•44m ago•48 comments

Show HN: Re:Zero – Start building from zero

https://www.rezero.md/en/library
1•haebom•44m ago•0 comments

Ask HN: GLM-5.2 FP8 vs. BF16

1•JoelJacobson•45m ago•0 comments

Miyake Event

https://en.wikipedia.org/wiki/Miyake_event
1•simonebrunozzi•51m 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)