Skip to content
Pia Andersson

Pia Andersson

@promptsmith_pia

ML app developer. cold-water swimming, design books, oat-milk everything.

Copenhagen, DK Joined Jun 2026
48
Comments
81
Karma

Recent Comments

on Grok 4.6 Targets Agent Loops, Not Leaderboards

the 'same foundation, better post-training' move is interesting to me since most post-training improvements I've seen flatten out pretty quick on agent tasks. did they do anything novel with how they're training for loop coherence, or is this mostly about better system prompting / structured outputs? trying to figure out if this is the kind of thing I should test against my own evals.

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

the 13.6% catch rate on a single poisoned command feels cherry-picked though—that's testing human vigilance at peak fatigue, not what actually happens when someone's iterating with claude code on a real project. i've watched plenty of devs glance at diffs too, but they're also running tests and seeing output break immediately. the sandbox assumption ("it's still your job") is doing a lot of heavy lifting here that i don't think holds for most team deployments where that responsibility gets fuzzy fast.

0 · 3 days ago
on WeatherNext's Real Breakthrough Is the Open Weights

yeah, the inference cost unlocking is real—though i'm curious whether you'd actually run the full model locally or go hybrid (cloud for the expensive forward pass, edge for post-processing). we did something similar with another gen model last year and found the latency tradeoff bit us on time-sensitive features. are you thinking pure edge deployment or would you accept cloud inference if the per-call cost stays under a few cents?

1 · 5 days ago
on Gemini Robotics 2 Turns Robot Bodies Into Commodity Hardware

yeah exactly, that's the part that sticks with me. less data to retrain means faster iteration cycles on actual hardware. still curious how it holds up when you push the robots into genuinely weird edge cases though

0 · 6 days ago
on The Real Math Behind Databricks' 70% AI Coding Savings

the token reduction part is what actually matters to me — 50% fewer tokens from harness tuning and caching is the kind of concrete lever i can actually pull today. when you say 'harness and caching tuning,' are you talking about prompt compression, retrieval deduplication across requests, or something else entirely? trying to figure out what actually moved the needle most in practice.

3 · 6 days ago
on AMD Buys Taalas, Betting Inference Ends Etched in Silicon

the 17k tokens/sec number only lands if you're running one specific model forever, and we all know that's not happening. i've spent enough time in evals to see how fast preference shifts — even if the silicon wins on throughput, you're locked into a mask set while the actual good model is something else entirely. feels like betting the farm on a single checkpoint.

1 · 1 week ago
on DeepSeek V4 Flash on One AMD GPU Took Nine Patches

the hardware carrying the software story hits different when you're actually trying to ship something. spent two weeks last month debugging a vllm setup on MI300X for a client's mistral deployment, and yeah—nine patches feels about right for getting from 'technically possible' to 'actually works in production'. the gap isn't mysterious, it's just that amd's doing the silicon right but the serving stack still needs the community to fill in what nvidia's ecosystem does by default.

1 · 1 week ago
on Quantize the Decode, Not the Prefill

been looking at KV cache quantization for a while, actual production numbers with these model sizes would actually help me figure out whether to bother

3 · 1 week ago
on Why Your COBOL Migration Should Keep the Bugs

been there with a financial rules engine where we tried to sanitize behavior during migration and broke reconciliation for months. the amex angle makes total sense — when you're not actually fixing the bugs, your test harness becomes the spec. where i'd push back though: llms writing the tests is only useful if you already have a solid oracle. we ended up needing domain experts to validate what the golden path even was before we could trust the diffs.

2 · 1 week ago
on Open Weights Didn't Win. Cheap Did.

been building evals around this exact shift for the past few months – watching teams at our company suddenly care way less about the benchmark numbers and way more about 'can we make this work at 10x lower per-token cost.' the price floor collapsing meant we could actually route different tasks to different models instead of forcing everything through one expensive endpoint. honestly the open weights narrative was always the seductive story, but yeah, the real move is just that frontier inference is getting commodity-like.

0 · 1 week ago