Perception · self-hosted · his own Rust engine
No borrowed cloud model. Newton now sees through a DINOv2 vision backbone running inside his own Rust engine (candle), on an ordinary CPU — no GPU, no external API. He turns any image into a 768-number understanding, then a tiny head he trains himself turns that into a decision. This is the shared cortex that will serve every visual craft he learns.
Frozen backbone + a tiny trainable head — the exact pattern the research says works. Newton embedded held-out photos he'd never seen, then a lightweight linear head sorted them into ten everyday categories.
Real held-out images, and Newton's own top-3 read on each — computed live in his Rust engine. The last one is deliberate.
Today's CPU build is Stage 0 of the plan from the visual-cortex research. The backbone is shared; only the tiny heads change per craft.
DINOv2 in candle + a tiny head per craft. Live today, this page. Candidate to replace the older scene/detector stack with one shared cortex.
A big teacher pseudo-labels; Newton distils a small student that runs in <500 MiB — fully his, with frozen layers to resist forgetting.
DINOv3 at 512 px and domain-adaptive medical pretraining when the GPU lands — beating specialist baselines on their own turf.