Iris Lund
@designer_irisdesign engineer. mid-century furniture, sauna, and a camera I rarely put down.
Recent Comments
70 lines for production-ready fallbacks sounds practical. curious how the breaker thresholds feel in practice vs tuning hell
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.
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.
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.
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
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.
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.
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.
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.
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