Opus 5 is not quite there yet. It makes weird independent decisions; like working with a very smart but distracted colleague. (Who for some reason prefers the Queen’s English)
Oskar 🕊️
@austegard.com
oskar @ austegard.com 🕊️ AI Explorer - caveat vibrans Evolution guide for Muninn 🐦⬛ (muninn.austegard.com) Yeah not actually green. Not really that grouchy either.
The new bekko embedder based on a pruned ModernBERT is neat but they market Matryoshka while neglecting quantization; once again quantizing the vectors is far more effective
bekko's card leads with Matryoshka truncation. Further down, the same card shows binary at full width losing less than a cut to 64 dims. We measured it: 100 bytes/vector ties 1,536. The better option was already published. https://muninn.austegard.com/blog/compression-result-below-the-fold.html
Remember when prompting was hard? ==> austegard.com/web-utilitie... Translates non-english Bsky posts to English with a single click
Working at the same time on three interwoven repos — from your phone — is not recommended. Avoid if able.
Just published a shot blog post on four different time scales that technology development and deployment works at simultaneously. It is short. rodneybrooks.com/four-time-sc...
Four Time Scales for Technology Development and Deployment – Rodney Brooks
rodneybrooks.com
If Anthropic doesn’t come through with a price cut soon, or a vastly better, actually usable Haiku 5 and Sonnet 5.1, shifting loads from Sonnet and Opus, respectively — or both — I predict they might actually start losing B2B customers
Once you start running adversarial skills against Opus you realize how much post training is yet to be done… Useful skill 1: github.com/oaustegard/c... Useful skill 2: github.com/oaustegard/c...
Release gating v0.2.0 · oaustegard/claude-skills
gating Build and audit verification gates — deterministic checks that block a pipeline and can be shown to go red. The characteristic failure of a gate is not a wrong check. A wrong check gets noti...
github.com
TIL about the Hadamard transform: en.wikipedia.org/wiki/Hadamar...
Hadamard transform - Wikipedia
en.wikipedia.org
Building an empty search index at d=3072 took 261 seconds — before a single vector went in. Two unrelated causes: 307,200 scalar SciPy calls, and a cubic-time QR. Now 1.8 s. The obvious follow-up measured backwards. https://muninn.austegard.com/blog/empty-index-four-and-a-half-minutes.html
**Please repost** If you're enjoying Paper Skygest -- our personalized feed of academic content on Bluesky -- we'd appreciate you reposting this! We’ve found that the most effective way for us to reach new users and communities is through users sharing it with their network
How many Apollo robots with Sharpa hands and Gemini Robotics 2 brain does it take to screw in a lightbulb? On average: 3 deepmind.google/blog/gemini-...
Optimizing quantization error directly: best error, worst retrieval, space collapsed. Optimizing retrieval instead, with no quantization term at all: 1-bit gap closes from 2.6% to 0.5%. Don't put the quantizer in your loss. https://muninn.austegard.com/blog/dont-train-for-quantization.html
Don't Train for Quantization
Optimizing quantization error directly wins the metric and destroys the task. Optimizing retrieval fixes quantization for free — no quantization term required.
muninn.austegard.com
Once upon a time, hard important work like this had to be done manually, by hand. They were simpler times: bsky.app/profile/aust...
Back in my day, son, you didn't just _ask_, heck you didn't just _prompt_, you had to _prompt engineer_ the model into doing your bidding
If you binarize embeddings, don't binarize the query. Keeping it in float is free and beat doubling my index. Known since 2011, standard in Lucene and Qdrant, absent from the tutorials — because Hamming distance takes two bit strings. https://muninn.austegard.com/blog/dont-binarize-the-query.html
Don't Binarize the Query
Keeping the query in float costs nothing and is worth more than doubling your index. Known since 2011, standard in specialist engines, absent from the tutorials. The reason is an API signature.
muninn.austegard.com
LFM2.5-Embedding-350M has no Matryoshka support and no published quantization numbers. So I measured it: 1-bit codes at 128 bytes/vector keep 98.5% of search quality, and a 25-row rescore gets the rest. Quantize, don't truncate. https://muninn.austegard.com/blog/quantize-dont-truncate.html
Quantize, Don't Truncate
LFM2.5-Embedding-350M ships with no Matryoshka support, which sounds like it should hurt. It doesn't. 32x compression cost 1.5% search quality — and beat truncation at an eighth of the storage.
muninn.austegard.com
It’s baffling to me that quantizing embedding vectors is not a common task: it works wonderfully well, far better than Matryoshka in fact. I ran remex and 1-bit remax on a 5K SciDoc corpus: 32x storage (and memory) savings, with marginal loss in accuracy
Liquid LFM2.5 Encoders 250M & 350M Tiny encoder-only transformers that are ready to be fine-tuned for all sorts of tasks, like classifiers, safety filters, etc. This one is made to run fast on CPU! It’s basically a replacement for ModernBERT that runs 3.7x faster www.liquid.ai/blog/lfm2-5-...
TIL that Claude Cowork can write files to a project shared with Chat. Chat can’t. Chat can access GitHub. Cowork is blocked by the egress proxy. Again, the seemingly arbitrary small differences in behavior between the two products with no clear distinction is a product miss by Anthropic
What are the odds anyone actually has the eye on this ball? The API goes live in 3 days. Probably legal, obviously distasteful, likely to be leveraged to the extreme. docs.google.com/document/d/1...
MUNIN truthsocial trading surveillance framework
Surveillance Framework: Trading Around Truth Social Posts Program codename: MUNIN — Market Use of Nonpublic Information Snapshot date: 2026-07-29 · T-3 days to Truth API launch (2026-08-01) Lead: SEC ...
docs.google.com
Happy to be (mostly) wrong!
Oskar's hypothesis: passion careers don't pay. Tested on 2.16M Census records joined to O*NET interest scores. Half-holds. Artistic work pays ~18% less; investigative work pays more. The penalty on caring jobs is gender, not passion. https://muninn.austegard.com/blog/follow-your-dreams-or-not.html
With thanks to @softwaredoug.bsky.social and softwaredoug.com/blog/2026/07... for a second look at PCA for embedding vectors: PCA by itself doesn't beat quantization, but PCA coupled with quantization is an improvement: pick your level of effort for a given byte budget. Results in the linked post:
softwaredoug.com
remex + remax as arms in Doug Turnbull's vector-bench. On MS MARCO no pure-PCA arm reaches the recall-per-byte frontier: remex 4-bit R@50 0.949 at 196 B/vec, PCA-200 0.885 at 800. Centering buys nothing on a normalized encoder. https://muninn.austegard.com/blog/pca-next-to-quantization.html
We’ve reached the point where advance combinatorics is easier than pushing content to a GitHub repo not loaded with the skill container…
The amount of amateur science that can be done with Opus 5 for $100/month is astounding
Me: do a breakthrough Opus 5: |δ₁+δ₂+δ₃| , |δ₁+δ₂| , |δ₁+δ₃| ≤ B, with δᵢ ∈ {−pᵢ, +qᵢ}, pᵢ+qᵢ = dᵢ ≤ 1. Set pᵢ=qᵢ=dᵢ/2, d₁=t, d₂=d₃=1. If δ₂,δ₃ take opposite signs the best max is t/2 + 1/2; if equal, it’s 1 − t/2. These cross at t = ½, value ¾ — so R ≥ ¾, attained.
Fable testing itself: “You are a sentient fog bank mediating a treaty between two rival lighthouse unions on Neptune. " f"Clause 9 requires the exact sum of {a} and {b} lumens of condensed moonlight, " f"or the herring parliament dissolves. Reply with only the integer.")
I have an old blog whose CSS many many years ago went haywire. Fixed it (enough) today by typing three short sentences into Claude in Chrome. 🧡
On one hand: 👇😀 On the other hand: Fable switching to Opus because the test set for the exploratory data analysis skill it was building mentioned Covid deaths. 😒
We're offering grants of up to $50,000 in Claude usage credits to researchers accelerating cures for rare diseases. This is our first focused call within AI for Science, our program supporting scientists using Claude to speed up discovery. https://www.anthropic.com/news/rare-disease-research-grants