frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Disable Firefox's New Emoji Picker

https://emsh.cat/en/how-to-disable-firefoxs-emoji-picker/
1•embedding-shape•3m ago•0 comments

The Difference Between "Replicable" and "Not Replicable" Is Not Replicable

https://arxiv.org/abs/2604.26268
3•sebg•5m ago•0 comments

The A.I. Fear Keeping Silicon Valley Up at Night

https://www.nytimes.com/2026/04/30/opinion/ai-labor-work-force-silicon-valley.html
2•pretext•5m ago•0 comments

Collio Is the AI Coworker That Delivers Finished Work, Not Just Instructions

https://collio.chat/
1•serin-ai•6m ago•1 comments

Make HN great again: Neovim vs. IDEs

2•vtemian•12m ago•2 comments

Near-100% test coverage did not catch a CVE in my Go library

https://blog.reqproof.com/p/i-had-near-100-test-coverage-it-didnt
1•LeonidBugaev•17m ago•0 comments

Show HN: Throwaway – open-source disposable email checker and API

https://github.com/sslboard/throwaway
1•weddpros•18m ago•0 comments

Semantic VCS for AI driven development

https://github.com/theswiftway/nool-cli
1•theswiftway•19m ago•1 comments

Granite 4.1: IBM's 8B Model Matching 32B MoE

https://firethering.com/granite-4-1-ibm-open-source-model-family/
11•steveharing1•21m ago•2 comments

What Code Review Can't See (and Bad Data Always Finds)

https://blog.dochia.dev/blog/code_review_rarely_find_bugs/
2•ludovicianul•24m ago•0 comments

Australia ran the experiment on AI economics

https://drdavidwbell.substack.com/p/where-the-jobs-go
2•drdavidwbell•28m ago•0 comments

Cart before horse: On India and vehicle-to-vehicle communication technology

https://www.thehindu.com/opinion/editorial/cart-before-horse-on-india-and-vehicle-to-vehicle-comm...
1•thisislife2•28m ago•0 comments

Detection toolkit for CopyFail(CVE-2026-31431)

https://github.com/kadir/copy-fail-CVE-2026-31431-IOC
1•nofool•28m ago•1 comments

PostgreSQL Is Not Slow. Your Queries Are

https://stormatics.tech/blogs/postgresql-is-not-slow-your-queries-are
7•dbaxame11•31m ago•0 comments

Show HN: Mnheme Evolves – Personality and Free Will Enter the System

https://medium.com/@aatel.license/mnheme-evolves-personality-and-free-will-enter-the-system-66258...
1•aatel-license•35m ago•0 comments

Rise of the Blood Populist

https://www.theatlantic.com/ideas/2026/04/blood-populists-political-violence-ideology/686995/
1•JumpCrisscross•36m ago•0 comments

TypeScript framework for building non-blocking AI agents

https://github.com/jigjoy-ai/mozaik
1•mijura•36m ago•0 comments

Stop letting AI generate broken SVG spaghetti

https://github.com/stellarshenson/claude-code-plugins
2•stellars•36m ago•0 comments

No action taken against PimEyes: noyb lawsuit against Hamburg DPA

https://noyb.eu/en/no-action-taken-against-pimeyes-noyb-lawsuit-against-hamburg-dpa
3•hacka22•39m ago•0 comments

Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y)

3•blazeeofsun•42m ago•0 comments

How Much LLMs is too much LLMs?

https://www.sammystraus.com/#how-much-llms-is-too-much-llms
4•sammy0910•49m ago•1 comments

Response: Sandboxes Won't Save You from OpenClaw

https://endojs.org/review-sandboxes-wont-save-you-from-openclaw/
2•bobdcf•50m ago•0 comments

Oil markets are still in La-La land

https://economist.com/leaders/2026/04/30/oil-markets-are-still-in-la-la-land
1•burntcaramel•52m ago•0 comments

Basic Fantasy Role-Playing Game

https://www.basicfantasy.org/
3•debo_•54m ago•1 comments

How much "Brain Damage" can an LLM Tolerate? (2024)

https://hawaii.ziti.uni-heidelberg.de/blog/llm-brain-damage/
1•Andr2Andr•55m ago•0 comments

Using LLMs to find Python C-extension bugs

https://lwn.net/Articles/1067234/
1•lumpa•56m ago•0 comments

You can beat the binary search

https://lemire.me/blog/2026/04/27/you-can-beat-the-binary-search/
6•signa11•56m ago•1 comments

White House Opposes Anthropic's Plan to Expand Access to Mythos Model

https://www.wsj.com/tech/ai/white-house-opposes-anthropics-plan-to-expand-access-to-mythos-model-...
1•JumpCrisscross•57m ago•0 comments

Schooling Has a Meaning Crisis. Paradoxically, AI Can Help

https://blog.comini.in/p/schooling-has-a-meaning-crisis-paradoxically
1•ChaitanyaSai•58m ago•0 comments

Met Police's Palantir deployment has its own officers watching their backs

https://www.theregister.com/2026/04/30/met_police_palantir_deployment_cop_probe/
2•jjgreen•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)