When Americans choose Chinese AI
U.S. developers and startups are increasingly turning to Chinese AI models like DeepSeek for cost savings, with some reporting costs as low as 50 cents compared to $10 for similar tasks on U.S. models…
U.S. developers and startups are increasingly turning to Chinese AI models like DeepSeek for cost savings, with some reporting costs as low as 50 cents compared to $10 for similar tasks on U.S. models…
A developer advocates for using Goose, an open-source AI coding agent, with Lynkr, an LLM gateway, to manage model routing and fallbacks. The architecture places Lynkr between Goose and model provider…
Devopness released a guide for deploying the Hermes AI agent using Docker with automatic HTTPS and authentication, enabling users to run the autonomous coding agent on cloud infrastructure without man…
A developer built AETHER, a fully offline, voice-controlled AI assistant that runs three local language models on a laptop to control a PC, send WhatsApp messages, and perform desktop automation witho…
OpenRouter launched Fusion, a routing layer that sends a single prompt to multiple AI models in parallel and synthesizes their outputs, achieving performance comparable to Anthropic's Claude Fable 5 a…
A developer demonstrated that by pointing the OpenAI SDK at the base URL of api.airforce, a single client can access models from Claude, GPT, and Gemini by simply changing the model string. The gatewa…
Ruflo and MetaHarness have integrated an OIA-layered walkthrough across 28 iterations, implementing ADR-150 to improve AI-agent platform routing. The new learned router uses k-NN, kernel ridge regress…
Oxlo.ai offers request-based pricing for AI inference, charging a flat fee per API call regardless of prompt length, contrasting with token-based models used by providers like Together AI and Firework…
A developer compared LLM inference APIs on cost, performance, and integration, noting that most providers use token-based pricing which can cause unpredictable costs for long-context or agentic worklo…
The U.S. government's order for Anthropic to block non-U.S. access to its Fable and Mythos models is boosting adoption of open-source alternatives, especially from Chinese AI labs like DeepSeek and Kn…
A developer launched Offload, a tool that enables cross-device handoffs for Claude Code and Codex by prepending "/offload" to prompts, running tasks on another device or setting up a VPS. It handles e…
GitHub switched Copilot from request-based to usage-based pricing on June 1, ending years of subsidized rates to attract users. The change passes API costs directly to users, causing frustration as ag…
A developer built Lynkr, an open-source LLM gateway that provides a single OpenAI-compatible endpoint for multiple model providers, and configured it to work with LibreChat, an open-source AI chat pla…
A developer built M31A (M31 Autonomous), a terminal-native AI coding agent written in Go that owns a six-phase workflow end-to-end: Initialize, Discuss, Plan, Execute, Verify, and Ship. The agent runs…
A solo developer has built an AI coding stack for under $100/month by mixing subscription APIs, budget APIs, and self-hosted open-source models. The approach combines frontier models for complex reaso…
Xiaomi released MiMo Code, an open-source AI coding agent that forks OpenCode and adds persistent cross-session memory, three days ago. The tool, which installs in one command and is available under a…
Cohere released North Mini Code, a 30-billion-parameter open-source coding agent with a Mixture-of-Experts architecture that activates only 3 billion parameters per token, enabling it to outperform mo…
OpenRouter launched its Fusion API on June 13, 2026, routing prompts to multiple AI models simultaneously and synthesizing responses via a judge model to deliver blended answers. The Budget preset cla…
The Red Team AI Benchmark v1.9.0 introduces a modular scoring architecture, unified provider interface, and YAML-native configuration to improve usability for legitimate researchers. The update also a…
Jailer, a database subsetting and browsing tool, has integrated an AI SQL Advisor that analyzes, explains, and refactors SQL queries using Anthropic or OpenAI-compatible APIs, with an inline diff view…