frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google has apparently ended updates for every Chromecast except one

https://9to5google.com/2026/05/22/google-chromecast-updates-ended/
1•theanonymousone•1m ago•0 comments

Show HN: Blacknode – Visual workflow builder Claude can drive via MCP

https://github.com/temiroff/Blacknode
2•temiroff•4m ago•0 comments

Google plans to win the AI war

https://www.axios.com/2026/05/21/google-ai-anthropic-openai-war
1•gmays•5m ago•0 comments

SpaceX's Ambitions Are Intergalactic. Its Business Is Selling You Internet

https://www.wsj.com/business/starlink-spacex-ipo-elon-musk-967fba39
1•fortran77•5m ago•1 comments

Crooked Forest

https://en.wikipedia.org/wiki/Crooked_Forest
1•thunderbong•5m ago•0 comments

Show HN: Anime AI Studio – Create AI Anime Videos from Scripts

https://www.animeaistudio.com/
1•deepseekai•6m ago•0 comments

Show HN: Charm – on-device spelling, grammar, and prediction for macOS

https://www.theodorehq.com/charm/
2•theodorehq•7m ago•0 comments

EaglePress – I may have vibe coded this as ready to blog

https://eaglepress.org/post/eaglepress-download
1•eagle10ne•8m ago•0 comments

Show HN: Cq exchange: Hosted knowledge commons for AI coding agents

https://blog.mozilla.ai/cq-exchange-agents-without-borders/
1•angpt•10m ago•0 comments

Can you crack the famous unsolved cipher, created by the Zodiac Killer?

http://www.oranchak.com/zodiac/webtoy/
1•Alifatisk•12m ago•0 comments

Show HN: A botless meeting recorder and summarizer that runs in the browser

https://wocal.app
3•dsingh1990•12m ago•0 comments

Robert X Cringely is back to blogging

https://www.cringely.com/
1•dan_hawkins•13m ago•0 comments

GSD forked to get-shit-done-redux

https://github.com/gsd-redux/get-shit-done-redux
1•darronz•13m ago•0 comments

Software Defaults Create Emotionally Flat Spaces

https://frostecho.neocities.org/posts/software-defaults-create-emotionally-flat-spaces/
1•speckx•13m ago•0 comments

Show HN: Swarmsim – Emergent flocking and predator/prey dynamics

https://github.com/ninjahawk/swarmsim
1•ninjahawk1•13m ago•0 comments

Artificial Intelligence and Grade Inflation

https://escholarship.org/uc/item/80x8d3qd
1•geox•14m ago•0 comments

Fixing LLM Writing with Distribution Fine Tuning

https://rosmine.ai/2026/05/18/fixing-llm-writing-with-distribution-fine-tuning/
1•jbotz•15m ago•0 comments

Show HN: Mercury v3 – Convert Python Notebooks to Web Apps

https://github.com/mljar/mercury
1•pplonski86•17m ago•0 comments

Agent Traces: every browser session as a prompt

https://steel.dev/blog/agent-traces
1•nkko•18m ago•0 comments

Bank boss sorry after describing workers as 'lower value human capital'

https://www.bbc.com/news/articles/c98rqld1j3yo
3•tartoran•19m ago•0 comments

MCP Specification 2026-07-28 Release Candidate

https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/
2•disintegrator•19m ago•0 comments

Show HN: Agent Capsule – versioned checkpoints for agents you run

1•rmqyeby•21m ago•0 comments

HN isn't swamped yet, just AI-obsessed

https://www.mahl.me/blog/hacker-news-isnt-swamped-yet/
2•gorgmah•21m ago•0 comments

Scott Aaronson – The Truth About Quantum Computing [video]

https://www.youtube.com/watch?v=cq4atriB-Rc
1•nill0•23m ago•0 comments

Show HN: Runner – desktop app for running Claude Code, Codex as a crew

https://github.com/yicheng47/runner
2•yicheng47•25m ago•0 comments

Macro Wall Display

https://kensingtonhomes.uk
1•postmanag•26m ago•0 comments

I built Search Engine $100 business ideas filtered by budget,niche and AI Tools

https://onehundredbiz.com
1•DaveOne•27m ago•0 comments

Running Gitea Runner with Rootless Podman

https://www.nite07.com/en/posts/quadlet-gitea-runner-podman/
1•speckx•28m ago•0 comments

An AI system to help scientists write expert-level empirical software

https://arxiv.org/abs/2509.06503
1•cyco130•28m ago•0 comments

Plan to declare Dominion Voting Systems machines national security risks fails

https://twitter.com/ErinBanco/status/2057799461435220399
1•cf100clunk•30m ago•1 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)