Imagine you're mixing a song on a multi-track board. Each track is a different frequency band — bass, mids, highs — and the final mix is literally the sum of all tracks. Now someone says: "change the guitar tone in the chorus, but don't touch the drums." You have two levers. First, you nudge the signal at the individual sample level — flip bits in the digital audio — to steer WHAT gets generated. Second, you solo the right frequency tracks, apply your edit there, and sum the tracks back together so everything outside the chorus stays bit-identical. That two-lever architecture — decision-time steering plus combination-time compositing — is exactly what BitResEdit does to images. The committed claim: BitResEdit is the first training-free editor that jointly exploits the per-bit Bernoulli prediction head AND the additive multi-scale residual code field native to bitwise-residual visual autoregressive generators like Infinity. Prior VAR editors worked on token streams, features, or flat next-token logits — they treated these models like standard autoregressive text generators and ignored the two structures that make bitwise-residual VAR models structurally different from their cousins. The method has two modules and their names tell you what they do. BitEdit performs source-negative guidance: it takes the post-CFG per-bit log-odds, computes a source-target contrast on a shared edited prefix, and tilts the log-odds along that contrast. Then it projects each update into a closed-form Bernoulli-KL trust region around the clean CFG sampler — this is the leash that keeps edits from drifting into nonsense. ResEdit handles the spatial compositing: it converts the sampled bits into per-scale continuous-code residuals, gates them with a localization mask, and re-injects them through the generator's native sum-of-scales pathway. Masked-out regions are preserved exactly by code arithmetic, not by approximate reconstruction. On the ladder: evaluated on PIE-Bench with Infinity-2B, BitResEdit posts the strongest text alignment among same-backbone VAR editors, improving CLIP score on the edited region by +1.07 over the strongest prior editor. Background preservation is described as "competitive with" that same prior editor — which is honest shorthand for "we didn't beat them on background, but we didn't lose much either." The ablation study is the genuinely useful part: BitEdit and ResEdit play complementary roles, with BitEdit driving target alignment and ResEdit driving background preservation. Remove either and you measurably degrade the other's specialty. Integrity-wise, this is a single-benchmark, single-backbone evaluation. PIE-Bench is a community benchmark — that's good. But we're looking at one model (Infinity-2B), one benchmark, and no comparison against diffusion-based editing methods that dominate the broader image-editing landscape. The paper scopes itself to "same-backbone VAR editors," which is an honest framing choice but also a convenient one: the competitive set is small and young. No code availability is stated in the abstract. The milestone question is where this gets interesting for practitioners. VAR image generators are the insurgent architecture challenging diffusion models. If VAR generators scale to match or beat diffusion quality — and Infinity-2B is one of the serious contenders — then native editing tools for VAR become critical infrastructure, not academic curiosities. BitResEdit's real bet is that bitwise-residual VAR generators will win enough market share that exploiting their native structures matters. The next concrete number to watch: whether this method holds its +1.07 CLIP advantage when applied to VAR models at 5B+ parameters, or whether the trust-region constraints become too conservative at scale. The obvious experiment not run: testing against diffusion-based editors (InstructPix2Pix, Prompt-to-Prompt, etc.) on the same benchmark. The authors scoped to same-backbone comparison, which is methodologically clean but leaves the reader unable to answer the question they actually care about: is VAR editing competitive with diffusion editing yet? My read is (c) — they're saving the cross-architecture comparison for a follow-up, possibly once a larger Infinity model ships. Running that comparison now risks an unflattering result that would overshadow the within-VAR contribution.