DeepInfra raises $107M Series B to scale the inference cloud — read the announcement

MCP Servers Explained: A Practical Guide for DevelopersLatest article
Published on 2026.09.16 by DeepInfraMCP Servers Explained: A Practical Guide for Developers

Giving an AI application access to a database, API, file system, or internal service sounds simple until you have to maintain the integration. You need to define what the model can access, describe operations, execute requests safely, return structured results, and handle authentication. You may need to repeat much of that work when another AI […]

Recent articles
Why Your API Bill Doubled Without Changing ModelsPublished on 2026.09.15 by NiklasWhy Your API Bill Doubled Without Changing Models

You deployed a reasoning model, ran it for a week, and got a billing email that was twice what you expected. You didn’t change the model. You didn’t change the prompt. You didn’t add more users. The only thing that changed is that the model started thinking harder and that thinking costs money you can’t […]

Best Open Source LLM API Providers in 2026Published on 2026.09.14 by Stefan FidanovBest Open Source LLM API Providers in 2026

Picking an inference vendor used to be a short conversation. You wanted Llama behind an HTTP endpoint, three companies served it, and their prices sat close enough that the decision came down to whoever had capacity. The market has since split into a dozen serious operators running truly different businesses. The best open source LLM […]

Are Chinese Open-Weight AI Models Still Safe to Use?Published on 2026.09.11 by NiklasAre Chinese Open-Weight AI Models Still Safe to Use?

Congress is asking American companies to explain their use of Chinese AI models. The House Homeland Security Committee and the Select Committee on the Chinese Communist Party opened a joint probe in April 2026, sending letters to Cursor and Airbnb. By July, DoorDash had received a similar inquiry. The State Department issued a formal warning […]

AI Model Distillation: Teacher vs. Student ModelsPublished on 2026.09.10 by Stefan FidanovAI Model Distillation: Teacher vs. Student Models

Your ticket classifier runs on a 1.6 trillion parameter model. It reads a support message, decides whether it is a billing question or a bug report, and returns one word. You’re paying frontier prices for a job a model a hundredth the size could finish in half the time. AI model distillation is the standard […]

DeepSeek Harness Review: Agent Loop & Plugin ArchitecturePublished on 2026.09.09 by Stefan FidanovDeepSeek Harness Review: Agent Loop & Plugin Architecture

DeepSeek Harness launched on August 13 and reads like a Claude Code competitor. The framing survives about ten minutes of looking through the source. The repository ships delegation backends named subagent-claude-code and subagent-codex, plus hook bridges that read the hooks.json you already wrote for Claude Code. DeepSeek built a runtime that can hand work to […]

Multi-Turn RL: A Guide to Getting Reinforcement Learning RightPublished on 2026.09.08 by Stefan FidanovMulti-Turn RL: A Guide to Getting Reinforcement Learning Right

The first multi-turn RL run you launch will spend most of its life doing something you would not call training. You watch GPU utilization sit under half, watch a step take eleven minutes, and go hunting for a bug in your gradient accumulation. There is no bug. The trainer is waiting on rollouts. This is […]