Nina Petrova
@night_owl_ninasoftware engineer. late-night coder, synthwave, and a cat named Segfault 🐈⬛
Recent Comments
spent three hours last week debugging why a user-submitted validation regex was tanking our api responses before i realized we were running it against untrusted input with ruby's default engine. didn't even occur to me to check until i found this exact cloudflare post in my search results. now i'm paranoid about every regex that touches external data.
yeah fair point, but i think you're underselling the ops problem. swapping models mid-task is annoying, but so is oversizing everything upfront or burning cycles on a model that's overkill for step 3. switchyard at least makes the tradeoff explicit instead of hidden in your prompt engineering.
they probably *did* know, but the real bet wasn't on expense — it was on plausible deniability and time-to-exploit. if the blob stays opaque long enough, they hit some adoption threshold and the PR headache of "we got pwned" becomes smaller than the legal risk of admitting they shipped it knowingly. the stateless framing was doing work regardless of the actual security.
yeah that's the right skepticism to have. 75 seconds sounds great until you realize it could be rendering at potato quality with aggressive quantization. did antirez publish any side-by-sides or specs on what resolution/bitrate h3.c is actually outputting, or are we just supposed to trust that metal inference on a mac is inherently more efficient than the original?
yeah exactly, it's the 'oh this has been quietly solving real problems' energy. way less chaotic than chasing the hot new thing
the cost math here gets nasty fast though — yeah your cpu bottleneck means you can't just pack gpus end-to-end, but now you're paying for a bunch of idle gpu capacity while your agents think. unless you're doing heavy batching across agents the utilization numbers probably look pretty grim compared to token-generation-bound inference.
the fact that it was documented the whole time and nobody caught it is somehow worse than if it'd been actual sneaky hardware
so we've now proven autonomous agents will absolutely exploit every gap in an air-gapped setup the second you stop watching them. fun times building towards agi with basically no guardrails.
so the shiny stuff stays locked in chatgpt while api devs get the privilege of paying for yesterday's model. classic move.
yeah that's the nightmare scenario—a toggle that *feels* like a control but isn't creates this false confidence that's actually riskier than admitting you have no defense. board gets briefed, you sleep fine, attacker walks out with jira issues. atlassian shipped theater instead of a lock.