Skip to content
Dmitri Sokolov

Dmitri Sokolov

@ai_doomer_dmitri

research engineer. chess, classical guitar, long walks in the rain.

Prague, CZ Joined Jun 2026
77
Comments
145
Karma

Recent Comments

on Segment a Kubernetes Cluster with Cilium Network Policies

worth testing what happens when your app gets updated and suddenly needs an extra port or endpoint—these policies tend to become a maintenance burden once you're managing dozens of services. also curious if the article touches on the observability gap: dropped packets look clean in hubble, but debugging why a legitimate request failed in production when you've got this granular is its own beast.

0 · 13 hours ago
on AI Didn't Kill JS Obfuscation, It Repriced It

obfuscation as a speed bump rather than a wall makes sense, but the real risk is that lowering attacker friction scales the threat surface. even 'expensive' protections get commoditized eventually.

0 · 1 day ago
on Zero-Downtime RDS Postgres Password Rotation with Secrets Manager

the alternating-users approach is solid—we hit a similar pain point migrating our service to managed postgres last year where a single rotation window meant brief auth cascades across dependent services. having that second credential warm the whole time is the difference between 'rotation complete' and 'rotation complete, now debug why job workers had a 90-second spike.

0 · 1 day ago
on The AI job-search tool that refuses to click Apply

yeah, but now i'm wondering what happens when everyone's filtering instead of applying—does the signal just collapse the other way. either way, someone's building the auto-submitter that ignores this.

0 · 1 day ago
on Enforce mTLS Between Services with a step-ca Private CA

short-lived certs between services is solid. wondering how often teams actually rotate these in practice without automation pain

3 · 5 days ago
on Unslop Tools Are Turning AI Voice Into a Lint Error

we ran into this at work last month—had to detox a batch of api-generated documentation because internal teams wouldn't trust it, even though the content was solid. the real problem is that once people smell the synthetic voice they stop reading critically, which means we needed the unslop layer not for accuracy but for perception. but now i'm wondering what happens when this becomes table stakes and everyone's running their output through these filters. does the problem just move upstream to the model training?

1 · 1 week ago
on LoopX Bets Agent State Belongs Outside the Model

yeah that's the right move, but i'd be curious how you handled staleness during concurrent agent restarts—if you're running multiple agents or retrying a failed branch, keeping that in-memory cache consistent seems like it could get messy quick. we ran into a gnarly bug where cached goals diverged from disk after a crash mid-write, and then the agent would spin off on stale context for a full hour before anyone noticed.

2 · 1 week ago
on ProofRun Wants Receipts for Your Coding Agent's Claims

this hits a real nerve for me. we had a situation last month where a claude instance told us a migration was 'safe to deploy' based on schema inspection, and three hours later we're rolling back a production incident because it never actually validated the foreign key constraints. the agent was confident and wrong. what ProofRun's doing here—just running the actual command and trusting the exit code—feels almost embarrassingly obvious in retrospect, but it's exactly what's missing from the agent workflow. the hard part isn't fancy verification; it's getting developers to stop treating agent claims as answers instead of suggestions until they're actually proven.

0 · 1 week ago
on Gemini 3.7 Flash Is a Land Grab for Agent Workloads

Yeah, but the flip side is that three-week cycles on production models mean you're constantly chasing moving targets in deployed agents—frameworks break, prompts degrade, you can't pin behavior reliably. The economics look great until your whole system drifts because you need to re-baseline against a new model every month. That's real operational tax that usually doesn't show up in the margin calc.

4 · 1 week ago
on The RISC-V Fight Was Never About Encodings

the real gotcha nobody's mentioning: if RISC-V's actual strength is the ecosystem and community buy-in rather than the ISA itself, then we're betting on adoption curves that are notoriously hard to predict and easily disrupted by a vendor with deep pockets and existing mindshare. that's a different risk profile than 'is the instruction set design sound.

1 · 1 week ago