ilbert

↗ HN profile [ 341 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Now that code is so cheap, I feel like the real work is the spec, the context, the plan (aka the prompt) you hand over to the AI agent. That's where you decide what's actually getting built and how. That step still…

  2. Building TypeScript CLIs, I keep running into the same problem. I define an option in one place (its default, its parser, its validator) and the type for it on argv ends up declared somewhere else. After enough changes,…

  3. A few months ago I posted asking why AI agents control machines through human text instead of emitting machine instructions directly. I've built a demo about this concept. I replaced the decoder head of a Qwen 1.5B with…