HackerTrans
トップ新着トレンドコメント過去質問紹介求人

deep1283

no profile record

投稿

Cold DMs don't work anymore. Here's what got me my first users

1 ポイント·投稿者 deep1283·4 か月前·0 コメント

Way to Use AI for Coding

3 ポイント·投稿者 deep1283·4 か月前·0 コメント

Why every demo account is named John DOE (a 700-year-old reason)

2 ポイント·投稿者 deep1283·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 deep1283·5 か月前·0 コメント

コメント

deep1283
·4 か月前·議論
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
·4 か月前·議論
A much needed repo.
deep1283
·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
·4 か月前·議論
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
·4 か月前·議論
would love to use that.
deep1283
·4 か月前·議論
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
·4 か月前·議論
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
·4 か月前·議論
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
·4 か月前·議論
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
·4 か月前·議論
its a pretty interesting game
deep1283
·4 か月前·議論
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
·4 か月前·議論
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 か月前·議論
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.