AI Agents

DeepSeek AI Releases DeepSeek Harness in Developer Preview

DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent...

0
DeepSeek Harness v0.1 is an MIT-licensed agent harness where every capability is a Cordis plugin. Four runtime modes, append-only session logs, and provider-agnostic model routing.
Meta AI Releases Muse Glimmer: A 30B Open-Weights Agentic Model That Runs on One Consumer GPU

Meta AI Releases Muse Glimmer: A 30B Open-Weights Agentic Model That...

0
Meta's Muse Glimmer is a 30B open-weights agentic model under Apache 2.0. It fits 24 GB VRAM and decodes 3.1x faster with DFlash speculation.
Meet Shepherd: An Open-Source Python Substrate That Lets Meta-Agents Fork, Replay, and Revert Any Agent Run

Meet Shepherd: An Open-Source Python Substrate That Lets Meta-Agents Fork, Replay,...

0
Long agent runs accumulate state that no transcript records — edited files, a live dev server, installed packages, a warm prompt cache. When an agent misreads a traceback at step 10 and rewrites a correct file, patching forward burns tokens and restarting re-pays every call. Researchers at Northeastern University and Stanford University released Shepherd, an MIT-licensed Python runtime substrate that records every agent-environment interaction as a typed event in a Git-like execution trace. Each commit covers the agent process and filesystem together, copy-on-write, so a rewind restores live state instead of just files. The paper reports 5× faster forks than Docker, over 95% prompt-cache reuse on replay, and a live supervisor raising CooperBench pair-coding pass rates from 28.8% to 54.7%.
Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents

Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub...

0
Tencent Cloud has open-sourced TencentDB Agent Memory v2.0, a team-level memory hub that turns conversations, documents and code into four governed, reusable assets — Chat Memory, Skill, LLM-Wiki and Code-Graph. It is MIT-licensed, self-hosted via Docker, and integrates with Claude Code, OpenClaw, Hermes and CodeBuddy. The differentiator is not retrieval but governance: ACL-based visibility decides which agent gets which asset, and which version is valid.
Microsoft Open Sources code-testing-generator

Microsoft Open Sources code-testing-generator: a Polyglot Unit-Test Agent That Hits 92.1%...

0
Microsoft has open sourced code-testing-generator, a polyglot unit-test agent shipping in the MIT-licensed dotnet/skills repository. It reads a repository before writing anything — detecting the language, test framework, existing conventions, and the real build and test commands — then plans, writes, runs and validates the tests it produces. On Microsoft's internal 152-task benchmark it completed 140 tasks against 120 for stock GitHub Copilot on the same model, with the gain concentrated almost entirely in vague prompts and diff-targeted requests.
Cloudflare Introduces Kitesurf: An Agent-First Web Browser That Runs Entirely in V8 Isolates on Cloudflare Workers

Cloudflare Introduces Kitesurf: An Agent-First Web Browser That Runs Entirely in...

0
Cloudflare has released Kitesurf, a stateless web browser built specifically for AI agents that runs entirely in V8 isolates on Cloudflare Workers, with no Chromium underneath. The browser drops human-facing features like tabs and extensions in favor of what agents need: machine-readable content, scalability, and isolation. Built in 12 weeks using Rust components like Blitz, Stylo, and Boa JS, it already passes 215,000+ Web Platform Tests. Benchmarks show 3.1–3.8× less CPU and 4.7–7.0× less memory than Chromium on screenshots and HTML extraction. Existing Puppeteer, Playwright, and MCP clients work by adding a single browser=kitesurf parameter, free while in beta.
Prime Intellect Releases Prime Agent: An Open-Source RLM Harness Where Sub-Agents Are Function Calls Inside Persistent IPython Kernel

Prime Intellect Releases Prime Agent: An Open-Source RLM Harness Where Sub-Agents...

0
Prime Intellect has open-sourced Prime Agent, a coding and research harness built on two abstractions: the Recursive Language Model, which turns sub-agent calls into functions inside a persistent IPython kernel, and the Continual Harness, which lets the agent edit its own prompts, skills, memory, and sub-agent specs mid-run. With Opus 5 it reports 95.5% RHAE Best@1 on ARC-AGI-3, above the reported human expert baseline of 95.4%.
Microsoft's SkillOpt Shows Optimized Agent Skill Artifacts Transfer Across Model Scales and Between Codex and Claude Code Harnesses

Microsoft’s SkillOpt Shows Optimized Agent Skill Artifacts Transfer Across Model Scales...

0
Most coverage of Microsoft's SkillOpt centers on its 52/52 result. The more consequential finding is in Section 4.3: the exported best_skill.md keeps working in environments it was never trained on. A Codex-trained SpreadsheetBench skill lifted Claude Code from 22.1 to 81.8, slightly above the 80.4 that harness reached training its own skill. Retention varies sharply by task type — 102% on spreadsheets, 10% on math — which is what makes the result worth reading closely.
Meta AI Releases Muse Code

Meta AI Releases Muse Code (Beta): A Terminal Coding Agent Powered...

0
Meta Superintelligence Labs has released Muse Code, a terminal coding agent in beta, powered by the new Muse Spark 1.2 model. Muse Code plans changes, writes code, and validates results across large repositories. Async background agents stay active for the whole session instead of spawning per task. A local append-only event log makes the runtime replay-exact and restart-safe after a crash. Muse Spark 1.2 was co-trained with the harness and trained on long-horizon, repository-scale work.
CopilotKit Open Sources Channels SDK

CopilotKit Open Sources Channels SDK: An MIT Licensed Library That Runs...

0
CopilotKit has published the Channels SDK, an MIT licensed library that runs an existing AG-UI agent inside Slack and Microsoft Teams. Version 0.5.0 ships five platform adapters and a documented runtime contract. This breakdown covers the verified deployment paths, the baseline requirements, and the one dependency that is easy to miss
Building an Advanced AI Skill Security Auditing Pipeline with NVIDIA SkillSpector, LangGraph, YARA Rules, SARIF, and CI Policy Gates

Building an Advanced AI Skill Security Auditing Pipeline with NVIDIA SkillSpector,...

0
Learn how to build an end-to-end security assessment pipeline for AI agent skills using NVIDIA SkillSpector and LangGraph. In this tutorial, we construct a synthetic skill marketplace, scan for malicious prompt injection, credential access, and risky dependencies, and implement custom YARA rules, baseline suppressions, and CI deployment gates.
Y Combinator Open-Sources QM: An MIT-Licensed Multiplayer Agent Harness That Runs In Slack And The Web

Y Combinator Open-Sources QM: An MIT-Licensed Multiplayer Agent Harness That Runs...

0
Y Combinator has open-sourced QM, the multiplayer agent harness it uses internally across accounting, legal, events, and engineering. Released July 31, 2026 under an MIT license, QM gives each employee an isolated workspace and each Slack room its own scoped memory, files, keychain view, permissions, crons, web apps, and durable sandbox. Pi, OpenCode, Codex, and Claude Code all drive the same headless core, so deployments avoid vendor lock-in.
Supabase Releases Evals

Supabase Releases Evals: an Open Source Benchmark That Scores Claude Code,...

0
Supabase has open sourced supabase/evals, an Apache-2.0 benchmark and framework that runs coding agents including Claude Code, Codex and OpenCode against real Supabase tasks — building schemas, debugging Edge Functions, fixing RLS policies — inside containerized stacks, then scores them with deterministic checks and LLM-as-a-judge.
Prompt Engineering vs Loop Engineering vs Graph Engineering

Prompt Engineering vs Loop Engineering vs Graph Engineering: What Changes at...

0
Three terms now compete for the same line in AI engineering job descriptions. Prompt engineering is the established one. Loop engineering entered the AI...
Designing Skill-Driven Financial Analysis Agents with Claude, Python, MCP Connectors, and Automated Deliverables

Designing Skill-Driven Financial Analysis Agents with Claude, Python, MCP Connectors, and...

0
In this tutorial, we build an advanced workflow around Anthropic’s financial-services repository and reproduce its skill-driven architecture in pure Python. We begin by installing...
How Perplexity's pplx CLI Gives Coding Agents Live Web Search From the Command Line

Perplexity Releases pplx, a Single-Binary CLI That Puts Its Search API...

0
Perplexity has released pplx, an official command line client for its Search API. The tool exposes two commands — pplx search web and pplx content fetch — and returns exactly one JSON object on stdout. It ships as a checksum-verified single binary for macOS arm64 and Linux, alongside an Agent Skill for Claude Code, Codex CLI and any harness that can read a URL.
Why the OpenAI Agent Broke Into Hugging Face: Reward Hacking, Not Malice, Explained for Engineers

Why the OpenAI Agent Broke Into Hugging Face: Reward Hacking, Not...

0
OpenAI disclosed that its own models breached Hugging Face's production infrastructure while taking a public security benchmark. The models were not attacking a target — they were optimizing a score. Here is the mechanism, what the ExploitGym data showed two months earlier, and which widely repeated claims about the incident are not actually confirmed.
Building Self-Evolving AI Agents with OpenSpace Using Skills, MCP, Lineage, and Low-Cost Reuse

Building Self-Evolving AI Agents with OpenSpace Using Skills, MCP, Lineage, and...

0
Discover how to create self-evolving AI agents using the OpenSpace framework. This tutorial guides you through the entire workflow—from environment setup and custom skill creation to MCP integration and using SQLite to manage agent lineage—empowering you to build more efficient, reusable agent systems.
Andrew Ng Just Released OpenWorker

Andrew Ng Just Released OpenWorker: An Open-Source, Local-First Desktop AI Coworker...

0
Andrew Ng has released OpenWorker, an MIT-licensed desktop AI agent that returns finished deliverables instead of chat replies. It runs a local Python agent server under a Tauri shell, supports 30 curated tool-calling models plus fully local Ollama, and gates every write, shell command and off-machine action behind a typed risk engine.
Meta Open-Sources Astryx

Meta Open-Sources Astryx: An Agent-Ready React Design System With 150+ Accessible...

0
Meta has open-sourced Astryx, the React and StyleX design system it ran internally for eight years across 13,000+ apps. It ships 150+ accessible components, seven themes, dark mode, templates, and an agent-ready CLI under MIT — with React 19+ required.
Google Cloud's Always-On Memory Agent Replaces RAG and Embeddings

Google Cloud’s Always-On Memory Agent Replaces RAG and Embeddings With Continuous...

0
Google Cloud's generative-ai repository ships the Always-On Memory Agent, a reference implementation that treats memory as a running process. Built on Google ADK and Gemini 3.1 Flash-Lite, it uses no vector database and no embeddings. Instead, an orchestrator routes to Ingest, Consolidate, and Query sub-agents that read, connect, and write structured memory into SQLite 24/7.
Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and...

0
Introduction This tutorial starts where most agent demos stop: giving the agent persistent memory, operational context, and a place to write back what happened. An...
Patter SDK Guide to Building a Restaurant Booking Phone Agent with Dynamic Variables, Guardrails, Latency Dashboards, and Eval Checks

Patter SDK Guide to Building a Restaurant Booking Phone Agent with...

0
We explore the Patter SDK by building a voice-agent workflow for a restaurant booking use case. We define dynamic caller variables, register callable tools for availability, bookings, hours, and human transfer, and layer output guardrails over every reply. We simulate speech-to-text and text-to-speech behavior, run scripted call flows, and track modeled latency and cost in a dashboard. We validate the agent with a deterministic eval harness, then map the same logic to a real deployment using Twilio and OpenAI Realtime.
SpaceXAI Open-Sources Grok Build

SpaceXAI Open-Sources Grok Build: The Rust Agent Harness, TUI, and Tool...

0
SpaceXAI published the Grok Build source on July 15, 2026. The Apache 2.0 Rust tree covers the agent loop, tool dispatch, the TUI, and the extension system. Grok 4.5 stays closed, and external contributions are not accepted.
Mistral Vibe for Code vs Claude Code vs Cursor vs Codex: Four Agents Scored on One Scaffold-to-PR Task

Mistral Vibe for Code vs Claude Code vs Cursor vs Codex:...

0
See how Vibe, Claude Code, Cursor, and Codex compare on cost, open weights, self-hosting, and async agent surfaces.

Building a VideoAgent-Style Multi-Agent System: Intent Parsing, Graph Planning, and Tool...

0
In this tutorial, we reconstruct the VideoAgent workflow as a runnable, API-key-free multi-agent pipeline. We build an intent parser, an agent library, a tool router, a graph planner, and a textual-gradient optimizer that repairs the execution graph. We wire these planning components to FFmpeg, Whisper transcription, scene detection, keyframe sampling, captioning, cross-modal indexing, and beat-synced editing. By the end, we have a system that answers questions about a video, summarizes it, and produces edited artifacts from natural-language instructions.
OpenAI Releases GPT-5.6 (Sol, Terra, Luna)

OpenAI Releases GPT-5.6 (Sol, Terra, Luna): A Three-Tier Model Family With...

0
OpenAI moved GPT-5.6 to general availability on July 9, 2026, shipping three tiers instead of one model. Sol is $5/$30 per 1M tokens, Terra is $2.50/$15, and Luna is $1/$6. Sol sets the Artificial Analysis Coding Agent Index at 80, 2.8 points above Claude Fable 5, and reaches 62.6% on OSWorld 2.0 using 85% fewer output tokens than Opus 4.8. The substantive developer change is Programmatic Tool Calling, which runs model-written JavaScript in an isolated V8 runtime to orchestrate tools without returning every intermediate result to the model. Clio reports a 38% cut in prompt tokens, PlayCo 63.5% fewer total tokens. The gaps are real too: Fable 5 still leads the Artificial Analysis Intelligence Index, GDPval-AA v2, and Toolathlon, and Claude Mythos 5 leads SWE-Bench Pro by roughly 15 points.
SpaceXAI Releases Grok 4.5

SpaceXAI Releases Grok 4.5, a Cursor-Trained Model for Coding, Agentic Tasks,...

0
SpaceXAI released Grok 4.5, a Cursor-trained model for coding, agentic tasks, and knowledge work. It serves at 80 TPS, costs $2/$6 per million tokens, and ranks #1 on Harvey's Legal Agent Benchmark.
Qwen's Former Lead on What Hybrid Thinking Got Wrong — and Why He Now Backs Agents

Qwen’s Former Lead on What Hybrid Thinking Got Wrong — and...

0
Junyang Lin, the former technical lead of Alibaba's Qwen, walked through the model family in a talk "towards a generalist model / agent," then expanded it in an essay. We read both for practitioners: Qwen3 hybrid thinking modes and dynamic thinking budgets, where the merge fell short, the shift from reasoning thinking to agentic thinking, why agentic RL infrastructure is harder, and where reward hacking bites.
NVIDIA HORIZON: A Hands-Free Agent that Evolves Git Worktrees and Hits 100% RTL Benchmark Completion

NVIDIA HORIZON: A Hands-Free Agent that Evolves Git Worktrees and Hits...

0
A hands-free NVIDIA agent framework hosts each RTL problem as a versioned repository, reaching 100% completion across benchmarks.
Mistral AI Releases Leanstral 1.5

Mistral AI Releases Leanstral 1.5: An Apache-2.0 Lean 4 Code Agent...

0
Mistral AI released Leanstral 1.5, a free Apache-2.0 code agent model for Lean 4. It saturates miniF2F and solves 587 of 672 PutnamBench problems. The 119B mixture-of-experts activates 6.5B parameters per token. We break down its architecture, benchmarks, real bug-finding case studies, and deployment code.
WebBrain: An Open-Source, Local-First AI Browser Agent

Meet WebBrain: An Open-Source, Local-First AI Browser Agent That Reads Pages...

0
WebBrain is a free, MIT-licensed AI browser agent for Chrome and Firefox. It reads pages, extracts data, and automates multi-step tasks through Ask and Act modes. Run it on local models like llama.cpp or Ollama for privacy, or connect any cloud API.
Meet Alibaba's Page Agent

Meet Alibaba’s Page Agent: A JavaScript In-Page GUI Agent That Controls...

0
Alibaba's Page Agent runs as client-side JavaScript inside the webpage. It reads the live DOM as text, then clicks and types from natural-language commands. No screenshots, no multimodal model, and no backend rewrite are required.
Linq's iMessage Apps

Linq’s iMessage Apps Bring Payments, Tickets, Flights, and Games Into the...

0
Linq launches iMessage Apps: interactive imessage_app cards that run payments, tickets, flights, and games inside the iMessage thread for agents.
OpenClaw Releases iOS and Android Companion Node Apps That Connect a Phone to a Self-Hosted AI Agent Gateway

OpenClaw Releases iOS and Android Companion Node Apps That Connect a...

0
OpenClaw's iOS and Android apps are companion nodes, not standalone chatbots. Each phone pairs to a self-hosted Gateway over WebSocket. This adds device hardware — camera, location, voice, and Canvas — to a local-first AI agent. Here is the architecture, the capabilities, and the trade-offs for builders.
NVIDIA BioNeMo Agent Toolkit Turns Biomolecular Models Into Callable Skills for AI Agents in Drug Discovery

NVIDIA BioNeMo Agent Toolkit Turns Biomolecular Models Into Callable Skills for...

0
NVIDIA's open-source BioNeMo Agent Toolkit turns biomolecular models like OpenFold3, DiffDock, and GenMol into documented, callable skills for AI agents. Each skill describes a model's purpose, inputs, artifacts, and failure modes, so an agent can select, run, and interpret it. In NVIDIA's benchmarks with Codex CLI and GPT-5.5 fast, skills raised task completion from 57.1% to 100% and doubled token efficiency.
Meet EverOS: An Open Source Markdown-First Agent Memory Runtime

Meet EverOS: An Open Source Markdown-First Agent Memory Runtime With Hybrid...

0
EverMind has open-sourced EverOS, a local-first memory runtime that stores AI agent memory as plain Markdown indexed by SQLite and LanceDB. It combines hybrid BM25 + vector retrieval, multimodal ingestion, and self-evolving Skills under an Apache 2.0 license. Here's what it is, how the architecture works, where the benchmarks stand, and where it still falls short — plus a runnable code walkthrough and an interactive demo.
Meta's Astryx Brings a CLI and MCP Server to an Open-Source React Design System Agents Can Read

Meta’s Astryx Brings a CLI and MCP Server to an Open-Source...

0
Meta released Astryx, an open-source React design system built on StyleX. It pairs a CSS-variable theme cascade with a CLI and MCP server, so both engineers and AI agents build using the same API. The project is in Beta, MIT-licensed, and grew inside Meta over eight years.
Cursor Study Finds Reward Hacking Inflates Coding-Agent Benchmark Scores on SWE-bench Pro

Cursor Study Finds Reward Hacking Inflates Coding-Agent Benchmark Scores on SWE-bench...

0
A Cursor study shows coding agents retrieve known fixes instead of deriving them, inflating SWE-bench Pro scores through runtime contamination.
Nous Research Adds /learn to Hermes Agent's Skills System

Nous Research Adds /learn to Hermes Agent’s Skills System, Capturing Workflows...

0
Nous Research has added /learn to the Hermes Agent Skills System. The command authors a standards-compliant SKILL.md from a local directory, a doc URL, a past conversation, or pasted notes. The live agent sources the material with its own tools, then writes the skill — no hand-writing and no separate ingestion engine. Here is how it works, where it fits, and what to review before trusting the output.
Sakana AI Launches Sakana Fugu

Sakana AI Launches Sakana Fugu: An Orchestration Model That Routes Tasks...

0
Fugu and Fugu Ultra route tasks across a swappable model pool, leading most coding, reasoning, and agentic benchmarks.
The 7 Types of Agent Memory: A Technical Guide for AI Engineers

The 7 Types of Agent Memory: A Technical Guide for AI...

0
LLMs are stateless by default. Agent memory fixes that. This guide breaks down all 7 types — working, semantic, episodic, procedural, retrieval, parametric, and prospective. It covers what each stores, where it lives, and when to build it. Includes a comparison table and working Python code.
Nous Research Updates Hermes Agent With a Blank Slate Mode That Pins Toolsets via platform_toolsets.cli and disabled_toolsets

Nous Research Updates Hermes Agent With a Blank Slate Mode That...

0
Nous Research has added a Blank Slate setup mode to its open-source Hermes Agent. It starts an agent with everything off except provider, model, File Operations, and Terminal. You opt in to the rest.
Perplexity Launches Brain

Perplexity Launches Brain, a Self-Improving Memory System That Builds a Context...

0
Perplexity has launched Brain, a self-improving memory system for its Computer agent. Instead of remembering the user, Brain remembers the agent's work — what worked, what failed, and what corrections got made. It builds a traceable context graph, reviews it overnight, and reports early gains in correctness, recall, and cost.
NVIDIA SkillSpector Guide

NVIDIA SkillSpector Guide: Scanning AI Skills for Security Risks with Static...

0
In this tutorial, we use NVIDIA SkillSpector to evaluate AI skills for security risks before deployment. We build a corpus of benign and deliberately vulnerable skills, then scan them through SkillSpector's programmatic LangGraph workflow. We organize the risk scores and findings with pandas, then visualize severity and category distributions. We export results in SARIF format, register a custom analyzer, and optionally apply an LLM-based semantic pass.
Hermes Agent Adds Asynchronous Subagents, So Delegated Work No Longer Blocks the Parent Chat

Hermes Agent Adds Asynchronous Subagents, So Delegated Work No Longer Blocks...

0
We look at Hermes Agent's new asynchronous subagents from Nous Research. The delegate tool can now spawn background agents that no longer block the parent chat. We walk through the async_delegation toolset tracked in issue #5586, covering how to spawn, check, steer, and collect tasks. We also cover subagent isolation, the synchronous-versus-asynchronous tradeoffs, and when to reach for ACP instead
Claude Code Guide 2026: 25 Features with Examples Demo

Claude Code Guide 2026: 25 Features with Examples + Demo

0
Claude Code is a layered agentic coding tool, not a single chat prompt. This guide breaks down 25 features, from CLAUDE.md, skills, subagents, and hooks to MCP and Auto Mode. It includes a comparison table, working code examples, real use cases, and an interactive demo you can try.
Databricks Open-Sources Omnigent: A Meta-Harness That Composes, Governs, and Shares AI Agents Across Claude Code, Codex, and Pi

Databricks Open-Sources Omnigent: A Meta-Harness That Composes, Governs, and Shares AI...

0
Databricks has open-sourced Omnigent, a meta-harness that sits above coding agents like Claude Code, Codex, and Pi. It adds composition, contextual policies, and live session sharing under one interface, on terminal, web, desktop, and mobile. The Apache 2.0 project is in alpha.
How to Build a QwenPaw Agent Workspace with Custom Skills, Model Providers, Console Access, and Streaming API Testing

How to Build a QwenPaw Agent Workspace with Custom Skills, Model...

0
In this tutorial, we implement a QwenPaw workflow that provides a practical environment for building and testing an agent-powered assistant. We install and initialize...
Anthropic Disables Claude Fable 5 and Mythos 5 After US Government Order

Anthropic Disables Claude Fable 5 and Mythos 5 After US Government...

0
shutdown followed a US government export control directive citing national security authorities. All other Anthropic models, including Opus 4.8, remain available.
Moonshot AI Releases Kimi K2.7-Code: a Coding Model Reporting +21.8% on Kimi Code Bench v2 Over K2.6

Moonshot AI Releases Kimi K2.7-Code: a Coding Model Reporting +21.8% on...

0
Moonshot AI has open-sourced Kimi K2.7-Code under a Modified MIT license. It is a coding-focused, agentic model built on Kimi K2.6, with a 256K context window and roughly 30% lower reasoning-token usage. Moonshot reports gains over K2.6 on six benchmarks, including +21.8% on Kimi Code Bench v2. The model is available via the Kimi API and Kimi Code.
Moonshot AI Launches Kimi Work, a Local Desktop Agent Reportedly Running on Kimi K2.6 With a 300-Sub-Agent Agent Swarm

Moonshot AI Launches Kimi Work, a Local Desktop Agent Reportedly Running...

0
Moonshot AI's Kimi Work is a local desktop agent for macOS and Windows. It runs a 300-sub-agent swarm, drives your logged-in browser via WebBridge, and schedules background jobs.
xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers Plugins at Launch

xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome...

0
Grok Build's in-terminal marketplace bundles skills, agents, hooks, and MCP servers, with commit-SHA verification on every remote plugin.
Nous Research Ships Hermes Agent Profile Builder: Identity, Model, Skills, and MCP Servers in One Dashboard Flow

Nous Research Ships Hermes Agent Profile Builder: Identity, Model, Skills, and...

0
The Hermes Agent dashboard now builds complete agent profiles in one flow, replacing multi-step CLI setup for users.
Top AI Coding Agents and Development Platforms in 2026: Atoms, Devin, Windsurf, Cursor, Warp, and More Compared

Top AI Coding Agents and Development Platforms in 2026: Atoms, Devin,...

0
Software development has changed. Engineers no longer type most code by hand. They describe intent, and AI agents do the work. Modern tools plan...
Meet Harness-1: A 20B Retrieval Subagent Trained With Reinforcement Learning Inside a Stateful Search Harness on gpt-oss-20b

Meet Harness-1: A 20B Retrieval Subagent Trained With Reinforcement Learning Inside...

0
UIUC and Chroma's Harness-1 is a 20B retrieval subagent trained with reinforcement learning inside a stateful search harness. The harness maintains the bookkeeping — candidate pool, importance-tagged curated set, evidence graph, verification records — while the policy decides what to search, curate, verify, and when to stop. It reaches 0.730 average curated recall across eight benchmarks, beating the next open subagent by 11.4 points and trailing only Opus-4.6. Weights and harness code are public.
Google's New Colab CLI Lets Developers and AI Agents Run Python on Remote Colab GPUs and TPUs From the Terminal

Google’s New Colab CLI Lets Developers and AI Agents Run Python...

0
Google released the Colab CLI, letting developers and AI agents run local code on remote Colab GPU and TPU runtime
Moonshot AI Releases Kimi Code CLI: A Terminal AI Coding Agent Built in TypeScript for Next-Gen Agents

Moonshot AI Releases Kimi Code CLI: A Terminal AI Coding Agent...

0
Kimi Code CLI is Moonshot AI's open-source terminal coding agent, written in TypeScript with subagents and MCP configuration.
15 Best Vibe Coding Tools in 2026 Compared: Pricing, Features, and Best Fit

15 Best Vibe Coding Tools in 2026 Compared: Pricing, Features, and...

0
Vibe coding turns plain language into working software. Explore 15 tools shaping how developers build apps in 2026.
Nous Research Releases Hermes Desktop: A Native Cross-Platform Front End for Hermes Agent v0.15.2 with Streaming Tool Output

Nous Research Releases Hermes Desktop: A Native Cross-Platform Front End for...

0
Hermes Desktop is a no-terminal GUI sharing one agent core, skills, and memory with the Hermes Agent CLI.
TinyFish Launches BigSet: An Open-Source Multi-Agent System That Builds Structured Live Datasets from Plain-English Descriptions

TinyFish Launches BigSet: An Open-Source Multi-Agent System That Builds Structured Live...

0
Describe a dataset in one sentence; Bigset's orchestrator and parallel sub-agents research the live web and return structured tables.
MiniMax Releases MiniMax M3 with MSA Architecture Supporting 1M-Token Context, Native Multimodality, and Agentic Coding

MiniMax Releases MiniMax M3 with MSA Architecture Supporting 1M-Token Context, Native...

0
MiniMax M3 introduces MiniMax Sparse Attention, a 1M-token context window, and native image, video, and computer use support.
Hermes Agent Ships Tool Search for MCP: Anthropic Evals Show 49% to 74% Accuracy Gain on Opus 4

Hermes Agent Ships Tool Search for MCP: Anthropic Evals Show 49%...

0
Nous Research's Hermes Agent adds Tool Search to fix MCP context bloat using BM25 progressive schema disclosure.
Hexo Labs Open-Sources SIA: A Self-Improving Agent That Updates Both the Harness and the Model Weights

Hexo Labs Open-Sources SIA: A Self-Improving Agent That Updates Both the...

0
Hexo Labs released SIA, an open-source self-improving loop, under an MIT license. A Feedback-Agent reads each run's trajectory, then either rewrites the scaffold or triggers a LoRA weight update on gpt-oss-120b. Combining both levers beat scaffold-only iteration on LawBench, TriMul GPU kernels, and scRNA-seq denoising.
Anthropic Ships Claude Opus 4.8 Alongside Dynamic Workflows and Cheaper Fast Mode, With Workflows Capped at 1,000 Subagents

Anthropic Ships Claude Opus 4.8 Alongside Dynamic Workflows and Cheaper Fast...

0
Anthropic's Claude Opus 4.8 brings dynamic workflows and cheaper fast mode to Claude Code, now in research preview
Microsoft Research Releases Webwright: A Terminal-Native Web Agent Framework That Scores 60.1% on Odysseys, Up from Base GPT-5.4's 33.5%

Microsoft Research Releases Webwright: A Terminal-Native Web Agent Framework That Scores...

0
Microsoft Research introduces Webwright, a terminal-native browser agent framework that replaces click-trace web automation with reusable Playwright scripts. Using a single agent loop across three modules and roughly 1,000 lines of code, Webwright powered by GPT-5.4 reaches 60.1% on the long-horizon Odysseys benchmark and 86.7% on Online-Mind2Web — the highest AutoEval score among open-sourced harness recipes.
Build a SuperClaude Framework Workflow with Commands, Agents, Modes, and Session Memory

Build a SuperClaude Framework Workflow with Commands, Agents, Modes, and Session...

0
In this tutorial, we build an advanced workflow using the SuperClaude Framework as a structured layer on top of the Anthropic API.
How CopilotKit Is Redefining the Agentic AI Stack in 2026

How CopilotKit Is Redefining the Agentic AI Stack in 2026

0
An inside look at CopilotKit’s 2026 shipping cycle. Learn how the new AG-UI protocol, AIMock testing suite, and Pathfinder server are providing the production architecture developers need for agentic AI.
Upstash for Redis vs Supabase vs Neon: Which One Fits Vibe Coding Workflows in 2026?

Upstash for Redis vs Supabase vs Neon: Which One Fits Vibe...

0
Not all database platforms are built for the same job.Not all database platforms are built for the same job. Here is how Upstash, Supabase, and Neon actually differ — and which one fits your vibe coding workflow in 2026.
Best Enterprise Level Agentic AI Platforms for 2026

Best Enterprise Level Agentic AI Platforms for 2026

0
Enterprise agentic AI has moved from pilots to production in 2026. This guide ranks the top 10 platforms — Salesforce Agentforce, Microsoft Copilot Studio, ServiceNow, LangGraph, and more — with verified pricing, real adoption data, and honest constraints to help enterprise teams make the right platform decision.
Vercel Labs Introduces Zero, a Systems Programming Language Designed So AI Agents Can Read, Repair, and Ship Native Programs

Vercel Labs Introduces Zero, a Systems Programming Language Designed So AI...

0
Vercel Labs has released Zero, an experimental systems programming language designed so AI agents can read, repair, and ship native programs without requiring human interpretation of compiler output. The language emits JSON diagnostics with stable codes and typed repair metadata, enforces capability-based I/O at compile time, and compiles to sub-10 KiB native binaries.
Best AI Agents for Software Development Ranked: A Benchmark-Driven Look at the Current Field

Best AI Agents for Software Development Ranked: A Benchmark-Driven Look at...

0
The AI coding agent field in 2026 is more capable, more fragmented, and harder to benchmark than it looks. Claude Code leads on code quality at 87.6% SWE-bench Verified. GPT-5.5 tops Terminal-Bench at 82.7%. But the benchmark OpenAI itself declared contaminated in February 2026 is still being used to rank these tools — including by the labs publishing their own scores.
Cline Releases Cline SDK: An Open-Source Agent Runtime Now Powering Its CLI and Kanban, With IDE Extensions Being Migrated

Cline Releases Cline SDK: An Open-Source Agent Runtime Now Powering Its...

0
Cline has extracted its internal agent harness into an open-source TypeScript SDK called @cline/sdk, the same runtime now powering its CLI and Kanban, with VS Code and JetBrains extensions being migrated. The SDK is structured as a four-layer stack — @cline/shared, @cline/llms, @cline/agents, and @cline/core — with native support for plugins, subagents, CRON scheduling, checkpointing, and MCP connectors. On Terminal Benchmark 2.0, Cline CLI scored 74.2% on claude-opus-4.7, compared to Anthropic's published 69.4% for Claude Code on the same model. Install via npm install @cline/sdk. Requires Node.js 22+.
Mira Murati's Thinking Machines Lab Introduces Interaction Models: A Native Multimodal Architecture for Real-Time Human-AI Collaboration

Mira Murati’s Thinking Machines Lab Introduces Interaction Models: A Native Multimodal...

0
Thinking Machines Lab has introduced a research preview of TML-Interaction-Small, a 276B parameter Mixture-of-Experts model with 12B active parameters, built around a multi-stream, time-aligned micro-turn architecture that processes 200ms chunks of audio, video, and text simultaneously — eliminating the need for external voice-activity detection harnesses. Unlike standard turn-based models that freeze perception during generation, the system runs two components in parallel: a real-time interaction model that maintains continuous full-duplex exchange with the user, and an asynchronous background model that handles sustained reasoning and tool use while sharing the full conversation context throughout.
OpenClaw vs Hermes Agent: Why Nous Research's Self-Improving Agent Now Leads OpenRouter's Global Rankings

OpenClaw vs Hermes Agent: Why Nous Research’s Self-Improving Agent Now Leads...

0
Hermes Agent, the open-source self-improving AI agent from Nous Research, has overtaken OpenClaw to claim the #1 position on OpenRouter's global daily token rankings as of May 10, 2026 — generating 224 billion daily tokens versus OpenClaw's 186 billion. The milestone places a Nous Research project ahead of an OpenAI-sponsored platform in real-world daily inference volume, just three months after launch.
Meet GitHub Spec-Kit: An Open Source Toolkit for Spec-Driven Development with AI Coding Agents

Meet GitHub Spec-Kit: An Open Source Toolkit for Spec-Driven Development with...

0
If you have spent time using AI coding agents — GitHub Copilot, Claude Code, Gemini CLI — you have probably run into this situation:...
OpenAI Adds Chrome Extension to Codex, Letting Its AI Agent Access LinkedIn, Salesforce, Gmail, and Internal Tools via Signed-In Sessions

OpenAI Adds Chrome Extension to Codex, Letting Its AI Agent Access...

0
OpenAI has shipped a Chrome extension for Codex, its AI coding agent, enabling it to complete browser-based tasks directly inside Google Chrome on macOS and Windows — including interacting with signed-in websites, using Chrome DevTools, and running multi-step workflows across browser tabs.
Build a CloakBrowser Automation Workflow with Stealth Chromium, Persistent Profiles, and Browser Signal Inspection

Build a CloakBrowser Automation Workflow with Stealth Chromium, Persistent Profiles, and...

0
In this tutorial, we explore CloakBrowser, a Python-friendly browser automation tool that uses Playwright-style APIs within a stealth Chromium environment. We begin by setting...
A Groq-Powered Agentic Research Assistant with LangGraph, Tool Calling, Sub-Agents, and Agentic Memory: Lets Built It

A Groq-Powered Agentic Research Assistant with LangGraph, Tool Calling, Sub-Agents, and...

0
In this tutorial, we build a Groq-powered agentic research workflow that runs directly using Groq’s free OpenAI-compatible inference endpoint
CopilotKit Introduces Enterprise Intelligence Platform That Gives Agentic Applications Persistent Memory Across Sessions and Devices

CopilotKit Introduces Enterprise Intelligence Platform That Gives Agentic Applications Persistent Memory...

0
CopilotKit Intelligence adds a managed persistence layer on top of the open-source CopilotKit stack, giving agents the ability to retain context, state, and interaction history without custom storage infrastructure
Top Search and Fetch APIs for Building AI Agents in 2026: Tools, Tradeoffs, and Free Tiers

Top Search and Fetch APIs for Building AI Agents in 2026:...

0
Discover the top search and fetch APIs for AI agents in 2026. Compare tools like TinyFish, Tavily, and Firecrawl based on latency, token efficiency, and free tiers to optimize your agent's web retrieval.
Build a Multi-Agent AI Workflow for Biological Network Modeling, Protein Interactions, Metabolism, and Cell Signaling Simulation

Build a Multi-Agent AI Workflow for Biological Network Modeling, Protein Interactions,...

0
Build a Multi-Agent AI Workflow for Biological Network Modeling, Protein Interactions, Metabolism, and Cell Signaling Simulation
Cursor Introduces a TypeScript SDK for Building Programmatic Coding Agents With Sandboxed Cloud VMs, Subagents, Hooks, and Token-Based Pricing

Cursor Introduces a TypeScript SDK for Building Programmatic Coding Agents With...

0
Cursor Launches TypeScript SDK to Let Developers Build and Deploy Programmatic Coding Agents
Build a Reinforcement Learning Powered Agent that Learns to Retrieve Relevant Long-Term Memories for Accurate LLM Question Answering

Build a Reinforcement Learning Powered Agent that Learns to Retrieve Relevant...

0
In this tutorial, we build a Reinforcement Learning–driven agent that learns how to retrieve relevant memories from a long-term memory bank. We start by...
Top 7 Benchmarks That Actually Matter for Agentic Reasoning in Large Language Models

Top 7 Benchmarks That Actually Matter for Agentic Reasoning in Large...

0
As AI agents move from research demos to production deployments, one question has become impossible to ignore: how do you actually know if an...
Google Cloud AI Research Introduces ReasoningBank: A Memory Framework that Distills Reasoning Strategies from Agent Successes and Failures

Google Cloud AI Research Introduces ReasoningBank: A Memory Framework that Distills...

0
A new memory framework from Google Cloud AI Research and UIUC gives LLM agents the ability to distill generalizable reasoning strategies from both successful and failed experiences — and combines that with test-time scaling to create agents that genuinely improve over time.
Next leap to Harness Engineering: JiuwenClaw pioneers "Coordination Engineering"

Next Leap to Harness Engineering: JiuwenClaw Pioneers ‘Coordination Engineering’

0
How to make multiple agents work together like an elite team — autonomously dividing tasks, communicating efficiently, and collaborating seamlessly? The openJiuwen community released the...
OpenAI Open-Sources Euphony: A Browser-Based Visualization Tool for Harmony Chat Data and Codex Session Logs

OpenAI Open-Sources Euphony: A Browser-Based Visualization Tool for Harmony Chat Data...

0
Debugging an AI agent that runs for dozens of steps: reading files, calling APIs, writing code, and revising its own output, is not like...
Moonshot AI Releases Kimi K2.6 with Long-Horizon Coding, Agent Swarm Scaling to 300 Sub-Agents and 4,000 Coordinated Steps

Moonshot AI Releases Kimi K2.6 with Long-Horizon Coding, Agent Swarm Scaling...

0
Moonshot AI, the Chinese AI lab behind the Kimi assistant, today open-sourced Kimi K2.6 — a native multimodal agentic model that pushes the boundaries...
How to Build a Universal Long-Term Memory Layer for AI Agents Using Mem0 and OpenAI

How to Build a Universal Long-Term Memory Layer for AI Agents...

0
In this tutorial, we build a universal long-term memory layer for AI agents using Mem0, OpenAI models, and ChromaDB. We design a system that...
A Coding Implementation to Build Multi-Agent AI Systems with SmolAgents Using Code Execution, Tool Calling, and Dynamic Orchestration

A Coding Implementation to Build Multi-Agent AI Systems with SmolAgents Using...

0
In this tutorial, we build an advanced, production-ready agentic system using SmolAgents and demonstrate how modern, lightweight AI agents can reason, execute code, dynamically...
Google Launches 'Skills' in Chrome: Turning Reusable AI Prompts into One-Click Browser Workflows

Google Launches ‘Skills’ in Chrome: Turning Reusable AI Prompts into One-Click...

0
Google just announced the release of Skills in Chrome, a new feature built into Gemini in Chrome that lets users save frequently used AI...
TinyFish Launches Full Web Infrastructure Platform for AI Agents — Search, Fetch, Browser, and Agent Under One API Key

TinyFish AI Releases Full Web Infrastructure Platform for AI Agents: Search,...

0
AI agents struggle with tasks that require interacting with the live web — fetching a competitor's pricing page, extracting structured data from a JavaScript-heavy...
Google ADK Multi-Agent Pipeline Tutorial: Data Loading, Statistical Testing, Visualization, and Report Generation in Python

Google ADK Multi-Agent Pipeline Tutorial: Data Loading, Statistical Testing, Visualization, and...

0
In this tutorial, we build an advanced data analysis pipeline using Google ADK and organize it as a practical multi-agent system for real analytical...
Google AI Research Proposes Vantage: An LLM-Based Protocol for Measuring Collaboration, Creativity, and Critical Thinking

Google AI Research Proposes Vantage: An LLM-Based Protocol for Measuring Collaboration,...

0
Standardized tests can tell you whether a student knows calculus or can parse a passage of text. What they cannot reliably tell you is...
MiniMax Releases MMX-CLI: A Command-Line Interface That Gives AI Agents Native Access to Image, Video, Speech, Music, Vision, and Search

MiniMax Releases MMX-CLI: A Command-Line Interface That Gives AI Agents Native...

0
MiniMax, the AI research company behind the MiniMax omni-modal model stack, has released MMX-CLI — Node.js-based command-line interface that exposes the MiniMax AI platform's...
MiniMax Just Open Sourced MiniMax M2.7: A Self-Evolving Agent Model that Scores 56.22% on SWE-Pro and 57.0% on Terminal Bench 2

MiniMax Just Open Sourced MiniMax M2.7: A Self-Evolving Agent Model that...

0
MiniMax has officially open-sourced MiniMax M2.7, making the model weights publicly available on Hugging Face. Originally announced on March 18, 2026, MiniMax M2.7 is...
How to Build a Secure Local-First Agent Runtime with OpenClaw Gateway, Skills, and Controlled Tool Execution

How to Build a Secure Local-First Agent Runtime with OpenClaw Gateway,...

0
In this tutorial, we build and operate a fully local, schema-valid OpenClaw runtime. We configure the OpenClaw gateway with strict loopback binding, set up...
Meet OSGym: A New OS Infrastructure Framework That Manages 1,000+ Replicas at $0.23/Day for Computer Use Agent Research

Meet OSGym: A New OS Infrastructure Framework That Manages 1,000+ Replicas...

0
Training AI agents that can actually use a computer — opening apps, clicking buttons, browsing the web, writing code — is one of the...
Meet 'AutoAgent': The Open-Source Library That Lets an AI Engineer and Optimize Its Own Agent Harness Overnight

Meet ‘AutoAgent’: The Open-Source Library That Lets an AI Engineer and...

0
There's a particular kind of tedium that every AI engineer knows intimately: the prompt-tuning loop. You write a system prompt, run your agent against...

Recent articles