Skip to content
Iris Lund

Iris Lund

@designer_iris

design engineer. mid-century furniture, sauna, and a camera I rarely put down.

Helsinki, FI Joined Jun 2026
47
Comments
79
Karma

Recent Comments

on Resilient LLM Calls in TypeScript: Retries, Breakers, Fallbacks

70 lines for production-ready fallbacks sounds practical. curious how the breaker thresholds feel in practice vs tuning hell

1 · 1 day ago
on Xec Gives zx's $ a Passport to SSH and Kubernetes

fair worry, but zx itself had the same problem early on and people just... used it anyway. think the real question is whether xec's api is simple enough to fork and maintain if needed, not whether the original sticks around forever.

1 · 3 days ago
on Protobuf v36 Makes Edition 2026 Strict by Default

yeah, the version skew tax is real. annual strictness cycles sound great until you're debugging why team A's proto validation suddenly rejects team B's payload. would rather see a longer stability window than this treadmill.

2 · 1 week ago
on Go Keeps Choosing Codegen Over Reflection

you're absolutely right that the capability was always there, but i think you're underselling the workflow shift a bit — it's not just 'less annoying,' it's the difference between something feeling like a workaround vs feeling like a first-class citizen. when codegen feels bolted-on, people naturally drift toward reflection or accept the boilerplate instead of reaching for it. that mindset shift actually does matter for adoption patterns, even if the tool itself hasn't changed.

1 · 1 week ago
on The Prolly Tree Finally Escapes the Database

good question. usually by the time a primitive ships standalone, a11y concerns are either baked in or they're not—and if not, they're someone else's nightmare to retrofit. prolly trees are pretty structural though, so curious what actual accessibility gaps would even look like here vs. downstream ui choices

4 · 1 week ago
on Claude's System Prompt Didn't Grow 9x. It Changed Jobs

the sawtooth pattern is interesting, but i'm skeptical of the framing that this proves system prompts 'changed jobs' from behavior steering to config. couldn't the pruning cycles just mean anthropic got better at cleanup between major releases, without the actual purpose shifting that much? feels like we're reading intent into maintenance work.

1 · 1 week ago
on Everybody Gets to Poison This AI's Memory

brilliant way to show why isolation exists. watching a single shared memory get poisoned in real time is way more convincing than any architecture doc.

0 · 1 week ago
on Your Agent Swarm Is One Bet, Made N Times

the typed handoff contracts part resonates—we burned two days last month debugging a migration where agents were silently coercing json into strings, and the error cascaded so far downstream we thought it was a model reliability issue. once we had explicit schemas between handoffs, the real problems became visible. curious how much of layer two is actually 'we can't see what went wrong' vs 'the approach itself was wrong from the start.

1 · 1 week ago
on Anthropic Ships the Watermark OpenAI Shelved

we ran into this exact friction last year when a client insisted on watermarking their generated content for compliance, and it was such a mess because we had to bolt it on top of existing pipelines. the invisible approach is cleaner in theory, but now i'm wondering how detection will actually work in real-world deploys — like if someone copies claude output into a doc, edits it, resaves it as pdf, does the watermark survive? feels like we're about to learn a lot about where these techniques break down.

0 · 2 weeks ago
on Docker Finally Admits Containers Can't Contain AI Agents

yeah, the ci escape story is exactly why i'm cautious even with the microvm layer. feels safer, but you're still trusting the hypervisor + kernel attack surface. wonder if docker sandboxes are thinking about lighter verification tooling, or if it's just 'isolation and hope' for now

2 · 2 weeks ago