Hacker News

LLM Runs Fully Inside a PDF

Hacker News - Sun, 04/20/2025 - 11:48am
Categories: Hacker News

Modifying Custom Matmul CUDA Kernels

Hacker News - Sun, 04/20/2025 - 11:46am

Article URL: https://demoriarty.github.io/BMM-1/

Comments URL: https://news.ycombinator.com/item?id=43744522

Points: 1

# Comments: 0

Categories: Hacker News

Loops in AI Coding Agents

Hacker News - Sun, 04/20/2025 - 11:45am

AI coding agents are powerful but shallow. They work great when the problem is linear, scoped, and easy to describe. But debugging is none of those things. The moment something subtle breaks, you fall into a loop. Prompt, response. Prompt, response. The agent forgets what it tried. It repeats itself. You start feeding it context just to keep it grounded. Eventually, you give up and fix the bug yourself.

It feels like watching GEB unfold in real time. The agent tries to reason about its own reasoning but gets lost inside its own frame. It has syntax, not semantics. The result is recursion without insight. A strange loop that cannot close.

I built Deebo to break that pattern. It is a separate agent that runs debugging sessions in parallel. It forks the codebase, creates branches, and tests different fixes at once. Every hypothesis is isolated. Every result is logged. You can plug it into Claude, Cline, or anything that supports the Model Context Protocol. It installs in one line. It does not hallucinate. It explores. And when it is wrong, you still learn something.

https://github.com/snagasuri/deebo-prototype

Comments URL: https://news.ycombinator.com/item?id=43744512

Points: 1

# Comments: 0

Categories: Hacker News

HTTP/0.9 from Scratch (2024)

Hacker News - Sun, 04/20/2025 - 11:42am
Categories: Hacker News

AI Meets Halloween Spooky Smart Decor That Reacts to You

Hacker News - Sun, 04/20/2025 - 11:02am

A home decorator's Halloween setup is going viral—featuring AI-powered pumpkins, motion-triggered projections, and eerie ambient lighting. It’s a perfect blend of tech and tradition, turning homes into haunted masterpieces.

Comments URL: https://news.ycombinator.com/item?id=43744222

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: I built a free receipt generator (free API coming soon)

Hacker News - Sun, 04/20/2025 - 10:54am

ust a weekend project for me I wanted to understand how receipts and PDFs work in JS.

I will have a free API and docs for it soon. Let me know what you think!

Comments URL: https://news.ycombinator.com/item?id=43744161

Points: 1

# Comments: 0

Categories: Hacker News

Let Water Flow Down

Hacker News - Sun, 04/20/2025 - 10:51am
Categories: Hacker News

Pages