AI Agent
AI agents, autonomous systems, and agentic workflows. Everything about multi-agent frameworks, tool use, and the shift to autonomous AI.

How to Switch AI Outputs from Markdown to HTML
Use HTML as the default output format for AI-generated content.

Anthropic’s Cat Wu on proactive AI assistants
Anthropic product chief Cat Wu says Claude’s next step is proactive AI that sets up automations before users ask.

How to Run Hermes Agent on Discord
Set up a Hermes Agent Discord bot with the right Discord intents and OpenClaw Launch deployment.

Why RAGFlow is the right open-source RAG engine to self-host
RAGFlow is the open-source RAG engine teams should self-host when document fidelity and citations matter.

How to Add Temporal RAG in Production
Add a temporal reranking layer to RAG so fresh, valid, and versioned facts rank correctly.

GitHub Agentic Workflows puts AI agents in Actions
GitHub Agentic Workflows lets teams write markdown automation for AI agents and run it in Actions with guardrails.

Meta and Google join the AI agent race
OpenClaw’s viral rise pushed Meta and Google to build AI agents as Big Tech races to turn chatbots into task-doers.

Why AI agents should maintain your wiki, not answer your questions
AI agents should maintain a living wiki instead of re-answering the same questions.

Mistral Moves Coding Agents to the Cloud
Mistral’s Vibe now runs coding agents in the cloud with Medium 3.5, async PRs, and sandboxed sessions.

How to Evaluate Kimi K2.6 for Coding
Evaluate Kimi K2.6 for coding, agentic workflows, and cost before switching your stack.

AWS MCP Server goes GA with IAM context keys
AWS made its MCP Server generally available, adding IAM context keys, unauthenticated docs access, and sandboxed script execution.

Why Pinecone’s compiled vector artifacts are the right move for AI ag…
Pinecone is right: AI agents need precompiled knowledge artifacts, not raw vector hunting.

UNSW Fellowship backs GenAISim policy simulator
Dr Yunchen Hua won a UNSW fellowship to build GenAISim and SOCIA, tools that turn policy questions into AI simulations.

Why OpenClaw v2026.5.2 is a real platform release, not a routine patch
OpenClaw v2026.5.2 matters because it turns plugin handling, gateway startup, and model defaults into platform-level improvements.

How to Build Advanced RAG in n8n
Build a production RAG pipeline in n8n with chunking, hybrid retrieval, reranking, and compression.

Anthropic adds dreaming to Claude Managed Agents
Anthropic added dreaming, outcomes, and multiagent orchestration to Claude Managed Agents, aiming to improve memory, grading, and teamwork.

DeerFlow 2.0 turns agents into workflows
DeerFlow 2.0 is an open-source AI agent orchestration framework that splits complex work across sub-agents, sandboxes, and memory.

Why Prompt Engineering Is Dead for AI Agents
Prompt engineering is the wrong lever for AI agents; context engineering is what makes them reliable.

Mistral Medium 3.5 powers remote coding agents
Mistral launched Medium 3.5, a 128B open-weight model, plus remote coding agents in Vibe and Work mode in Le Chat.

Why Story’s Azuki-Verse8 deal matters for AI game creation
Story’s Azuki integration with Verse8 is a real step toward licensed, monetized AI game creation.

How to Build Agentic RAG with LangGraph
Build an agentic RAG workflow that routes, retrieves, validates, and answers queries.

Why RAG is ending for agentic AI
RAG is the wrong layer for agentic AI, and compilation-stage knowledge systems will replace it.

Microsoft Agent Framework Adds Agent Building Blocks in .NET
Microsoft's Agent Framework adds agents, tools, sessions, memory, and workflows to .NET on top of MEAI and VectorData.

How to Build a Codebase-Aware AI PR Reviewer
Set up a codebase-aware AI PR reviewer that catches team-specific review mistakes before humans do.

How to Run OpenClaw with Open-Source Models
Set up OpenClaw with open-source LLMs like Kimi-K2.5 through OpenRouter.

How to Build a RAG Pipeline in 5 Steps
Build a retrieval-augmented generation pipeline that grounds AI answers in your own data.

Cloudflare lets AI agents buy and register
Cloudflare now lets AI agents create accounts, buy subscriptions, and register domains through Stripe’s CLI and OAuth flow.

GitHub's Top 10 Shows Skills as the Coding Agent Form Factor
Seven of GitHub's top 10 trending projects this week directly serve coding agents. From Karpathy's rule distillation to Matt Pocock's skill-sharing and Superpowers' cross-tool methodology, a clear pattern emerges: skills are becoming the distribution unit, while token economics reshape code generation architecture. Anthropic's standard is fast-tracking across all competing agent ecosystems.

Hermes Agent Hits a Memory Wall. MemOS Shows What Comes Next.
Hermes Agent has amassed 122k GitHub stars, but its native memory system uses append-only SQLite with keyword retrieval—adequate for hundreds of turns, broken at scale. MemOS's local plugin solves this through semantic chunking, LLM deduplication, and hybrid search, treating memory as a governed system rather than a transcript. This reveals a critical inflection point: agent runtimes are shifting from prototype-grade to production-grade memory architecture.

Build a Secure Local AI Agent with OpenClaw
NVIDIA’s NemoClaw pairs OpenClaw with OpenShell to run a Telegram-connected local AI agent on DGX Spark, with model weights kept on-device.