Artículos Relacionados con Tool Calling

El Centro de Noticias de HTX ofrece los artículos más recientes y un análisis profundo sobre "Tool Calling", cubriendo tendencias del mercado, actualizaciones de proyectos, desarrollos tecnológicos y políticas regulatorias en la industria de cripto.

Just Now, Claude Overhauls Voice, 11 Languages, But No Chinese

Just now, both Anthropic and OpenAI announced major upgrades to their voice models. Anthropic significantly enhanced Claude Voice. It now supports the more powerful Opus 4.8 and Sonnet 5 models (not just Haiku), allows switching between them mid-conversation, and seamlessly integrates voice and text chat contexts. Crucially, it can now use tools/connectors during voice conversations to interact with user services like Gmail, Google Calendar, and Slack. Claude Voice now supports 11 languages, but notably excludes Chinese. OpenAI, in contrast, launched a fundamentally new architecture called GPT-Live for ChatGPT Voice. This is a full-duplex model capable of simultaneous listening and speaking, allowing for natural interruptions and real-time verbal feedback. It features a two-tier system: a low-latency front-end model for conversation flow and a backend GPT-5.5 for deep, delegated reasoning. This architecture allows complex tasks to be processed asynchronously without pausing the conversation. OpenAI is bringing this advanced voice model to desktop, launching ChatGPT Voice for macOS and Windows. It features a global hotkey, can read active window content for context (Appshots on macOS), and can verbally command multiple Agents to work simultaneously in the background. The key differences are clear: Claude's voice mode focuses on efficiently managing personal workflows via connected apps but operates in a strict turn-taking manner. OpenAI's GPT-Live aims for a completely natural, human-like conversational experience with interruption support, multi-tasking, and deeper desktop integration.

marsbit07/24 07:51

Just Now, Claude Overhauls Voice, 11 Languages, But No Chinese

marsbit07/24 07:51

Lobster Key 11 Questions: The Most Easy-to-Understand Breakdown of OpenClaw Principles

"OpenClaw Demystified: A Beginner's Guide to AI Agent Principles" explains the popular OpenClaw AI assistant by breaking down its core functions into 11 key questions. The article first clarifies that the underlying large language model is merely a "text prediction engine" with no real understanding, memory, or senses. OpenClaw acts as a "shell" around this model, creating the illusion of memory by appending massive prompts containing its personality files (AGENTS.md, SOUL.md, USER.md) and the entire conversation history before each interaction. This mechanism is why it's "expensive"—each query processes thousands of tokens of context, not just the latest message. A core differentiator is tool use. The model itself only outputs text; OpenClaw parses this output for specific structured commands (e.g., `[Tool Call] Read("file.txt")`) and executes the corresponding action (reading the file) locally on the user's machine. This allows it to act, not just advise. For complex tasks, it can even write and run its own Python scripts, a powerful but dangerous capability. To manage limited context windows and complex tasks, OpenClaw uses sub-agents. A main agent can spawn sub-agent to handle a sub-task and return a summarized result, preventing the main context from being overloaded. Crucially, sub-agents cannot spawn their own to avoid infinite loops. Unlike standard chatbots, OpenClaw is proactive due to its heartbeat mechanism, which periodically prompts the model to check for tasks. It can also "sleep" via cron jobs to wait for long-running tasks, saving resources. The guide ends with critical security warnings. OpenClaw has extensive local access, making it a significant risk. It can malfunction (e.g., deleting emails uncontrollably) or fall victim to prompt injection attacks, where malicious input from the web is mistaken for a user's command. The strong recommendation is to run it on a dedicated, isolated "sacrificial" computer with minimal permissions and mandatory human confirmations for destructive actions.

Odaily星球日报03/11 09:53

Lobster Key 11 Questions: The Most Easy-to-Understand Breakdown of OpenClaw Principles

Odaily星球日报03/11 09:53

活动图片