frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

BriskTool – 220 free browser tools where files never leave your device

https://brisktool.com
1•briankaplan•6s ago•0 comments

AirReply

https://airreply.app/
1•jakubino•21s ago•0 comments

Enterprise-Managed Authorization for MCP

https://archestra.ai/blog/enterprise-managed-authorization-mcp
1•motakuk•1m ago•0 comments

Economic Civil War: States Push Laws to Shield Oil Companies from Accountability

https://www.propublica.org/article/climate-change-alec-leonard-leo-lawsuits-fossil-fuel-oil-gas-i...
2•petethomas•4m ago•0 comments

How Scammers Make Fake Calls? (Step-by-Step Explained)

https://www.securitynewspaper.com/2026/04/06/how-scammers-make-fake-calls-step-by-step-explained/
1•jimgill•6m ago•0 comments

Structural and semantic component for improving code reviews with local models

2•rs545837•6m ago•0 comments

Sonnet 4.6 Elevated Rate of Errors

https://status.claude.com/incidents/lhws0phdvzz3
6•kylestanfield•16m ago•1 comments

China's AI Ethics Governance

https://www.luizasnewsletter.com/p/chinas-ai-ethics-governance
1•hunglee2•17m ago•0 comments

Madman Theory

https://en.wikipedia.org/wiki/Madman_theory
2•selljamhere•17m ago•0 comments

He Learned the Gestures

https://sightlessscribbles.com/posts/he-learned-the-gestures/
1•robin_reala•18m ago•0 comments

As We May Think

https://dl.acm.org/doi/epdf/10.1145/227181.227186
1•chha•22m ago•1 comments

Why Multi-Agent Systems Need Memory Engineering

https://www.mongodb.com/company/blog/technical/why-multi-agent-systems-need-memory-engineering
2•eigenBasis•23m ago•0 comments

Google launched an AI dictation app that works offline

https://techcrunch.com/2026/04/07/google-quietly-releases-an-offline-first-ai-dictation-app-on-ios/
2•jnord•27m ago•0 comments

How to Use Python's Heapq for Kth Largest Problems

https://looppass.mindmeld360.com/blog/python-heapq-kth-largest/
1•tomerbd•27m ago•0 comments

Japan relaxes privacy laws to make itself the 'easiest country to develop AI'

https://www.theregister.com/2026/04/08/japan_privacy_law_changes_ai/
4•jeffbobries•27m ago•0 comments

Intel is going all-in on advanced chip packaging

https://www.wired.com/story/why-chip-packaging-could-decide-the-next-phase-of-the-ai-boom/
3•rbanffy•28m ago•0 comments

Inside a huge compound where 10k workers scammed people globally

https://apnews.com/article/online-scams-cambodia-thailand-o-smach-complex-f78f091462a35c4c8e79b2b...
4•ece•33m ago•0 comments

The Value of a Performance Oracle

https://wingolog.org/archives/2026/04/07/the-value-of-a-performance-oracle
1•ingve•33m ago•0 comments

The Art of Risk Management (2017)

https://www.bcg.com/publications/2017/finance-function-excellence-corporate-development-art-risk-...
1•walterbell•35m ago•0 comments

Monitoring Express Route Performance with AppSignal

https://blog.appsignal.com/2026/04/07/monitoring-express-route-performance-with-appsignal.html
1•Liriel•42m ago•0 comments

Investigating Split Locks on x86-64

https://chipsandcheese.com/p/investigating-split-locks-on-x86
3•ingve•44m ago•0 comments

Purisaki Berberine Patches – Herbal Metabolism Support

https://experiment.com/projects/wpurwskbhbclzxxrvmwj/protocols/24143-purisaki-berberine-patches-i...
1•FrankHFix•46m ago•0 comments

How Trump Took the U.S. to War with Iran

https://www.nytimes.com/2026/04/07/us/politics/trump-iran-war.html
4•u1hcw9nx•49m ago•1 comments

We moved Railway's frontend off Next.js. Builds went from 10+ mins to under two

https://blog.railway.com/p/moving-railways-frontend-off-nextjs
3•bundie•50m ago•0 comments

Temporarily disabling language support on rubygems.org

https://blog.rubygems.org/2026/04/07/temporarily-disabling-language-support.html
1•ciconia•53m ago•0 comments

Two Years of Valkey

https://redmonk.com/sogrady/2026/04/06/valkey-at-two/
2•gpi•54m ago•0 comments

Optinum – finds the blind spots AI coding agents systematically miss in PR tests

https://github.com/anhnguyensynctree/optinum
2•nta25297•57m ago•1 comments

Anatomy of Mercor's Data Breach

https://share.jotbird.com/restless-steady-riverbend
2•generativeai•57m ago•0 comments

Unlocking cloud inference compute for OpenClaw

3•openinfer•59m ago•0 comments

Improving Interactive In-Context Learning from Natural Language Feedback

https://arxiv.org/abs/2602.16066
1•revv00•1h ago•1 comments
Open in hackernews

Ask HN: Video showing LLM assitent coding on big code base

2•CopyOnWrite•11mo 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)