frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fable wrote a .NET GC in C#, got within range of the stock GC in 2 days

https://github.com/kevingosse/ManagedDotnetGC/tree/claude/experiments
1•kookiz•1m ago•1 comments

How AI Embeddings Cut Cloud Costs by 50% While Boosting Matching by 65%

https://tech.wmg.com/breaking-the-black-box-how-ai-embeddings-cut-cloud-costs-by-50-while-boostin...
1•wmg•2m ago•0 comments

Funding open-source software without compromising it

https://yorickpeterse.com/articles/funding-open-source-software-without-compromising-it/
1•YorickPeterse•3m ago•0 comments

The $2T question: Will knowledge-work complexity scale with model capability?

https://twitter.com/__josh_harris__/status/2074824864288919945
1•jah242•4m ago•1 comments

Show HN: GhostedWatch, an extension that detects silent removals on patriots.win

https://ghostedwatch.com/
1•rhaksw•6m ago•0 comments

China warns about AI risks with Anthropic's Claude Code

https://www.cnbc.com/2026/07/08/china-anthropic-ai-claude-code-backdoor-security-threat.html
1•cramer4next•7m ago•1 comments

Robots available for rent: But what can they do?

https://www.bbc.com/news/articles/c4gymkg9lr2o
1•monkeydust•8m ago•0 comments

Show HN: I built the NAS drive comparison table I couldn't find

https://www.nasdisks.com/
2•deeddy•8m ago•0 comments

Show HN: Seqvio – a whiteboard explainer toolkit for React/TSX videos

https://github.com/makesynt/seqvio
1•markthis•9m ago•0 comments

Kasroz: An Optimal Keyboard for Swipe

https://futo.tech/blog/swipe-keyboard
1•ementally•10m ago•0 comments

The Second Derivative: Why No One Understands the AI Boom

https://www.groundbrkr.com/p/the-second-derivative-why-no-one
1•ericwaller•11m ago•0 comments

What happens inside a tennis player's brain as they try to return a 148mph serve

https://theconversation.com/what-happens-inside-a-tennis-players-brain-as-they-try-to-return-a-14...
1•0in•11m ago•0 comments

How to cheat when crossing the Channel by swimming

https://github.com/valhalla/valhalla/discussions/6190
1•nilsnolde•11m ago•0 comments

Show HN: VetoBench – benchmarking AI memory beyond retrieval

https://github.com/adelinamart/robrain/tree/main/packages/vetobench
2•mart1adelina•13m ago•0 comments

First Robot-Run Hotel Is Opening in China

https://www.gadgetreview.com/worlds-first-fully-robot-run-hotel-is-opening-in-china
1•surprisetalk•13m ago•0 comments

Show HN: DeviceShelf – a read-only LAN scanner for homelabs, no cloud back end

https://deviceshelf.app/
1•itsmueller•13m ago•0 comments

Ask HN: Can I find enthusiasts like me as a first time builder?

2•AlexSonn•14m ago•0 comments

Stop Writing Claude.md Rules. Write Linting Rules Instead

https://zernie.com/blog/stop-writing-claude-md-rules/
1•speckx•15m ago•0 comments

Reducing Android JVM allocations for less memory pressure and faster logs

https://blog.bitdrift.io/post/reducing-android-jvm-allocations
1•karinakarina3•15m ago•0 comments

Deprecated Accessor Footgun in AI SDK v7

https://www.lightningjar.com/blog/tool-history-footgun
1•kevinpeckham•17m ago•0 comments

Show HN: Argutum – an AI chat that pays you per message, scored in real time

https://argutum.com
1•ayushsanghavi•18m ago•0 comments

The Age of Reading Is Over

https://www.theatlantic.com/magazine/2026/08/reading-crisis-postliterate-age/687618/
2•0in•20m ago•0 comments

Handsum: An LQIP Image File Format

https://nigeltao.github.io/blog/2026/handsum.html
1•dmit•20m ago•0 comments

An ad-hoc replacement for multitail made with tmux and grcat

https://github.com/themadsens/tmtail/tree/main
1•themadsens•22m ago•0 comments

New EU plan to address the risks and opportunities of advanced AI for cybersec

https://commission.europa.eu/news-and-media/news/new-eu-plan-address-risks-and-opportunities-adva...
1•_____k•22m ago•0 comments

Show HN: CodeRadius, map and govern multi repo architectures

https://coderadius.ai
1•emnlmn•24m ago•0 comments

Show HN: Control YOLO Training and Datasets from Claude/Cursor via MCP

https://github.com/amanharshx/ultralytics-mcp
3•amanharshx•24m ago•0 comments

Companies Reserving AI-Training Rights in Their Terms

https://tostracker.app/analysis/ai-training-rights
1•tldrthelaw•24m ago•0 comments

Recovering a failing disk using a Raspberry Pi and a bit of AI

https://aes.id.au/blog/2026/07/08/recovering-a-failing-disk-using-a-raspberry-pi-and-a-bit-of-ai/
1•andrewescott•24m ago•0 comments

Real limits converted to API-equivalent $ value for Claude Code, Codex, Copilot

https://twitter.com/ivanborshchov/status/2074823674205458756
1•deviscool•26m 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)