frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The cloud is slowing you down [video]

https://www.youtube.com/watch?v=Ps3AI1kTIR4
1•chii•21s ago•0 comments

Nano Banana Pro

https://loraai.io/nano-banana-pro
1•xbaicai•32s ago•1 comments

Ask HN: ADHD have crippled my life, I do not know what to do?

1•nerdyadventurer•4m ago•0 comments

Ask HN: Black Boxes

1•throwaway2027•9m ago•0 comments

AI developed personality scoring 2x higher than average human (22.23 vs. 10.94)

https://thesophia.ai/
1•alekseibljahhin•9m ago•1 comments

In 1982, a physics joke gone wrong sparked the invention of the emoticon

https://arstechnica.com/gadgets/2025/11/in-1982-a-physics-joke-gone-wrong-sparked-the-invention-o...
1•sohkamyung•11m ago•0 comments

Google drops Gemini 3 Pro image preview

https://old.reddit.com/r/Bard/comments/1p1yiuc/google_quietly_drops_gemini_3_pro_image_preview/
1•limoce•11m ago•0 comments

Eleven years after Lenovo acquired IBM's x86 server biz, profits still elusive

https://www.theregister.com/2025/11/20/lenovo_q2_2026/
2•raw_anon_1111•13m ago•0 comments

Facebook is not worth $33B (2010)

https://signalvnoise.com/posts/2585-facebook-is-not-worth-33000000000
1•mokkol•14m ago•0 comments

What Is Square Image?

https://thesquareimage.com
1•chenglemon•18m ago•1 comments

Red Alert 2 in web browser

https://chronodivide.com/
1•nsoonhui•18m ago•0 comments

Fear Is the Startup Killer

https://redmonk.com/blog/2025/11/13/rmc-jack-bridger/
1•mooreds•18m ago•0 comments

Tesla Robotaxi had 3 more crashes, now 7 total

https://electrek.co/2025/11/17/tesla-robotaxi-had-3-more-crashes-now-7-total/
2•juujian•20m ago•0 comments

Show HN: Gemini made a game to destroy all websites

https://twitter.com/PrabhjotSL/status/1991443591722602811
2•godlabs•20m ago•0 comments

Inufuto: Creating and porting games to 100 obscure 8-bit platforms

https://twitter.com/ocornut/status/1991128920339501401
1•bpierre•23m ago•0 comments

AgentBar-The open source browser agent

https://github.com/quzhaojing/agent-bar
1•mrandycome•24m ago•0 comments

White House prepares executive order to block state AI laws

https://www.politico.com/news/2025/11/19/white-house-prepares-executive-order-to-block-state-ai-l...
3•TrackerFF•25m ago•0 comments

User Consent Best Practices in the Age of AI Agents

https://curity.io/blog/user-consent-best-practices-in-the-age-of-ai-agents/
1•mooreds•26m ago•0 comments

Kids Are on ADHD Pills. For Many, It's the Start of a Drug Cascade

https://www.wsj.com/health/wellness/kids-adhd-drugs-medication-06dfa0b7
1•pretext•29m ago•0 comments

Black Friday Marketing Is Coming to Telegram

1•emmanol•29m ago•0 comments

40 years ago, Calvin and Hobbes' raucous adventures burst onto the comics page

https://text.npr.org/nx-s1-5564064
17•mooreds•30m ago•0 comments

AnyLanguageModel: One API for Local and Remote LLMs on Apple Platforms

https://huggingface.co/blog/anylanguagemodel
2•_mattt•30m ago•1 comments

DeepEyesV2: Toward Agentic Multimodal Model

https://github.com/Visual-Agent/DeepEyesV2
2•tamnd•31m ago•0 comments

Series A and Magic Patterns 2.0

https://www.magicpatterns.com/blog/series-a-and-magic-patterns-2-0
1•meysamazad•32m ago•0 comments

How the Linux-vs-BSD culture clash looked in the 1980s/1990s

https://liam-on-linux.dreamwidth.org/97149.html
2•furkansahin•35m ago•0 comments

Show HN: God's Eye – AI-powered subdomain recon with local LLM

https://github.com/Vyntral/god-eye
1•vyntral•36m ago•1 comments

Cloudflare Vibe SDK

https://github.com/cloudflare/vibesdk
1•signa11•36m ago•0 comments

Cold Self-Lubrication of Sliding Ice

https://journals.aps.org/prl/abstract/10.1103/1plj-7p4z
2•thinkingemote•37m ago•0 comments

Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in LLMs

https://arxiv.org/abs/2511.15304
2•capgre•38m ago•0 comments

BLS Cancels October Jobs Report, Couldn't Collect Some Data

https://www.bloomberg.com/news/articles/2025-11-19/bls-cancels-october-jobs-report-couldn-t-colle...
4•geox•38m ago•0 comments
Open in hackernews

Ask HN: Video showing LLM assitent coding on big code base

2•CopyOnWrite•6mo 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)