frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

V1.21 Update for Gpumkat

1•Okerew•2m ago•0 comments

Valence and HYVE, RT Physics Attention and a "Synthetic Organism"

1•PaperScarecrow•2m ago•0 comments

YouTube Premium's US pricing is going up

https://www.engadget.com/social-media/youtube-premiums-us-pricing-is-going-up-132121683.html
2•bookofjoe•3m ago•0 comments

My Picture of the Present in AI

https://www.greaterwrong.com/posts/WjaGAA4xCAXeFpyWm/my-picture-of-the-present-in-ai
1•gmays•5m ago•0 comments

Ask HN: Its either I or Agent code. Both of us on same codebase is a disaster

1•zane__chen•5m ago•0 comments

Artemis 2 LIVE: NASA's Artemis 2 astronauts prepare for splashdown today

https://www.space.com/news/live/artemis-2-nasa-moon-mission-updates-april-10-2026
2•thinkingemote•7m ago•0 comments

Dad stuck in support nightmare after teen lied about age on Discord

https://arstechnica.com/tech-policy/2026/04/dad-stuck-in-support-nightmare-after-teen-lied-about-...
1•Brajeshwar•8m ago•0 comments

The Key to Stealing Subway Trains: A $10 Skeleton Key

https://www.nytimes.com/2026/04/10/nyregion/nyc-subway-conquesting-joyride.html
1•jbredeche•8m ago•0 comments

The first photograph of a human being (1838)

https://mashable.com/archive/first-photograph-of-a-human
1•downbad_•8m ago•1 comments

Show HN: I got tired, so I built an offline desktop job tracker + resume builder

https://github.com/ruslanora/kin
3•ruslanora•9m ago•0 comments

Neural sequences underlying directed turning in Caenorhabditis elegans

https://www.nature.com/articles/s41593-026-02257-5
1•bookofjoe•12m ago•0 comments

Ask HN: Does Sam Altman know how to code?

2•shchess•12m ago•1 comments

Show HN: Kitted: Local inventory and production management for small businesses

https://kitted.site/
1•ed_•13m ago•0 comments

Show HN: I run AI background removal in the browser–no upload,no server

https://www.allplix.com/en/background-remover
2•shadoxise•14m ago•0 comments

Autonomy Is Real Now

https://steelforfuel.substack.com/p/autonomy-is-real-now
5•simonebrunozzi•16m ago•0 comments

We Developed Zeta2

https://zed.dev/blog/how-we-developed-zeta2
3•ms7892•17m ago•0 comments

Agent to stress-test Wall Street analyst reports: Chipotle (CMG) Example

https://static-www.revelata.com/assets/for-ai-builders/EXAMPLE-CMG_Analysis_Stress_Test.html
2•sjt-at-rev•18m ago•1 comments

The end of the 1B active user ad-supported consumer startup

https://twitter.com/andrewchen/status/1832114119207743984
1•iNeedMoneyFast•20m ago•0 comments

Applications of AI at OpenAI

https://openai.com/academy/applications-of-ai/
1•surprisetalk•20m ago•0 comments

MenuSearch: Search Anywhere in One Click

https://microsoftedge.microsoft.com/addons/detail/menusearch-search-anywhe/deobjdclccahgllgpgdmjk...
1•hassananayi•20m ago•0 comments

"Not Even Government Agencies" - Proton's misleading marketing

https://blog.ppb1701.com/not-even-government-agencies
2•leotravis10•20m ago•0 comments

WAL as a Data Distribution Layer

https://richyen.com/postgres/2026/04/06/wal_archiving.html
1•tanelpoder•21m ago•0 comments

Responsible and Safe Use of AI

https://openai.com/academy/responsible-and-safe-use/
2•surprisetalk•21m ago•0 comments

Malware analysis report: CPU-Z 2.19 supply chain attack

https://gist.github.com/N3mes1s/b5b0b96782b9f832819d2db7c6684f84
1•bundie•22m ago•0 comments

Timothy Ray Brown: the accidental AIDS icon (2015)

https://www.fredhutch.org/en/news/center-news/2015/02/aids-icon-timothy-ray-brown.html
1•Tomte•23m ago•0 comments

Automated Changelog for Open-Source Contributions

https://medium.com/@paragekbote23/from-commits-to-impact-building-an-automated-changelog-for-open...
1•gmays•23m ago•0 comments

Show HN: Direction – a 4-week course for people afraid of shipping AI slop

https://www.givedirection.com/
1•AndrewKemendo•24m ago•0 comments

Adobe Diddles with Your /etc./Hosts File

https://old.reddit.com/r/webdev/comments/1sb6hzk/adobe_wrote_to_my_hosts_file_ive_never_had_an_ap...
6•Brajeshwar•26m ago•1 comments

Closest Thing to Crazy

https://www.atvbt.com/closest-thing-to-crazy/
1•speckx•27m ago•0 comments

Synthetic Sandbox for Training Machine Learning Engineering Agents

https://arxiv.org/abs/2604.04872
2•gmays•27m ago•0 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)