deep1283
|
1 day ago
|
on: AI Agents Are Recruiting Humans to Observe the Offline World
So humans are becoming the hardware layer for AI. The API is just: “Hey, can you go look at this thing in the real world?”
deep1283
|
1 day ago
|
on: Agentnanny – Run Claude Code with varying degrees of control
A much needed repo.
deep1283
|
2 days ago
|
on: GPT-5.4
The token efficiency improvement might be underrated. If the model solves tasks with fewer tokens, that directly translates into lower cost and faster responses for anyone building on the API.
deep1283
|
2 days ago
|
on: TeX Live 2026 is available for download now
If you’re installing this on a fresh machine, the network installer is usually the smoother option. The full ISO is great if you’re setting up multiple systems or need an offline install, but for most people the net install saves some headaches.
deep1283
|
2 days ago
|
on: So what project management tool you use to orchestrate your agent team?
would love to use that.
deep1283
|
3 days ago
|
on: Tell HN: AI lies about having sandbox guardrails
thats concerning.If the sandbox actually existed at the system level, the model shouldn’t be able to escape it regardless of what it says or tries.
deep1283
|
3 days ago
|
on: Working on Things That Suck
I think a lot of engineers intellectually agree with this idea, but emotionally still default to building the “proper” system.
There’s a strange pressure in tech to reach for architecture, frameworks, and infrastructure even when the problem might only need something scrappy. Sometimes the ugly solution survives longer simply because it’s closer to the actual problem.
deep1283
|
3 days ago
|
on: RFC 9849. TLS Encrypted Client Hello
This feels like a recurring pattern in the stack. abstraction removes visibility faster than tooling replaces it.
Encryption and higher-level platforms are great for security and productivity, but the debugging surface keeps shrinking. Eventually when something breaks, nobody actually has the layer-by-layer visibility needed to reason about it.
deep1283
|
3 days ago
|
on: The Illusion of Building
But I’m not sure it’s entirely inaccessible to models either. If you feed them enough signals,logs, incidents, metrics, past debugging threads they might approximate that feedback indirectly. Not the same as being paged at 3am, but maybe closer than we assume.
but your distinction is really good. The feedback loop is probably the key difference.
deep1283
|
3 days ago
|
on: Show HN: Yare.io – Kill all enemy cats. With JavaScript.
its a pretty interesting game
deep1283
|
3 days ago
|
on: The Illusion of Building
I think this is slightly romanticizing the idea that humans “hold the territory” in their heads.
In most real systems no single engineer actually understands the full territory either. People rely on partial mental models, docs, logs, and tribal knowledge. In that sense, LLMs operating on maps might not be that different from how teams already work.
deep1283
|
3 days ago
|
on: RFC 9849. TLS Encrypted Client Hello
ECH is great from a privacy perspective, but I’m curious how well this will actually work in practice.every time the web encrypts more metadata there’s pushback from middleboxes and network operators.
deep1283
|
4 days ago
|
on: A CPU that runs entirely on GPU
This is a fun idea. What surprised me is the inversion where MUL ends up faster than ADD because the neural LUT removes sequential dependency while the adder still needs prefix stages.