T
traeai
Sign in

人物

Philipp Schmid

别名:_philschmid

文章作者,X 平台用户,专注于技术分享和工具优化。

相关材料

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

Managed Agents in the Gemini API. One API call gives you a sandboxed Linux with code execution, web ...

The Gemini API provides a sandboxed Linux environment through a single API call, supporting code execution, web access, and file I/O. The article offers a complete example to build a data science assistant.

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

FeaturedTweet#Gemini API#Data Science中文
Gemini Managed Agents Dev Guide: 1 API call = Gemini 3.5 Flash + Antigravity Harness + remote Linux ...

Philipp Schmid published an article about the Gemini Managed Agents Dev Guide, introducing a feature that can be achieved through a single API call, including Gemini 3.5 Flash, Antigravity Harness, and a remote Linux sandbox, without any infrastructure or orchestration.

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

FeaturedTweet#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问题分类。

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

Senior engineers struggle with AI Agent development because the paradigm shifted from deterministic programming to iterative prompt-feedback loops; text is now the new state representation, and engineers must transition from 'traffic controllers' to 'dispatchers'.

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

FeaturedVideo#AI Agent#LLM Engineering#Software Paradigm Shift#Prompt Engineering英文
The Gemini API's File Search tool now supports multimodal retrieval. Use `gemini-embedding-2` as the...

The Gemini API's File Search tool now supports multimodal retrieval

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

The Gemini API's File Search now supports multimodal retrieval. Use `gemini-embedding-2` to build a unified RAG system for PDFs and images with a single call. Storage and query-time embeddings are free; you only pay for indexing and inference.

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

FeaturedTweet#Gemini#RAG#multimodal retrieval#Google DeepMind英文
Wrote an overview on how agents manage other agents: Four Subagents Patterns in 2026. From simple fu...

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

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

FeaturedTweet#AI Agent#LLM Architecture#Multi-Agent Systems#System Design中文
TIL: You can optimize any agent (cli) with GEPA to automatically optimize your prompts. 

GEPA accep...

TIL: Optimize Any Agent (CLI) with GEPA to Automatically Optimize Prompts

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

GEPA is a general framework for automatically optimizing prompts of CLI tools, supporting custom CLI, local models, and API agents.

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

FeaturedTweet#CLI#Automation#Prompt Optimization#Python#Toolchain英文
Together with @OfficialLoganK and @alihcevik we sat down and discussed the launch of Managed Agents ...

Google launched Managed Agents in the Gemini API, enabling developers to spin up AI agents that reason, write and run code with a single API call, all within a hosted Linux sandbox, simplifying AI agent development.

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

FeaturedTweet#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...

What if you can build an Agent with it own computer in a single api call?

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

Gemini Managed Agents combined with the Interactions API enables AI agents to have secure Linux sandbox environments for executing code and managing memory autonomously.

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

FeaturedTweet#AI Agent#Gemini#API#Sandboxing#Google I/O英文
Give Gemini its own isolated Linux sandbox. Let it reason, runs code, browses the web, and manages f...

Give Gemini its own isolated Linux sandbox

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

Gemini API launches Managed Agents feature, enabling creation of intelligent agents with isolated Linux sandbox through single API call.

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

FeaturedTweet#Gemini#Google AI#Intelligent Agents#API Development英文
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 成为一个代理系统,支持跨应用操作。

FeaturedTweet#Android#Gemini#代理系统#跨应用操作#@AppFunction中文
Here are some third-party evals I came across for 3.5 Flash this week. It's doing well across agents...

Philipp Schmid shares third-party evaluations of Gemini 3.5 Flash, showing strong performance in agents, coding, vision, and finance domains.

入选理由:Gemini 3.5 Flash 在多个评测维度中表现出色,包括 agent、coding、vision 和 finance。

FeaturedTweet#Gemini#AI Model#Evaluation#Machine Learning英文
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倍

FeaturedTweet#Gemma#LLM#inference#optimization#open-source中文
I'm excited to introduce Managed Agents in the Gemini API. One API call gives you a full agent with ...

Gemini API Introduces Managed Agents: Full Agent in One API Call

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

Google's Gemini API launches Managed Agents, enabling a complete agent with code execution, web browsing, and file management through a single API call, powered by Gemini 3.5 Flash and Antigravity infrastructure.

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

FeaturedTweet#Gemini API#AI Agent#Google#LLM#Serverless英文
Gemma 4 shifts Pareto Frontier on Code @arena.🔥

Among open models, Gemma-4-31b ranks #13 and Gemma...

Gemma 4 Shifts Pareto Frontier in Code Arena

Philipp Schmid(@_philschmid)193 字 (约 1 分钟)
55

The Gemma-4 series of open models ranks #13 (31b) and #17 (26b-a4b) in code performance, marking strong efficiency and local deployability on devices like MBP.

入选理由:Gemma-4-31b在开源代码模型中排名全球第13。

FeaturedTweet#Gemma#Code Model#Open Source AI中英混合
Reminder: Your skills are way too prescriptive and over-structured.

Reminder: Your skills are way too prescriptive and over-structured.

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

This tweet highlights that current AI models have overly structured and prescriptive skill descriptions, limiting flexibility and creativity, and suggests rethinking skill definition to support more natural interactions.

入选理由:当前AI模型的技能描述普遍采用高度结构化的格式,限制了其表达多样性。

FeaturedTweet#AI#Skill Modeling#Natural Language Processing#Model Architecture英文
Landed. 3 days to go.

Landed. 3 days to go.

Philipp Schmid(@_philschmid)35 字 (约 1 分钟)
50

Philipp Schmid announced the project has landed, with 3 days left until release.

入选理由:Philipp Schmid 发布项目进展更新

FeaturedTweet#project update#release countdown英文
Get Started: https://t.co/Z69CirFf61

Philipp Schmid on X: 'Get Started'

Philipp Schmid(@_philschmid)52 字 (约 1 分钟)
50

This is a tweet linking to the Gemini Interactions API documentation but lacks depth and specific information.

入选理由:Philipp Schmid 推荐了 Gemini Interactions API。

FeaturedTweet#Google AI#Gemini#API中英混合
5/ Network allowlists and credential injection. Restrict which domains the sandbox can reach. Auth h...

Philipp Schmid: Network Allowlists and Credential Injection

Philipp Schmid(@_philschmid)68 字 (约 1 分钟)
45

A tweet fragment on AI Agent security architecture proposing egress proxy-based network allowlisting and credential injection, but lacking full context and implementation details.

入选理由:出口代理(egress proxy)负责在沙箱外部注入认证头,避免凭证泄露

FeaturedTweet#AI Agent#Security Architecture#Sandbox#Network Security英文
Explore our developer guide (https://t.co/VXyi8qp0y8) and the Gemini API documentation (https://t.co...

Explore Our Developer Guide and the Gemini API Documentation

Philipp Schmid(@_philschmid)164 字 (约 1 分钟)
45

A promotional tweet directing developers to the Gemini API developer guide and documentation, low in technical depth and information density.

入选理由:该内容主要为引流链接,无实质性技术分析。

FeaturedTweet#Gemini API#Developer Guide中英混合
We made a skill for and using Gemma. 

```
npx skills add google-gemma/gemma-skills --skill gemma-de...

We made a skill for and using Gemma

Philipp Schmid(@_philschmid)64 字 (约 1 分钟)
40

This article introduces a skill named gemma-dev for using Google's Gemma model in development, installed via npx command, but lacks technical details.

入选理由:使用命令 `npx skills add google-gemma/gemma-skills --skill gemma-dev` 安装 Gemma 开发技能。

FeaturedTweet#Gemma#AI#Development Tool#X Platform英文
Managed Agents

Managed Agents

Philipp Schmid(@_philschmid)31 字 (约 1 分钟)
40

仅是一篇简短推文,没有实质技术内容,只是指向一个名为'Managed Agents'的资源链接。

入选理由:仅是一篇简短推文,没有实质技术内容,只是指向一个名为'Managed Agents'的资源链接

FeaturedTweet中英混合
Available in preview now (Rolling out at the moment, should be available for everyone ~2:30pm).

→ B...

Gemini API Managed Agents Now in Preview

Philipp Schmid(@_philschmid)84 字 (约 1 分钟)
35

Google's Gemini API new feature Managed Agents enters preview, expected full rollout at ~2:30pm with only timing info and no technical details.

入选理由:Google Gemini API 推出 Managed Agents 预览版

FeaturedTweet#Gemini API#Google#AI Agents#Preview Release英文
Antigravity Agent and Gemini Managed Agents are now rolled out to all users in @GoogleAIStudio and G...

Antigravity Agent and Gemini Managed Agents Now Rolled Out to All Users

Philipp Schmid(@_philschmid)68 字 (约 1 分钟)
35

This is a Twitter announcement about new features in Google AI Studio and Gemini API, merely stating that Antigravity Agent and Gemini Managed Agents are now generally available without technical details, architecture explanation, or usage guidelines.

入选理由:Antigravity Agent 和 Gemini Managed Agents 已向所有用户开放

FeaturedTweet#Google#Gemini#AI Agent#Product Launch英文
We published a new guide for streaming in the Gemini Interactions API that should building streaming...

New Streaming Guide Released for Gemini Interactions API

Philipp Schmid(@_philschmid)101 字 (约 1 分钟)
35

Google engineer Philipp Schmid announced a new official streaming guide for the Gemini Interactions API, claiming it makes building streaming applications significantly easier, though no technical implementation details were disclosed.

入选理由:Gemini Interactions API 新增流式传输官方指南

FeaturedTweet#Gemini#Google#API#Streaming英文
AIS: https://t.co/2k6Mjj1ImD
API Quickstart: https://t.co/tpyziKN6n6

Philipp Schmid on X: Google AI Studio and Gemini API Quickstart Links

Philipp Schmid(@_philschmid)55 字 (约 1 分钟)
20

A tweet containing only two shortcut links to Google AI Studio and Gemini API documentation with no technical depth.

入选理由:Google AI Studio 新对话入口地址为 aistudio.google.com/prompts/new_chat

FeaturedTweet#Google AI Studio#Gemini API#Resource Links英文
👀

Philipp Schmid on X: "👀"

Philipp Schmid(@_philschmid)43 字 (约 1 分钟)
20

This is a tweet containing only the 👀 emoji with extremely low information density and no substantive technical content. It quotes Logan Kilpatrick's Gemini video, representing social media interaction without technical value.

入选理由:推文仅含单个👀表情符号,无任何文字技术说明

FeaturedTweet#Social Media#Tweet#Gemini英文

跨材料问答 · Philipp Schmid

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

    AI may generate inaccurate information. Please verify important content.