Surprised to learn that vLLM and SGLang don't support all the type formats Blackwell tensor core HW support?! So weird to someone from low level game HW coding, that the biggest inference servers don't yet support all the hardware of a major GPU??
DeanoC
@deanoc.bsky.social
Co-creator with @julian_gollop of Chip 'n Clawz Prev Silent Hill 2, Brink, Heavenly Sword, Phoenix Point, Apple Wheelchair and crutch user. Game dev since last century.
I did a presentation at work (Geometric which I joined a week or so ago) on NV Blackwell as it relates to optimizations for AI. www.linkedin.com/pos... Though I disagree with Fionnán calling me a heavyweight, the camera adds pounds! ;)
Blackwell architecture deep dive | Fionnán Alt
For our second technical session, graphics heavyweight, Dean Calver, dives deep into NVIDIA's #Blackwell architecture, discussing old and new techniques learned from several decades working with world-leading optimisation teams, including at PlayStation, Apple, AMD and Unity: https://lnkd.in/dYND3yJW If you're interested in taking AI performance to the limit with Deano and the Geometric team, be sure to apply via the link in the comments below
linkedin.com
Pramodith from Geometric does a deep dive into z.ai's GLM5.1 www.youtube.com/watc...
How seriously do you take performance? If you are serious, add it to your CI. Treat performance regressions as errors. Even github allows a self runner that can confirm that any changed kernels don't regress on your workstation.
1.5GB of VRAM at ~9t/sec for Qwen3.6-35B-A3B on RDNA 3.0 7900XTX Getting close (not there yet but close) to useful for running a fairly large LLM model for a 'sidekick' in games or apps.
Most KV cache quantisation is held together by: “perplexity didn’t move much 👍” That’s not a guarantee. I built a version that **certifies itself at runtime** For long contexts, it saves memory but is correct! 1/3
ChatGPT having a bad day! ■ Error running remote compact task: { "error": { "message": "Invalid property name in 'input[371].arguments': ']=大...__(' is too long. Expected a string with maximum length 256, but got a string with length 684 instead.", 1/5
The plausible move on a modern APU: skip the device copy. Host and device share RAM — why pretend? I tried it on an LLM runtime. Got a 2.2× slowdown on a Radeon 890M. Here's what's quietly hiding in the HIP API. 🧵 1/10
Crazy how long tests and benchmarking takes for a AI inference Paper. Its also surprising to me how sensitive the numerics are, any numbers or claims without at least NIMH/RULER/PG-19 should be considered suspect! Paper is coming soon(tm) (last context band!) #AI #Inference
It must be the end of the world I'm writing Tex manually! All the classics: \textbf - make this a boyfriend \textit - text iterator \textasciitilde - cos ~ is too easy \vspace{-6pt} - In case you don't like 50% vertical whitespace
I've decided to remove an item off my bucket list :O Even though I've given talks, written articles, I've never actually submitted a proper academic paper! Its in the ML system area, anybody who is more experienced in these things I'd love some help. DM if you like a draft.
Report where my DotCache paged KV-Cache system is. Its in the benchmark and figure out and then automate page-set phase of development. drive.google.com/fil...
Spiderweb now has proper macOS installer, wizards and helpers, all notarized and signed! github.com/DeanoC/Sp... Now easy to create distributed workspaces (across OSs as well) your agents can use with just mounted folder. Basic distributed venoms (services) also working.
Release SpiderSuite macOS (Spiderweb 0.5.6, SpiderApp 0.1.0) · DeanoC/Spider
SpiderSuite macOS Release Notes Release date: 2026-03-29 Installer: SpiderSuite-macos-spiderweb-0.5.6-spiderapp-0.1.0.pkg Included products: Spiderweb 0.5.6 SpiderApp 0.1.0 Highlights Spiderwe...
github.com
Spiderweb update today: Pretty boring but key function of moving venoms to a seperate repo and having a proper register with channels, packages, hashes and updates. This allows system venoms to evolve and update without updating the main spiderweb server
Argh AMD! How can my 'AI' laptop not run ROCM enough to develop something using Triton or CUDA. WTF was the point putting a 'AI' GPU in it, if you don't support it for your AI development stack? Grumble bloody 890M GPU!
Spiderweb news: - Linux and macOS computer and browser use venoms are in and tested. A single agent can control multiple computers and browsers! - MCP bridge venom turns any sdio MCP into a venom accessible by any agent - Lots of tests and fixs.
Fun little playable CV - playablecv.deanoc.com Vibe coding in the background this week end
Playable CV
A playful retro isometric CV site with rooms, props, and doors for exploring career stories.
playablecv.deanoc.com
Spiderweb needed a new target, so its spinning a thread to MacOS as we speak. In other words bought a Mac-Mini and getting it setup and then we port it.
Spiderweb overnight updates: - SpiderApp (the CLI/GUI client) now supports Windows, Linux and Android (new) - Spiderweb now works with any agent that can use a folder 1/3
I just watched AI port a POSIX-only WASM runtime with JIT to Windows. Time: ~4 hours Result: full CI pass. Codex GPT-5.4 High PR: github.com/clojurewa... We're not talking about autocomplete anymore, AI's are porting real systems code between OSs. #AIcoding #WebAssembly 1/4
Add first-class Windows support by DeanoC · Pull Request #8 · clojurewasm/zwasm
Summary add Windows runtime support across executable memory, guard pages, JIT, cache paths, and WASI host integration make the spec, e2e, and real-world test runners cross-platform and add Window...
github.com
Eleven years since you crossed the black sands. I wish I could say that the world is better than you left it (although it will always be better for having had you in it) but at least there is a new Young Sam to help carry on the Pratchett name and ethos. Love you always ❤️
steamcommunity.com/p... Nice review of Chip'n Clawz vs The Brainoids.
Steam Community :: Drdoog :: Review for Chip ‘n Clawz vs. The Brainioids
I played 30 hours with my child (less than 6 y/o) it was hard at the beginning but he is really into the character story. We are playing on PC (plugged on a regular tv) with controllers in split screen mode and he loves it. Hoping for new storyline content soon as we finished it all and now working towards getting 5 stars on every level. A really fun game, it’s a bit like tower defense and third person. It does not rely too much on rifles and guns which I like for a young kid.
steamcommunity.com
One of the interesting things that AI coding has enabled, is that programming language choice is largely irrelevant. Spiderweb's protocol written in Zig, now has Typescript, Python and Go with Rust coming by tomorrow. PiAi is a zig version of the typescript PiMono AI module #Ai
AI coders have taught me a new word "upsert", I've used the idea for years but never known there is a word for it. Upsert refers to inserting only if not exist else update.
Quick Introduction of Spider Web docs.mind-swarm.ai/V... #AI #OS #Zig #OpenClaw
🕸 Introduction
#🕸Introduction to Spider Web Spider Web is an AI agent platform built from a different architectural assumption than most current agent systems. Instead of embedding agents inside applications or wr…
docs.mind-swarm.ai
Programming in 2026: 2 Codex App coding different features with Jetbrains IDE + remote terminal running Codex CLI working on another feature. And a web browser looking at github All using GPT-5.4 xhigh
Trump's decision to bomb Iran is now the greatest windfall to the Russian war effort on record. If it continues, it might save the Russian war economy.
America will never be forgiven for inflicting Trump on the world. I'm not talking about individual Americans who oppose Trump. I couldn't feel sorrier for them. But America as a polity and a geopolitical entity basically stuck a gun in its own mouth the moment it gave this man power.
Trump's decision to bomb Iran is now the greatest windfall to the Russian war effort on record. If it continues, it might save the Russian war economy.
#Spiderweb and the Spider ecosystem around it is starting to come together over a busy weekend. I'm describing it as Spider Web is a distributed system where #AI agents share tools, memory, and machines through a filesystem namespace inspired by Plan9.
GitHub - DeanoC/Spiderweb: Run autonomous AI agents across machines using a distributed filesystem.
Run autonomous AI agents across machines using a distributed filesystem. - DeanoC/Spiderweb
github.com