frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Emacs with Org-Mode and Claude for Apple MacBook

https://github.com/deno1011/emacs-mac-setup/blob/main/README.md
1•noed1011•20s ago•1 comments

The AI jobs narrative is BS

https://www.profgmedia.com/p/apocalypse-no
1•JumpCrisscross•1m ago•0 comments

ZAYA1-8B: Frontier intelligence density via 0.7B active MoE trained on AMD

https://www.zyphra.com/post/zaya1-8b
1•momojo•1m ago•0 comments

Apple, Intel Have Reached Preliminary Chip-Making Agreement

https://www.wsj.com/tech/apple-intel-have-reached-preliminary-chip-making-agreement-69eb9370
1•patosullivan•2m ago•0 comments

Seeking small angel/co-founder for 7-year solo deterministic AI runtime project

1•theantagonistai•3m ago•0 comments

Show HN: UltraCompress – first mathematically lossless 5-bit LLM compression

https://github.com/sipsalabs/ultracompress
3•mounnar•6m ago•0 comments

Bottle Neck: Strait of Hormuz Crisis Simulator

https://bottleneck.jakubgornicki.com/en
1•fzeindl•6m ago•0 comments

Pele International Football Rankings

https://www.natesilver.net/p/pele-international-football-rankings-soccer-ratings-projections
1•7777777phil•9m ago•0 comments

Analysis of the DNS outage on 5 May 2026 for .de domains

https://blog.denic.de/en/analysis-of-the-dns-outage-on-5-may-2026/
3•FinnKuhn•10m ago•0 comments

Sparser, Faster, Lighter Transformer Language Models

https://pub.sakana.ai/sparser-faster-llms/
4•hardmaru•11m ago•0 comments

Notes from inside China's AI labs

https://www.interconnects.ai/p/notes-from-inside-chinas-ai-labs
3•shenli3514•11m ago•0 comments

Re-Anchors: How to Give AI a Memory That Survives Closing the Chat

https://medium.com/@mohan_AIyer/re-anchors-how-to-give-ai-a-memory-that-survives-closing-the-chat...
2•ankitg12•12m ago•0 comments

70th day of Iran's internet blackout: 1656 hours

https://mastodon.social/@netblocks/116537773534366677
4•ukblewis•13m ago•0 comments

Over 97% of the 'Linux' Foundation's Budget Goes Not to Linux

https://techrights.org/n/2026/05/08/Over_97_of_the_Linux_Foundation_s_Budget_Goes_Not_to_Linux.shtml
6•speckx•14m ago•0 comments

The React2Shell Story

https://lachlan.nz/blog/the-react2shell-story/
3•mufeedvh•15m ago•0 comments

Razify. Fast project scanning and environment analysis in Go

https://github.com/Hossiy21/razify
2•hossiy16•15m ago•0 comments

An AI code reviewer that runs multiple specialist passes on your PRs

https://geckode-eta.vercel.app
1•nivak•16m ago•0 comments

Poll: Will there be a mega-IPO fail this year?

1•Zigurd•18m ago•0 comments

The Ultra-Realistic AI Face Swapping Platform Driving Romance Scams

https://www.wired.com/story/the-ultra-realistic-ai-face-swapping-platform-driving-romance-scams/
2•JumpCrisscross•19m ago•0 comments

ROI of AI-assisted Software Development report

https://dora.dev/ai/roi/report/
1•swolpers•20m ago•1 comments

Amália and the Future of European Portuguese LLMs

https://duarteocarmo.com/blog/amalia-and-the-future-of-european-portuguese-llms
1•johnbarron•20m ago•0 comments

DHS earmarks millions for 'smart glasses' for immigration agents

https://thehill.com/homenews/nexstar_media_wire/5845998-homeland-security-smart-glasses/
1•JumpCrisscross•21m ago•1 comments

TLA+ Caught a Silent Data Divergence Bug in Postgres's pg_rewind

https://multigres.com/blog/2026/05/04/tla-pg-rewind
2•wizerno•21m ago•0 comments

Transit

https://github.com/cognitect/transit-clj
1•tosh•22m ago•0 comments

Show HN: Rejected by YC

https://rejectedbyyc-ten.vercel.app/
3•leonagano•24m ago•1 comments

Weber State Censors, Then Cancels, Censorship Conference

https://www.insidehighered.com/news/faculty/academic-freedom/2025/10/08/weber-state-censors-then-...
3•JumpCrisscross•24m ago•0 comments

Model-Harness-Fit

https://twitter.com/nicbstme/status/2051131906327212298
1•gmays•24m ago•0 comments

Top Cybersecurity Marketers and CMOS to Follow in 2026

https://gracker.ai/cybersecurity-marketing-library/best-cybersecurity-marketers-2025
1•mooreds•25m ago•0 comments

Cartoon Network Flash Games

https://www.webdesignmuseum.org/flash-game-exhibitions/cartoon-network-flash-games
13•willmeyers•25m ago•9 comments

Sunburn inspired a new way to store energy

https://www.bbc.com/news/articles/c62l9gnx775o
2•Brajeshwar•25m 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)