Feed aggregator
Turing-Drawings
Article URL: https://github.com/maximecb/Turing-Drawings
Comments URL: https://news.ycombinator.com/item?id=43744609
Points: 3
# Comments: 0
2026 Kia K4 Hatchback Joins Lineup in New York
Things Zig Comptime Won't Do
Article URL: https://matklad.github.io/2025/04/19/things-zig-comptime-wont-do.html
Comments URL: https://news.ycombinator.com/item?id=43744591
Points: 2
# Comments: 0
LLMs Reduce Development Friction. Is That a Good Thing?
Article URL: https://blog.ollien.com/posts/llm-friction/
Comments URL: https://news.ycombinator.com/item?id=43744574
Points: 2
# Comments: 0
For any multiple of 37, reverse and interleave with 0s, you get a multiple of 37
Barack Obama says AI isn't just disrupting coders – it's disrupting meaning
Article URL: https://twitter.com/vitrupo/status/1913783566384943341
Comments URL: https://news.ycombinator.com/item?id=43744560
Points: 1
# Comments: 1
Management "Science"
RFC Tracker: Provider and module packages from OCI registries
Article URL: https://github.com/opentofu/opentofu/issues/2540
Comments URL: https://news.ycombinator.com/item?id=43744543
Points: 1
# Comments: 0
Apple CEO Tim Cook Convinced Trump to Exempt Apple from Tariffs
Article URL: https://www.washingtonpost.com/business/2025/04/17/apple-iphone-tariff-exemption-trump/
Comments URL: https://news.ycombinator.com/item?id=43744541
Points: 3
# Comments: 0
LLM Runs Fully Inside a PDF
Article URL: https://evanzhoudev.github.io/llm.pdf/
Comments URL: https://news.ycombinator.com/item?id=43744534
Points: 1
# Comments: 1
Modifying Custom Matmul CUDA Kernels
Article URL: https://demoriarty.github.io/BMM-1/
Comments URL: https://news.ycombinator.com/item?id=43744522
Points: 1
# Comments: 0
Loops in AI Coding Agents
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
Show HN: Logomaker: An experiment in HCI and vibe coding
Article URL: https://manic.agency/blog/thinkpieces/logomaker-an-experiment-in-human-computer-interaction-vibe-coding
Comments URL: https://news.ycombinator.com/item?id=43744507
Points: 1
# Comments: 0
MoltenVK now supports Vulkan 1.3 features for Metal
Article URL: https://github.com/KhronosGroup/MoltenVK/pull/2489
Comments URL: https://news.ycombinator.com/item?id=43744499
Points: 2
# Comments: 0
HTTP/0.9 from Scratch (2024)
Article URL: https://kmcd.dev/posts/http0.9-from-scratch/
Comments URL: https://news.ycombinator.com/item?id=43744494
Points: 1
# Comments: 0
The USA Public School System Failed Me: A Maths Misadventure
Article URL: https://gavinray97.github.io/blog/maths-education-blog
Comments URL: https://news.ycombinator.com/item?id=43744480
Points: 1
# Comments: 0