Topic · 49 stories

#ai-agents

Reporting, analysis and practical guides connected to ai-agents.

Latest in #ai-agents

Newest first
AI News

Nemotron 3.5 Lightning: Nvidia's 3B-Active Agent Workhorse

Nvidia released Nemotron 3.5 Lightning on August 11, 2026: an open 30B mixture-of-experts model with 3B active parameters, licensed under OpenMDW-1.1 with weights, training data and recipes included. It targets the execution layer of long-running agents rather than frontier reasoning, reaching 86% accuracy on PinchBench while completing 10,000 tasks 30% faster than Qwen3.6 35B, and up to 4x the output speed of similar-sized models. Speed comes from baked-in multi-token prediction plus DSpark and DFlash draft models, with NVFP4 and BF16 checkpoints. It runs on Jetson, RTX 5090 and DGX Spark via LM Studio, llama.cpp, Ollama and Unsloth, and ships alongside NeMo Switchyard for routing planning to frontier models and execution to Lightning.

Aug 12, 2026 · 6 min read
AI News

Muse Code: Meta's Terminal Agent Is Cheap If You Pay in Code

Meta Superintelligence Labs released Muse Code, a beta terminal coding agent for macOS and Linux powered by the new Muse Spark 1.2 model, on August 5, 2026. Meta reported 82.9% on Terminal-Bench 2.1 but placed behind Claude Opus 5 on all three coding charts it published, and both figures come from Meta's own harness with no verified leaderboard entry. Meta's previous model published 80.0 and verified at 76.2% when the Terminal-Bench team ran it. The genuinely notable engineering is an append-only event log that makes runs replay-exact and restart-safe, plus persistent async background agents. The most consequential detail is pricing: a contributor tier at $0.10 per million input and $0.20 per million output tokens, 12.5x and 21x cheaper than standard, in exchange for Meta training on your prompts.

Aug 6, 2026 · 8 min read
Reviews

Prelint: The AI Reviewer That Catches Product Drift, Not Bugs

Prelint is a GitHub and GitLab app that reviews every pull request against a team's product specs, ADRs, and prior decisions rather than against the code itself, targeting what it calls product drift: technically correct code that quietly contradicts decisions the team already made. It launched on Product Hunt on July 29, 2026, taking #1 Product of the Day and #1 Product of the Week with 676 points. The core architecture is a decision ledger that weighs the authority of each decision and supersedes rather than deletes entries, exposed to agents through a CLI and MCP server. Prelint's own research across 56,706 public pull requests found that docs context raised the reviewer flag rate from 13.3% to 36.6% at 80.8% precision. Pricing is $1 per completed review with no seats, and public repositories are free.

Aug 6, 2026 · 8 min read
AI News

DeepSeek V4 Flash 0731: Frontier Agent Work at $0.14

DeepSeek upgraded its deepseek-v4-flash API to the 0731 public beta on July 31, 2026 — an API-only post-training update that leaves the 284B/13B MoE architecture, 1M context window and $0.14/$0.28 pricing untouched. Artificial Analysis measures a 10-point Intelligence Index jump to 50 and a GDPval-AA v2 rise from 1189 to 1559 Elo, with Cost per Task roughly 60% below GPT-5.6 Luna. Accuracy on AA-Omniscience is unchanged at 37%, and the 0731 weights are not open — only the April 24 checkpoint is on Hugging Face under MIT.

Aug 5, 2026 · 6 min read
Reviews

Google Antigravity: Is the Agent-First IDE Worth It in 2026?

Google Antigravity is a VS Code fork built around autonomous agents, with a Manager View that dispatches up to five parallel agents and a built-in Chrome browser for front-end verification. Gemini is the default model, with Claude and GPT supported. Strengths are parallel-agent workflow and browser verification; weaknesses are shifting credit-based pricing, a five-agent cap, and a closed-source core. The verdict: a strong secondary tool, especially for front-end and Gemini-centric workflows.

Aug 4, 2026 · 5 min read
Open Source

Grok Build: xAI Open-Sources Its Rust Terminal Coding Agent

On July 15, 2026, xAI open-sourced Grok Build, the Rust terminal coding agent behind its grok CLI, under Apache 2.0. The release covers the agent loop, tools, TUI, and extension system, and supports a fully local-first config.toml path pointing at self-hosted inference. External PRs aren't accepted and the model stays closed, so it's a source-transparency release, not a community project.

Jul 27, 2026 · 6 min read
AI News

Claude Opus 5: Near-Frontier Intelligence at Half the Price

Claude Opus 5, released July 24, 2026, is Anthropic's new default model: near-Fable 5 capability at $5/$25 per million tokens (half Fable 5's price, flat vs Opus 4.8). It leads on Anthropic's own runs of Frontier-Bench, OSWorld 2.0, AutomationBench, ARC-AGI-3 and GDPval, but loses on DeepSWE, HLE, a legal benchmark and HealthBench. It posts Anthropic's lowest misalignment score (2.30), ships with no default data retention, and adds beta tool-swapping and safety-filter model routing.

Jul 26, 2026 · 7 min read
Tech Tips

LangGraph: Build Durable, Stateful AI Agents in Python

A practical guide to LangGraph, the durable agent framework that hit 1.0 in October 2025 and the 1.2 line by mid-2026. It covers the three core primitives (state, nodes, edges), conditional edges for branching and loops, and checkpointer-based persistence for crash recovery and memory. It also explains the deprecation of create_react_agent in favor of LangChain's create_agent, and the rule of thumb for choosing between the high-level agent builder and low-level StateGraph.

Jul 26, 2026 · 6 min read
Open Source

Strix: The Open-Source AI Pentester That Writes Exploits

Strix is an open-source (Apache-2.0) AI penetration-testing tool with ~39,000 GitHub stars. Its autonomous agents dynamically run your app, exploit OWASP Top 10 vulnerabilities, and validate each finding with a working proof-of-concept, cutting the false positives of static scanners. It installs via a single curl command, needs Docker plus an LLM API key, is model-agnostic through LiteLLM, and drops into CI/CD with a non-interactive mode that fails builds on findings.

Jul 24, 2026 · 5 min read
Reviews

ChatCut: The AI Video Editor That Keeps Your Timeline Editable

ChatCut is an AI video editor that pairs an autonomous editing agent with a real, editable multi-track timeline, launched on Product Hunt in July 2026. Unlike one-click generators, it lets you prompt edits, then refine every cut manually, with XML export to Premiere or DaVinci. It bundles generation (Seedance 2.0, Kling 3.0, GPT Image 2, Nano Banana, ElevenLabs), uses credit-based pricing from a free tier, and its ChatGPT/Codex plugin lets editing run on your own tokens.

Jul 24, 2026 · 5 min read
Open Source

OpenClaw: The 383K-Star AI Agent With a Security Problem

OpenClaw is a free, self-hosted, model-agnostic AI agent that runs as a persistent background daemon and acts across WhatsApp, Telegram, Slack, and Discord. It became the fastest-growing repo in GitHub history (383K+ stars) but carries serious security flaws: authentication off by default, plaintext credential storage, tens of thousands of internet-exposed instances, and fake installers spreading infostealer malware. Run it only from the official repo, behind a VPN, with auth on and scoped credentials.

Jul 22, 2026 · 6 min read
Tech Tips

Langfuse: LLM Observability That Debugs Your AI Agents

Langfuse is an open-source, MIT-licensed LLM observability platform acquired by ClickHouse in January 2026. It provides hierarchical tracing, prompt management, evaluations, and datasets. Its OpenTelemetry-based Python SDK v3 uses the @observe decorator and integrates with LangChain, the OpenAI SDK, Anthropic, and LiteLLM.

Jul 16, 2026 · 6 min read
AI News

Muse Spark 1.1: Meta's Cheap Coding and Agent Model API

Meta released Muse Spark 1.1 on July 9, 2026, opening its reasoning model to developers via a paid API priced at $1.25/M input and $4.25/M output tokens, undercutting Grok 4.5 and Anthropic's Opus. Meta claims wins over older rival models and Google's latest Gemini, but did not compare against the newest flagships, and a bigger model code-named Watermelon is still in training.

Jul 13, 2026 · 6 min read
Reviews

Warp: Is the Agentic Development Environment Worth It in 2026?

Warp is an Agentic Development Environment that folds a terminal, coding agents, and shared context into one app centered on prompting rather than typing. It scores 71% on SWE-bench Verified and #1 on Terminal-Bench (52%), and its standout feature is running multiple agents in parallel. Warp went open-source in April 2026. Pricing settled at a $20/mo Build plan with 1,500 credits plus BYOK, after volatility that hurt early-adopter trust.

Jul 11, 2026 · 6 min read
AI News

GPT-Realtime-2.1: OpenAI Adds Reasoning to Its Voice API

On July 6, 2026, OpenAI released GPT-Realtime-2.1 and GPT-Realtime-2.1-mini for the Realtime API. The headline change is reasoning in the low-cost mini tier, plus a 25% cut in p95 latency from better caching. The mini holds the prior gpt-realtime-mini price (0 audio in, 0 audio out per 1M) while the full model runs 2/4. Reasoning effort is configurable from minimal to xhigh.

Jul 8, 2026 · 5 min read
AI News

Gemini 3.5 Flash: The Flash Model That Beats Google's Own Pro Tier

Google released Gemini 3.5 Flash on May 19, 2026, at Google I/O. The Flash-tier model beats Gemini 3.1 Pro on coding and agentic benchmarks (76.2% Terminal-Bench 2.1, 83.6% MCP Atlas, 1656 GDPval-AA Elo) while running 4x faster and costing $1.50/$9 per 1M tokens, 40% below 3.1 Pro. It trails Pro on academic reasoning (Humanity's Last Exam, ARC-AGI-2) and dense long-context recall. It powers Gemini Spark, Antigravity 2.0, and is now the default model for the Gemini app and AI Mode in Search.

Jul 7, 2026 · 5 min read
AI News

Claude Science: Anthropic's AI Workbench for Scientists Is Live

Anthropic launched Claude Science on June 30, 2026, an AI research workbench for Pro, Max, Team, and Enterprise users on macOS and Linux. A coordinating agent taps 60+ skills and connectors across genomics, proteomics, and cheminformatics, generates fully reproducible artifacts, manages HPC and Modal compute, and runs a reviewer agent that checks citations and calculations. Early users at the Allen Institute, UCSF, and Manifold Bio report large speedups. Anthropic is funding up to 50 AI for Science projects with up to $30,000 in credits each; applications close July 15, 2026.

Jul 6, 2026 · 5 min read
Tech Tips

DSPy: Program Your LLMs Instead of Prompting Them

DSPy is a Stanford NLP Python framework (v3.3, MIT-licensed, 6.4M+ monthly downloads) for programming LLMs instead of hand-writing prompts. You declare tasks as typed signatures, compose them as modules like Predict/ChainOfThought/ReAct, define a metric, then run optimizers such as GEPA or MIPROv2 to auto-tune prompts — often lifting a baseline from ~62% to ~89% on the same model. Used in production by Shopify, Databricks, Dropbox, and Replit.

Jul 2, 2026 · 7 min read
AI News

Claude Sonnet 5: Anthropic's Most Agentic Mid-Tier Model Yet

Claude Sonnet 5, released June 30, 2026, is Anthropic's most agentic mid-tier model. It beats Sonnet 4.6 on every published benchmark (63.2% SWE-bench Pro, 80.4% Terminal-Bench 2.1, 81.2% OSWorld) and edges Opus 4.8 on GDPval-AA v2 knowledge work. Intro pricing is /0 per million tokens through Aug 31, 2026, then /5. A new tokenizer can raise token counts up to 1.35x, and xhigh effort can cost more than Opus 4.8.

Jul 1, 2026 · 5 min read
Reviews

OpenCode: The Open-Source AI Coding Agent at 178K Stars

OpenCode is an open-source (MIT), terminal-native AI coding agent with 178K GitHub stars. It is model-agnostic, connecting to 75+ providers (Anthropic, OpenAI, Google, Ollama) with bring-your-own keys. LSP integration feeds compiler diagnostics back to the model; built-in build and plan agents plus a general subagent. Runs locally/air-gapped, ships frequently (v1.17.9, 826 releases), and now has a desktop beta. Trade-offs: a terminal learning curve, you pay your own API bills, and quality depends on the model you plug in.

Jun 24, 2026 · 5 min read
AI News

Mistral: The Industrial AI Pivot Behind Airbus and BMW Deals

Mistral AI used its May 2026 AI Now Summit to pivot toward industrial engineering, announcing a physics-AI stack, the Emmi acquisition, partnerships with Airbus, BMW (crash simulation) and ASML, the unified Vibe agent, and a 10 MW Les Ulis inference data center opening Q3 2026.

Jun 19, 2026 · 5 min read
AI News

Meta Business Agent: Now Global on WhatsApp & Instagram

On June 3, 2026, Meta made Meta Business Agent globally available to businesses of all sizes across WhatsApp, Messenger, and Instagram. The agent answers questions, recommends catalog products, books appointments, qualifies leads, and closes sales, with human handoff. A new Business Agent Platform connects to hundreds of systems like Shopify, Zendesk, and Shopee. It's free to start, with token-based pricing for larger businesses.

Jun 17, 2026 · 5 min read
Tech Tips

Firecrawl: Turn Any Website Into Agent-Ready Markdown

Firecrawl converts messy, JavaScript-rendered websites into clean, LLM-ready markdown for RAG and AI agents. Install with 'pip install firecrawl' and use the Firecrawl class: scrape for known URLs (1 credit), crawl for discovery (1 credit per page, always set a limit), and schema-based extraction for typed JSON. Watch Enhanced/Stealth Mode, which costs 5 credits per page on Cloudflare-protected sites, and note that credits do not roll over.

Jun 10, 2026 · 5 min read
Tech Tips

MCP Security: A 2026 Hardening Playbook After CVE-2025-6514

A practical 2026 security playbook for Model Context Protocol agents. It explains MCP-specific threats (prompt injection, tool poisoning, rug pulls, confused-deputy), dissects the critical CVE-2025-6514 mcp-remote RCE, and gives concrete hardening steps: patch to 0.1.16, enforce OAuth 2.1 over HTTPS, isolate servers, gate destructive actions, and audit agent activity.

Jun 2, 2026 · 7 min read
Tech Tips

AGENTS.md: Configure AI Coding Agents That Actually Obey

AGENTS.md is a Linux Foundation-stewarded open standard, adopted by 60,000+ repositories and read natively by 20+ tools including Codex, Cursor, and Copilot. This guide covers the eight core sections, the phrasing patterns that change agent behavior, monorepo nesting, and how it differs from CLAUDE.md, .cursorrules, MCP, and SKILL.md.

May 31, 2026 · 9 min read
Tech Tips

Prompt Injection: A 2026 Defense Playbook for AI Agents

A defense playbook for prompt injection in AI agents. It explains why the attack is unsolvable at the model layer, frames the threat with Simon Willison's lethal trifecta (private data, untrusted content, external communication), and prescribes layered controls: architectural separation, least-privilege tools, input filtering, egress allowlisting, circuit breakers, and hardened models, which can cut attack success from 73.2% to 8.7%.

May 30, 2026 · 6 min read
Search TeqVolt

Find an article

Type a keyword or browse a section.