T
traeai
登录

人物

Philipp Schmid

别名:@_philschmid

推文发布者,Hugging Face前团队成员

已跟踪 30 条高相关材料

TraeAI 观察

相关材料

已收录 30 条与 Philipp Schmid 相关的内容,按评分排序。

Philipp Schmid(@_philschmid) 图标

https://t.co/UpN8YgfMbI

Philipp Schmid(@_philschmid)408 字 (约 2 分钟)
85

Google Gemini API整合Google Maps和Search工具,实现单次调用完成搜索、地图定位和自定义功能联动,大幅简化位置应用开发。

入选理由:Gemini API单次调用可整合Maps和Search工具,减少70%的API交互次数

精选推文#Gemini API#Google Maps#JavaScript#MCP#AI集成英文
Philipp Schmid(@_philschmid) 图标

https://t.co/y4ywBykMCv

Philipp Schmid(@_philschmid)1025 字 (约 5 分钟)
85

EvoCode-Bench是首个模拟真实开发循环的多轮编码基准,通过持久工作区、演变规范和累积测试提升代理评估的实用性。

入选理由:EvoCode-Bench包含227个连续轮次任务,覆盖5个技术领域

精选推文#编码基准#AI代理#软件工程#测试框架中英混合
Managed Agents in the Gemini API. One API call gives you a sandboxed Linux with code execution, web ...

Gemini API 可以通过一个 API 调用提供一个沙盒化的 Linux 环境,支持代码执行、网页访问和文件 I/O。文章提供了构建数据科学助手的完整示例。

入选理由:Gemini API 通过单个 API 调用提供沙盒化 Linux 环境

精选推文#Gemini API#数据科学中文
Gemini Managed Agents Dev Guide: 1 API call = Gemini 3.5 Flash + Antigravity Harness + remote Linux ...

Philipp Schmid 发布 Gemini Managed Agents Dev Guide

Philipp Schmid(@_philschmid)152 字 (约 1 分钟)
85

Philipp Schmid 发布了一篇关于 Gemini Managed Agents Dev Guide 的文章,介绍了一个通过单个 API 调用实现的功能,包括 Gemini 3.5 Flash、Antigravity Harness 和远程 Linux 沙盒,无需基础设施或编排。

入选理由:通过单个 API 调用实现功能,包括 Gemini 3.5 Flash、Antigravity Harness 和远程 Linux 沙盒。

精选推文#Gemini#API#DevGuide中文
Built a @github Issue Triage Agent with a single curl to the Gemini API.

→ Clones the repo into a s...

Philipp Schmid展示了如何使用单个curl命令调用Gemini API来构建一个GitHub问题分类代理,该代理能够克隆仓库、抓取开放问题、分类问题类型并执行复现代码以确认bug,整个过程无需复杂的编排框架或基础设施。

入选理由:Gemini API可通过单个curl命令实现复杂任务,如GitHub问题分类。

精选推文#Gemini API#GitHub#问题分类#自动化#AI代理英文
Why (Senior) Engineers Struggle to Build AI Agents — Philipp Schmid, Google DeepMind

资深工程师难建AI Agent主因是开发范式从确定性编程转向提示-反馈迭代;文本成为新状态载体,工程师需从‘交通管制员’转为‘调度员’。

入选理由:AI Agent开发采用“定义目标→运行→观察→调整提示/工具→再运行”的迭代闭环,而非传统“需求→编码→测试→部署”线性流程。

精选视频#AI Agent#大语言模型工程#软件范式转变#提示工程英文
The Gemini API's File Search tool now supports multimodal retrieval. Use `gemini-embedding-2` as the...

Gemini API 的文件搜索工具现已支持多模态检索

Philipp Schmid(@_philschmid)349 字 (约 2 分钟)
78

Gemini API 的文件搜索工具现已支持多模态检索,使用 `gemini-embedding-2` 模型可构建统一处理 PDF 和图像的 RAG 系统,索引与查询分离计费,存储和查询嵌入免费。

入选理由:Gemini 新增多模态文件检索能力,支持 PDF 与图像混合检索。

精选推文#Gemini#RAG#多模态检索#Google DeepMind英文
Wrote an overview on how agents manage other agents: Four Subagents Patterns in 2026. From simple fu...

文章系统梳理2026年AI智能体协同演进的四大子智能体模式:同步/异步工具调用、独立await派生、持久化工作池、多智能体消息协作团队。

入选理由:子智能体不再仅是函数式调用,已发展出生命周期管理与状态共享能力。

精选推文#AI Agent#LLM Architecture#Multi-Agent Systems#System Design中文
We released Gemma 4 12B yesterday. Here is a visual guide that explains the full architecture.

→ Ho...

Gemma 4 12B发布:原生多模态架构视觉指南

Philipp Schmid(@_philschmid)169 字 (约 1 分钟)
75

Gemma 4 12B通过移除独立视觉与音频编码器,采用原生多模态架构实现单模型处理文本、图像和音频。该设计摒弃传统外挂编码器拼接模式,直接在统一表征空间内完成跨模态对齐,显著降低推理延迟并提升端侧部署效率。

入选理由:Gemma 4 12B移除独立视觉/音频编码器,采用原生多模态统一架构

精选推文#Gemma 4#多模态大模型#原生多模态架构#端侧AI英文
TIL: You can optimize any agent (cli) with GEPA to automatically optimize your prompts. 

GEPA accep...

TIL: 使用 GEPA 自动优化任何代理(CLI)的提示

Philipp Schmid(@_philschmid)170 字 (约 1 分钟)
75

GEPA 是一个通用框架,可用于自动优化 CLI 工具的提示,支持自定义 CLI、本地模型和 API 代理。

入选理由:GEPA 可以优化任何 CLI 工具的提示,只需提供一个 `(str) -> str` 类型的可调用函数。

精选推文#CLI#自动化#提示优化#Python#工具链英文
Together with @OfficialLoganK and @alihcevik we sat down and discussed the launch of Managed Agents ...

与 @OfficialLoganK 和 @alihcevik 一起讨论 Gemini API 中托管代理的发布

Philipp Schmid(@_philschmid)233 字 (约 1 分钟)
75

Google 推出 Gemini API 的 Managed Agents 功能,通过单个 API 调用即可创建能推理、编写和运行代码的 AI 代理,并在托管的 Linux 沙箱中管理文件,简化了 AI 代理开发流程。

入选理由:通过单个 API 调用即可启动一个具备推理、编码和文件管理能力的 AI 代理。

精选推文#Gemini API#AI Agents#Managed Agents#Google#API英文
What if you can build an Agent with it own computer in a single api call?

At my @Google I/O talk, I...

只需一次 API 调用就能给 AI Agent 配备专属电脑?

Philipp Schmid(@_philschmid)198 字 (约 1 分钟)
75

Gemini Managed Agents 结合 Interactions API 可为 AI 提供安全的 Linux 沙箱环境,实现代码执行与内存管理能力。

入选理由:通过单个 API 调用即可构建具备独立计算资源的 AI Agent。

精选推文#AI Agent#Gemini#API#沙箱技术#Google I/O英文
Give Gemini its own isolated Linux sandbox. Let it reason, runs code, browses the web, and manages f...

让Gemini拥有独立的Linux沙箱环境

Philipp Schmid(@_philschmid)209 字 (约 1 分钟)
75

Gemini API推出Managed Agents功能,可通过单个API调用创建具有独立Linux沙箱环境的智能代理。

入选理由:Gemini API支持单次调用创建带有隔离Linux沙箱的智能代理

精选推文#Gemini#谷歌AI#智能代理#API开发英文
Yesterday was the @Android Show, Gemini will make Android agentic. But here's what you might have mi...

Philipp Schmid 在 Android 开发者大会上介绍了 Gemini,它使 Android 成为一个代理系统,允许应用程序通过新的 @AppFunction 注解公开功能,实现跨应用操作。

入选理由:Gemini 使 Android 成为一个代理系统,支持跨应用操作。

精选推文#Android#Gemini#代理系统#跨应用操作#@AppFunction中文
We made a collection @GoogleDeepMind scientific agent skils for research tasks, genomics, structural...

Google DeepMind开源科研Agent技能集Science Skills

Philipp Schmid(@_philschmid)81 字 (约 1 分钟)
72

Google DeepMind开源了Science Skills工具集,为AI Agent提供基因组学、结构生物学及文献检索等科研任务的标准技能接口,加速科学智能体工作流构建。

入选理由:Google DeepMind发布science-skills开源库,专为科研AI Agent设计。

精选推文#Google DeepMind#AI Agent#科学计算#开源英文
We just launched a Gemma 4 12B! Our first mid-sized model with native audio inputs. Gemma 4 12 B is ...

Gemma 4 12B发布:首个支持原生音频输入的中型多模态模型

Philipp Schmid(@_philschmid)112 字 (约 1 分钟)
72

Gemma 4 12B是首个支持原生音频输入的中型多模态模型,采用无编码器统一架构,仅需16GB显存即可运行,性能接近26B模型且遵循Apache 2.0开源协议。

入选理由:Gemma 4 12B采用无编码器统一架构,直接将视觉与音频信号输入LLM,降低推理延迟。

精选推文#Gemma 4#多模态模型#音频理解#Apache 2.0英文
Make Gemma go brrrr!!! Multi-Token Prediction drafters are here for Gemma 4, making inference up to ...

Philipp Schmid宣布为Gemma 4模型推出多令牌预测(Multi-Token Prediction)drafters技术,实测推理速度提升最高达3倍,且输出质量零损失。

入选理由:Multi-Token Prediction drafters使Gemma 4推理速度最高提升3倍

精选推文#Gemma#LLM#inference#optimization#open-source中文
Philipp Schmid(@_philschmid) 图标

Blog: https://t.co/d0IjCP8nd4 Code: https://t.co/QSGciiZA6Y

Philipp Schmid(@_philschmid)48 字 (约 1 分钟)
70

本文介绍如何使用 Gemini Live API、LiveKit 和 Google Cloud Run 构建实时翻译应用,适合前端工程师参考。

入选理由:Gemini Live API 支持实时语音翻译,适用于多语言场景。

精选推文#Gemini#LiveKit#Google Cloud Run#实时翻译#前端英文
I asked @GoogleDeepMind Gemini 3.1 Pro watch the launch video of @cursor_ai SDK and create a product...

Philipp Schmid利用GoogleDeepMind的Gemini 3.1 Pro观看cursor_ai SDK的发布视频并生成制作脚本,随后使用Remotion无提示重现视频,展示其视频理解能力。

入选理由:Gemini 3.1 Pro能够理解视频内容并创建生产脚本。

精选推文#GoogleDeepMind#Gemini 3.1 Pro#cursor_ai SDK#Remotion#视频理解英文
I'm excited to introduce Managed Agents in the Gemini API. One API call gives you a full agent with ...

Gemini API 推出 Managed Agents:单次调用即可获得完整 Agent

Philipp Schmid(@_philschmid)209 字 (约 1 分钟)
65

Google Gemini API 推出 Managed Agents 功能,单次 API 调用即可获得具备代码执行、网页浏览和文件管理能力的完整 Agent,基于 Gemini 3.5 Flash 和 Antigravity 架构运行。

入选理由:单次 API 调用即可部署完整 Agent,无需自建基础设施

精选推文#Gemini API#AI Agent#Google#LLM#Serverless英文

跨材料问答 · Philipp Schmid

回答基于:Philipp Schmid 相关 30 条材料
    0 / 500

    AI 可能会生成不准确的信息,请核实重要内容