← Back to Home

Tag: AI智能体 (95 articles)

Model Routing Is Simple. Until It Isn’t.

Model routing isn't a classification problem—it's a systems optimization challenge: real costs depend on cache hit rates, not just token pricing, and task difficulty is often invisible at routing time.

Hugging Face Blog · Jul 16, 2026

Directly Responsible Individuals (DRI)

Simon Willison argues that AI agents should never be designated as Directly Responsible Individuals (DRI) because machines cannot be held accountable, revealing a fundamental limit for AI in organizational management.

Simon Willison · Jul 13, 2026

Introducing Muse Spark 1.1

Meta released the first API for a Spark model, Muse Spark 1.1, with major improvements in tool calling and computer use; Simon Willison quickly built a CLI plugin to simplify developer access.

Simon Willison · Jul 10, 2026

Rewriting Bun in Rust

AI coding agents have changed the fundamental assumptions of software engineering: Bun's developer used AI agents to rewrite the project from Zig to Rust in just 11 days, proving that large-scale rewrites are no longer taboo.

Simon Willison · Jul 9, 2026

Data for 智能体s

NVIDIA experts argue that open data and synthetic data are key to building reliable AI agents: open data for explainability, synthetic data for scaling without exposing secrets.

Hugging Face Blog · Jul 9, 2026

Better Models: Worse Tools

Newer Claude models are increasingly making mistakes when calling third-party edit tools, likely because Anthropic over-trained them on Claude Code's own tool syntax, degrading general tool-use ability and highlighting platform lock-in risks in AI training.

Simon Willison · Jul 5, 2026

Quoting Jon Udell

Jon Udell argues that we should ditch the phrase “human in the loop” and instead adopt “agent-assisted process,” inviting AI agents into our own development loop rather than ceding authority to machines.

Simon Willison · Jun 29, 2026

Incident Report: CVE-2026-LGTM

A fictional incident report about dueling AI review agents reveals real risks of uncontrolled costs and multi-agent conflicts in AI-powered supply chain security.

Simon Willison · Jun 27, 2026

We got local models to triage the OpenClaw repo for FREE!*

Facing the risk of closed-source model removals, the authors used local Gemma and Qwen models within an agent harness to achieve real-time, near-zero-cost issue classification for the OpenClaw repository.

Hugging Face Blog · Jun 22, 2026

Quoting Andreas Kling

Ladybird browser now rejects public pull requests because AI-generated code blurs contributor responsibility, highlighting a trust crisis that open-source faces in the AI era.

Simon Willison · Jun 6, 2026

How we contain Claude across products

Anthropic detailed their sandboxing techniques for constraining Claude across products, revealing core security engineering practices for building trustworthy AI agents.

Simon Willison · May 31, 2026

Claude Opus 4.8: "a modest but tangible improvement"

Anthropic releases Claude Opus 4.8, focusing not on performance leaps but on significantly improving model 'honesty' — less hallucination, more willingness to admit uncertainty, which may be a more important direction than benchmark scores.

Simon Willison · May 29, 2026

Google I/O, Gemini Spark, Antigravity

Google announced its personal AI智能体, Gemini Spark, and the underlying Antigravity tooling, but the shift to closed-source and vague security promises foreshadow a battle over AI agent control and trust.

Simon Willison · May 20, 2026

The Open 智能体 Leaderboard

Hugging Face and IBM launch the Open 智能体 Leaderboard, shifting evaluation from standalone models to full agent systems (including tools, planning, memory), while measuring both performance and cost.

Hugging Face Blog · May 18, 2026

Quoting Boris Mann

Boris Mann points out that the phrase '11 AI agents' is as meaningless as saying 'I have 11 spreadsheets', highlighting the term's overuse and lack of clear definition.

Simon Willison · May 14, 2026

llm 0.32a2

The LLM tool update supporting OpenAI's new /v1/responses endpoint reveals that AI model reasoning capabilities (especially between tool calls) are becoming core, and developers need to adapt to new interaction patterns.

Simon Willison · May 13, 2026

Live blog: Code w/ Claude 2026

Anthropic showcased a comprehensive shift from a single model to a platform-centric, multi-agent collaboration paradigm at Code w/ Claude, focusing on enabling developers to build and run complex, long-duration agent tasks more efficiently.

Simon Willison · May 6, 2026

Our AI started a cafe in Stockholm

An experiment where an AI autonomously runs a real-world cafe sparked ethical debate due to absurd procurement and causing trouble for external parties, revealing the deeper issue of AI agents lacking a sense of boundaries in the physical world.

Simon Willison · May 6, 2026

Codex CLI 0.128.0 adds /goal

OpenAI's Codex CLI introduces a /goal command that enables the coding agent to automatically loop until a goal is met or token budget exhausted, signaling a shift from single-shot Q&A to persistent task execution.

Simon Willison · May 1, 2026

AI evals are becoming the new compute bottleneck

AI evaluation costs are skyrocketing, with single agent benchmark runs costing tens of thousands of dollars, and their inherent complexity makes them hard to compress, creating a new compute bottleneck for AI development.

Hugging Face Blog · Apr 30, 2026

Gemma 4 VLA Demo on Jetson Orin Nano Super

An end-to-end multimodal agent demo running on NVIDIA Jetson Orin Nano Super, showcasing how the model autonomously decides when to use the camera and answers questions with visual context, signaling the descent of powerful AI capabilities to edge devices.

Hugging Face Blog · Apr 22, 2026

Changes to GitHub Copilot Individual plans

GitHub Copilot tightens its individual plan due to the massive compute demands of AI agent workflows, halting sign-ups and restricting top models, signaling the unsustainability of per-request pricing in the agent era.

Simon Willison · Apr 22, 2026

AI and the Future of Cybersecurity: Why Openness Matters

Hugging Face argues that the rise of AI-driven autonomous cybersecurity systems (like Mythos) reveals the critical structural advantage of open source in enabling distributed defense and mitigating risks from closed-source software.

Hugging Face Blog · Apr 21, 2026

Meet HoloTab by HCompany. Your AI browser companion.

HCompany launches HoloTab, a free Chrome extension that simplifies complex web automation into natural language instructions via its 'show once, run anytime' Routines feature, marking the democratization of computer-use AI.

Hugging Face Blog · Apr 15, 2026

Deep 智能体s v0.5

LangChain introduces async subagents for its Deep 智能体s framework, enabling parallel task delegation and removing blocking bottlenecks in agent workflows.

LangChain Blog · Apr 8, 2026

智能体 Evaluation Readiness Checklist

The LangChain team proposes a practical checklist for building an evaluation system, starting with manually reviewing real agent traces, emphasizing understanding failure patterns before automating.

LangChain Blog ·

智能体ic OCR for Receipts: Why Traditional Pipelines Break

The article argues that receipt processing is not a simple OCR task but a document intelligence challenge that stress-tests systems with non-standard, complex layouts, where traditional rule-based pipelines break down and AI agent-driven architectures prove more robust.

LlamaIndex Blog ·

An update on recent Claude Code quality reports

Anthropic clarifies that Claude Code quality issues were not model-related, but stemmed from three complex bugs in the engineering framework, revealing deep challenges in AI智能体 system engineering.

Simon Willison ·

Arcade.dev tools now in LangSmith Fleet

LangChain integrates Arcade's 7,500+ agent-optimized tools into LangSmith Fleet, solving authentication, authorization, and reliability challenges for agent tool use through a single gateway.

LangChain Blog ·

Better Harness: A Recipe for Harness Hill-Climbing with Evals

LangChain introduces the 'Better-Harness' system, treating evaluations as 'training data' for agents, iteratively optimizing the engineering framework (harness) to improve agent performance, with a core focus on avoiding overfitting and achieving generalization.

LangChain Blog ·

Building a Financial Document Pipeline with LlamaParse

LlamaParse's 'agentic parsing' capability automatically transforms messy financial PDFs (like pay stubs and brokerage statements) into structured data and enables cross-document analysis, significantly boosting automation in workflows like loan underwriting.

LlamaIndex Blog ·

Building a Financial Due Diligence 智能体 with LiteParse

LlamaIndex demonstrates a financial due diligence AI agent built with just 600 lines of code and no vector database, leveraging LiteParse to extract PDF layout information for precise, highlighted source citations in answers.

LlamaIndex Blog ·

Claude Fable 5 and Claude Mythos 5

Anthropic launches its most capable models yet, but for the first time splits them into a 'safe' general release and an 'unrestricted' restricted one, signaling that safety control is becoming a core product feature as raw capability skyrockets.

Anthropic News ·

Continual learning for AI agents

Continual learning for AI agents is not just about updating model weights; crucial evolution happens at the 'harness' and 'context' layers, offering new ways to build truly personalized and growing agents.

LangChain Blog ·

How My 智能体s Self-Heal in Production

A LangChain engineer shares how they built a self-healing system where AI agents automatically detect deployment errors, analyze root causes, and submit code fixes, combining statistical methods with AI judgment to close the loop.

LangChain Blog ·

How we build evals for Deep 智能体s

The LangChain team shares their core philosophy for building AI agent evals: more tests don't mean better agents; the key is designing targeted, self-documenting evaluations that directly measure desired behaviors.

LangChain Blog ·

Human judgment in the agent improvement loop

LangChain explains the core challenge of building reliable AI智能体s: integrating human experts' tacit knowledge and judgment into the development loop, not just relying on documented explicit knowledge.

LangChain Blog ·

I think Anthropic and OpenAI have found product-market fit

Simon Willison argues that OpenAI and Anthropic have found product-market fit through coding/general-purpose AI agents, evidenced by their shift to charging enterprise customers based on API usage, marking a new phase in AI commercialization.

Simon Willison ·

Introducing Claude Opus 4.7

Anthropic releases Claude Opus 4.7, focusing on enhanced complex coding and long-running task capabilities, with its 'self-verification' mechanism marking a key step towards more autonomous AI agents.

Anthropic News ·

Introducing Claude Opus 4.8

Anthropic releases Claude Opus 4.8, with core breakthroughs in significantly improving the reliability, judgment, and long-running consistency of 智能体 tasks, marking AI's practical shift from 'usable' to 'trustworthy'.

Anthropic News ·

Is grep all you need? Lexical VS Sematic Search for 智能体s

The article explores the boundaries between traditional grep and semantic search/RAG for AI agents, highlighting grep's limitations with unstructured documents and at enterprise scale, and proposes a hybrid approach combining parsing tools.

LlamaIndex Blog ·

LlamaIndex Newsletter 2026-04-14

LlamaIndex launches ParseBench, the first OCR benchmark for AI agents, and demonstrates breakthroughs in structured document understanding and multimodal reasoning, signaling a shift from text extraction to deep semantic comprehension.

LlamaIndex Blog ·

LlamaIndex Newsletter 2026-04-21

LlamaIndex launches ParseBench, the first document OCR benchmark for AI agents, alongside new parsing tools and benchmark results, marking a shift towards quantifiable document intelligence.

LlamaIndex Blog ·

LlamaIndex Newsletter 5-19-26

LlamaIndex introduces ParseBench, the first OCR benchmark designed specifically for AI agents, alongside open-sourcing a local document parsing server and a secure sandboxed CLI agent, signaling a shift in document processing towards agent-native infrastructure.

LlamaIndex Blog ·

LlamaIndex Newsletter 7-8-26

LlamaIndex introduced Retrieval Harness and MCP restructure, enabling agents to actively traverse corpora with filesystem tools like list and grep, turning retrieval from guesswork into verification.

LlamaIndex Blog ·

March 2026: LangChain Newsletter

LangChain is pushing agents from experimental prototypes to scalable, manageable enterprise assets through updates like LangSmith Fleet, Skills, and Sandboxes.

LangChain Blog ·

Introducing Claude for Small Business

Anthropic launches Claude for Small Business, embedding AI into daily operational tools via pre-built connectors and workflows to address the shallow adoption of AI in small businesses.

Anthropic News ·

Anthropic acquires Stainless

Anthropic acquires core SDK tool provider Stainless to solve the 'last mile' problem of AI agent connectivity and strengthen its MCP protocol ecosystem.

Anthropic News ·

May 5, 2026 Announcements 智能体s for financial services

Anthropic launches ten ready-to-run agent templates for financial services, covering tedious tasks from modeling and pitchbooks to compliance screening, marking a key step for AI agents moving from concept to large-scale industry adoption.

Anthropic News ·

Microsoft Copilot Cowork Exfiltrates Files

A critical security flaw in Microsoft Copilot Cowork allowed attackers to exfiltrate user files via prompt injection by exploiting auto-sent emails and pre-authenticated download links.

Simon Willison ·

Open Models have crossed a threshold

LangChain's evaluations show that open-source models like GLM-5 and MiniMax M2.7 now match top closed-source models on core agent tasks, while offering up to 90% cost reduction and significantly lower latency.

LangChain Blog ·

Previewing Interrupt 2026: 智能体s at Enterprise Scale

LangChain previews its Interrupt 2026 conference, shifting focus from 'Can agents work in production?' to 'How to achieve enterprise-scale deployment,' tackling core challenges like evaluation, team structure, and infrastructure.

LangChain Blog ·

Introducing Claude Sonnet 5

Anthropic's Sonnet 5 delivers agentic performance close to the Opus flagship at significantly lower cost, enabling developers to build powerful autonomous agents with mid-tier models.

Anthropic News ·

Securing the future of AI agents

Google DeepMind's AI Control Roadmap treats AI agents as potentially untrusted entities, using defense-in-depth and MITRE threat modeling to ensure secure deployment even with imperfect alignment.

Google DeepMind Blog ·

sqlite AGENTS.md

SQLite's AGENTS.md file sets clear boundaries for AI-generated code and bug reports, marking a shift from passive acceptance to active management of AI's impact in open-source communities.

Simon Willison ·

Why Specialization Is Inevitable

Universality is a myth; under finite resources, specialized AI systems focused on specific domains achieve true performance advantages, a principle confirmed by optimization theory, biology, and market economics.

Hugging Face Blog ·

Your harness, your memory

The article argues that agent harnesses are inextricably tied to memory; using a closed or API-based harness means ceding control of your agent's memory to a third party, creating deep lock-in. Memory should be open.

LangChain Blog ·