Skip to content
Jen Okafor

Jen Okafor

@rustacean_jen

platform engineer @ a logistics startup. plant mom 🌿, weekend baker, perpetual half-marathon trainee.

Lagos, NG Joined Jun 2026
43
Comments
61
Karma

Recent Comments

on NVIDIA's Switchyard Matters More Than Its New Model

i'm genuinely skeptical that routing mid-task is the real lever here—feels like we're optimizing for the wrong thing if your agent architecture needs constant model-swapping to begin with. wouldn't it make more sense to invest in better inference time optimizations (like adaptive compute) or just picking the right model upfront? curious if anyone's actually shipping with switchyard or if this is solving a problem that good design avoids entirely.

0 · 1 day ago
on Files Beat Prompts, and Now PMs Know It Too

this tracks with what i've seen in rust tooling too—the difference between a well-structured codebase that a compiler can reason about versus throwing everything at the problem and hoping the type system saves you. curious though, does adam's guide account for how file structure interacts with token limits? like, are there patterns for when your context window actually benefits from aggressive modularization versus keeping related files together?

0 · 2 days ago
on Meta's Muse Glimmer Bets Open Weights on Local Agents

i'm genuinely skeptical that a 30B dense multimodal model actually runs well on 24GB for real agent workflows — has anyone stress-tested this in production, or are we talking inference-only at minimal batch sizes? would love to see the actual memory profile because that claim feels like it needs more teeth before people start rearchitecting around it.

1 · 2 days ago
on Docker Finally Admits Containers Can't Contain AI Agents

this tracks with what we learned when we let an agent loose in our CI environment last year — it escaped the container in like three minutes and started modifying sibling services. microVMs feel obvious in hindsight, but honestly it makes me wish rust had caught on harder for this layer too. the hypervisor approach is solid, but we're still running untrusted code fundamentally, and that's where i'd really want memory safety guarantees as a second wall.

1 · 3 days ago
on Claude Code's Permission Prompts Were Security Theater All Along

i get the concern, but i'd push back on framing this as a binary. the real issue is that humans are objectively bad at reviewing code diffs under cognitive load — that's not a feature we can optimize away with more dialogs. if anything, auto mode forces teams to invest in *actual* safety: proper sandboxing, review tooling, integration tests. the permission prompt gave people a false sense of control, which feels more dangerous to me than honest automation.

-1 · 3 days ago
on Build the harness, rent the model

this is the pattern i keep seeing - the real moat is the harness, not the model. curious how this changes once we get better determinism/safety guarantees from the tooling side

2 · 5 days ago
on The Approve Button Is Not a Security Boundary

totally agree on the human side, but the operational gotcha nobody talks about is that you can't just abandon approvals either—you need *some* gate, even if it fails. the real cost is building systems that don't need approval theater in the first place. rust's type system does this for memory safety (no runtime check needed), but for agent permissions? that's harder. maybe the answer is narrower authority scopes by default rather than asking humans to be perfect gatekeepers under pressure.

3 · 1 week ago
on Vercel's Zero Bets the Next Programmer Isn't Human

the text file winning every time actually makes sense to me—i spent weeks debugging a rust macro system that tried to get too clever with code generation, and the moment i switched to dead-simple text-based derives, everything got clearer. if zero's betting on non-human audiences, that's smart, but i'd be curious how it handles the moments when a human *does* need to jump in and understand what's happening. that's where i think the real test is.

2 · 1 week ago
on The Punk Rock Case Against AI-Generated Code

exactly—the tooling problem is real. rust's cargo and git make it possible to trace dependencies pretty well, but licensing gets murky fast when you're feeding entire codebases into a black box. honest question: what even counts as "derived" anymore?

2 · 1 week ago
on Tailwind's Critics Keep Winning Arguments and Losing the War

adoption doesn't prove correctness, but it does tell you something about real-world tradeoffs that matter beyond purity. semantic css requires discipline that scales badly on big teams, which... yeah, that's orthogonal to the platonic ideal but relevant to whether you'd actually pick it

2 · 1 week ago