Topic
Large language models, once they have to serve real traffic
Benchmarks measure the model. Production measures everything around it: latency, cost per token, evaluation you can trust, and the failure modes that only appear at volume. Written from inside systems that had to keep running.
132 pieces
Teardowns
34- China-Available LLM APIs From Mainland Networks: The Real Map Three gates decide what you can call from a mainland connection: the network, the account and the payment rail. Only one is a firewall, and it is the one that matters least.
- Keycloak Single Sign-On Across Distributed Sites, and the Parts That Bite Realms, PKCE, token clocks, brokering and the database nobody budgeted for. What actually breaks when single sign-on spans a dozen sites, and what to decide before it does.
- Do Chinese AI Models Work for African Languages? The Answer Has Never Been Published Qwen3 claims 119 languages. Open the actual list and Swahili is the only Niger-Congo entry. Yoruba appears in the technical report once, as the language they left out of the evaluation.
- When a Knowledge Graph Beats a Vector Database Vector search retrieves what looks similar. It cannot tell you which shipped assemblies a bad plating bath touches two hops out. That is traversal, and traversal is a different operation.
- Harness Engineering: The AI Agent Guardrails Nobody Demos The model is a component you swap. The harness around it, tool schemas, validation, sandboxes, budgets, permissions and audit logs, is where nearly every production AI incident actually starts.
- When AI Agents for Non-Technical Teams Reach the Shared Drive Agentic tools have moved out of the private chat window and into the folders a team depends on. What that relocation actually changes, checked against vendor documentation as of August 2026.
- Tool calling reliability: DeepSeek, Qwen, Kimi open weights and what to check before you build Four separate properties hide inside the phrase "tool calling works". Here is what each of the three Chinese open-weight families actually documents, where the calls break and how to test it yourself.
- How AI Text Watermarking Works, and What It Cannot Prove The mark is not added to finished text. It is made of the model's word choices, and it can show a model was involved without ever showing how much of the writing was yours.
- pass^k vs pass@k agent reliability: your user only gets one run pass@k counts whether a success exists in k tries. pass^k counts whether every try worked. At a 0.61 success rate those read 0.99 and 0.09. Your user gets one run, so publish the second number.
- How to Test LLM Applications Without Calling the Model The model is the only part of an LLM application that cannot be tested deterministically. Everything around it can be, and that surrounding code is where most production incidents actually start.
- What Kimi, DeepSeek, Qwen and Doubao actually cost from Shenzhen Benchmark parity is not workflow parity. The four Chinese frontier models are genuinely competitive on price and quality, and the reasons a Western team still cannot use them are not technical.
- Signing Off on AI Agent Security Without Lying to Yourself A language model cannot tell your instructions from the text it retrieves, because both arrive as the same token stream. Every real control follows from accepting that rather than trying to fix it.
- Designing APIs for AI Agents When the Caller Cannot Read Your Docs An API read by a model has different requirements from one read by a developer. Names become prompt, errors become instructions and idempotency stops being optional once the retry loop is autonomous.
- AI Visual Inspection Fails at the Lighting Long Before the Model Classical vision still wins geometric checks. Learned models earn their place on variable and rare defects. Accuracy is set by lighting, fixturing and the false-reject threshold you can afford.
- Eight Seconds at a Time: What AI Video Generation Is Actually Good For Generative video in August 2026 is a shot generator, not a film generator. The documented limits explain why, and they explain exactly where it earns its place.
- The agent control loop is where production agents fail Prompt engineering was never the hard part. The loop is: what the agent sees, what it may touch, what stops it and what a step costs. Most agent failures are loop failures, not model failures.
- AI Legacy Code Modernization Is Not a Translation Problem Legacy modernization was never mainly a translation problem. The hard parts are comprehension and behaviour preservation, and a model's real value sits almost entirely in the first one.
- Genome Language Models: What an Engineer Should Actually Take From Evo 2 DNA is a sequence and transformers are good at sequences. That analogy carries genome language models further than it should. What Evo 2 actually does, what it is used for and where the pitch breaks.
- Do LLMs Work in Yoruba, Hausa and Igbo? What the Published Numbers Actually Say One of Nigeria's three major languages appears in the vendors' own published scores. The other two do not. Here is what the model cards, the African benchmarks and the tokenisers actually document.
- Why a digital twin in manufacturing stalls at level two A digital twin is only useful when live telemetry feeds it and a decision comes back out. A 3D model that never updates is a rendering, and the data feed was always the expensive part.
- Where to Rent GPUs in Africa: What Is Actually Plugged In For anything larger than a fine-tune, one country on the continent has rentable modern GPUs. What is actually plugged in, what is only announced and what either costs to use.
- The AI Data Privacy Checklist I Run Before Shipping a Feature Retention windows, zero-retention gaps, personal data in vector stores and the erasure problem, written for the engineer who has to configure it before Friday.
- LLM Evals Are the Regression Tests for Probabilistic Software Teams that cannot measure their AI system cannot improve it, so every change becomes an argument. Evals are the regression tests of probabilistic software and the first thing to build.
- Five Prompt Engineering Best Practices That Hold Up Most prompting advice is folklore repeated without a control. Five practices survive testing, four popular ones do not, and the research reversed direction as the models improved.
- Context Engineering Is Deciding What Earns a Place in the Window Windows grew to a million tokens and the industry assumed retrieval was solved. Attention still degrades, cost still scales, and everything you paste competes for the model's attention.
- How Many Defect Images Do You Need to Train a Defect Detection Model: 25 or 12,568 Vendors quote 100 images per class. Published work says 25 can be enough, or 12,568 may not be. The number depends on how many ways your defect can look, and here is how to measure yours.
- AI Agent vs Agentic AI: Four Rungs, and Where Your Vendor Actually Sits An agent is a program: a model called in a loop with tools. Agentic is a property of that loop, meaning how much of the goal, the plan and the action the model chooses. A dial, not a category.
- OT Security Breaks the IT Playbook, and AI Agents Make It Worse Availability outranks confidentiality, you cannot patch a machine mid-run, and Modbus has no password because in 1979 the wall was the password. Then we connected all of it to AI.
- How DeepSeek Builds World-Class AI on a Shoestring Budget The real story behind the $5.6 million model that panicked Silicon Valley, explained so you actually understand it.
- Self-Balancing Robot Simulation: What Transfers and What Does Not The inverted pendulum is the standard teaching model because it fails informatively. Simulating one is easy. Transferring the controller is not, and the reasons are always the same handful.
- What Actually Moves Through the Africa China Technology Corridor Trade numbers are the worst lens. From Shenzhen, six flows explain more: handsets and their preinstall slate, vendor certifications, open model weights, payment rails, components and people.
- Generative AI for engineering design is cheap. Verification is where the money goes. The generative step in engineering costs minutes of compute. Proving the output manufacturable, simulation-clean and safe costs weeks, and that ratio decides which applications are worth doing.
- Context Engineering vs Prompt Engineering: One Task, Two Fixes, Two Bills Prompt engineering optimises the wording. Context engineering decides what is in the window at all. As windows grew the bottleneck moved from phrasing to selection, and the bill moved with it.
- The break-even on self-hosted open weights is 72 percent utilisation Renting two H100s to serve gpt-oss-120b costs $4,803 a month and beats a serverless endpoint only above 72 percent sustained utilisation, which almost nobody's traffic reaches.
Essays
16- What Happens When AI Gets Cheap, Seen From Shenzhen and Lagos Generic reasoning costs $0.05 per million tokens. The premium moved to what nobody wrote down: how one mould behaves, what a Lagos trader really charges, what a supplier means by 差不多.
- LLM API Pricing in Dollars, Revenue in Naira Token prices are set in dollars while African revenue is set in naira, and tokenizers charge some African languages nine times more tokens for the same sentence. That maths decides viability, not mode
- Chinese Open Source AI Models Are a Business Plan, Not a Gift The weights are real and the licences are real, and they say different things. Read the Chinese announcement next to the English one and the gift starts to look like a distribution strategy.
- Harvey's Chinese base model and the repricing of vertical SaaS The wrapper layer is gone. What survives is proprietary data, workflow depth, regulatory position and distribution, and the proof sits in Harvey's post-training run and a 180 million euro EU tender.
- Made in China Quality: What the Label Actually Predicts in 2026 The label used to mean cheap and derivative. In batteries, solar, drones, robots and open-weight models it now marks the frontier. The perception lag is worth money to anyone testing on evidence.
- China's African loan book is shrinking. Its models are free. Chinese firms built much of Africa's power and telecom. Now the AI models are Chinese and free, and free is a more durable form of influence than any loan.
- The detector is scoring your English, not your honesty AI writing detectors measure how predictable your prose is, which is a proxy for native fluency rather than for cheating. A watermark can prove a model was involved, never who wrote what.
- The Four Levels of AI Fluency and Why Level Three Never Arrives on Its Own Most organisations are staffed entirely at level one and are surprised when level three does not happen by itself. The four levels of AI fluency are separated by what you own when it breaks.
- AI model availability by region is now set by lawyers, not benchmarks Which AI models you may use is settled by export licences, regulatory filings, data residency rules and licence territory clauses. Capability is not a gate anywhere in that chain.
- Agentic AI in Production: 95 Percent on SWE-bench, 21 Percent on Real Work Frontier models resolve about 95 percent of SWE-bench Verified and 20.6 percent of OSWorld 2.0. The gap is not noise. Step count, not task difficulty, is what still breaks agents in production.
- Technology as Soft Power Arrives Through the Side Door Influence is rarely won by broadcasting. It is won by becoming infrastructure: the handset default, the network the engineers trained on, the standards seat, the freely licensed model weights.
- AI Model Collapse and What Clean Pre-2022 Text Now Costs Model collapse needs a replacement loop to happen. Keep a slice of real data and it stops. That caveat, not the doom headline, is what turned verifiable pre-2022 text into a priced asset.
- Tencent QClaw Put OpenClaw on a Million Machines in Ten Days Tencent QClaw's real move is distribution, not intelligence: an MIT-licensed runtime Tencent did not write, wrapped into a three-minute consumer install that executes on the user's own machine.
- Seven China technology milestones that mattered and what each one cost Seven inflection points, from the 2008 Beijing-Tianjin line to DeepSeek R1, read for what each revealed about how decisions get made in China and who paid the bill. Triumph and dismissal both miss.
- AI Productivity Paradox: the Model Was Never the Bottleneck Every general purpose technology took decades to show up in the productivity statistics, because the technology was never the bottleneck. Reorganising the work around it was.
- Open weights do not come with a cluster America's AI advantage was never producing the most talent, it was being the place talent had to go. DeepSeek showed that gravity can shift, and a downloadable model does not hand Africa a cluster.
Signals
1Projects
1Tools
12 of 80- Boltz review MIT-licensed co-folding models for structure and binding affinity prediction, plus BoltzGen for de novo binder design. Runs on a single GPU in roughly 20 seconds per prediction.
- ChatGPT review OpenAI's assistant and API, now on the GPT-5.6 Sol, Terra and Luna tiers, with a 1M token context window on all three and reasoning effort you set per request.
- CosyVoice review Alibaba's FunAudioLLM TTS line, Apache 2.0 on both code and weights. Fun-CosyVoice3-0.5B covers 9 languages and 18+ Chinese dialects with roughly 150ms bi-streaming latency.
- Cursor review A VS Code fork built around agentic editing, with its own Composer models, a pull request review bot and SOC 2 controls for teams that want AI in the editor.
- Databricks Mosaic AI review The AI layer inside Databricks: Agent Bricks, model serving, vector search and MLflow, all resolving back to Unity Catalog governed data.
- Dify review Open-source LLM app platform from LangGenius for agentic workflows and RAG pipelines. Modified Apache 2.0: self-host freely, multi-tenant SaaS needs a commercial licence.
- FLUX review Image generation and editing models from Black Forest Labs, available as a hosted API or as downloadable weights you run on your own GPUs.
- Instrumental review AI inspection and failure analysis for electronics assembly. Cameras capture every unit at each build state, then models flag defects no golden-sample rule ever encoded.
- Langfuse review Open-source LLM tracing, prompt management and evals. MIT core with no seat or usage caps when self-hosted, cloud from $29 a month. Acquired by ClickHouse in January 2026.
- MNN review Alibaba's on-device inference engine (阿里 MNN), Apache 2.0. Runs Qwen3, Qwen3-VL and DeepSeek distills on phones across CPU, OpenCL, Metal, Vulkan, CUDA and Qualcomm Hexagon.
- MiniMax M3 review MiniMax's open-weight flagship LLM (稀宇科技), distinct from the Hailuo video product: 428B mixture-of-experts, 23B active per token, 1M context and native image and video input.
- ModelScope review Alibaba's open model hub (魔搭社区). Apache 2.0 client library, 170,000+ open-weight models and 2,000 free API calls a day. Where most Chinese labs publish first.