T
traeai
Sign in

人物

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交互次数

FeaturedTweet#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个技术领域

FeaturedTweet#编码基准#AI代理#软件工程#测试框架中英混合
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中文
We released Gemma 4 12B yesterday. Here is a visual guide that explains the full architecture.

→ Ho...

Gemma 4 12B Released: Visual Guide to Native Multimodal Architecture

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

Gemma 4 12B achieves native multimodal processing for text, images, and audio by removing separate vision and audio encoders. This architecture replaces traditional encoder-patching approaches with joint representation learning, reducing inference latency and improving edge deployment efficiency.

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

FeaturedTweet#Gemma 4#Multimodal LLM#Native Multimodality#Edge AI英文
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中文
We made a collection @GoogleDeepMind scientific agent skils for research tasks, genomics, structural...

Google DeepMind Open-Sources Science Skills for Research Agents

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

Google DeepMind released Science Skills, an open-source toolkit providing standardized agent interfaces for genomics, structural biology, and literature search to accelerate scientific AI workflows.

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

FeaturedTweet#Google DeepMind#AI Agent#Scientific Computing#Open Source英文
We just launched a Gemma 4 12B! Our first mid-sized model with native audio inputs. Gemma 4 12 B is ...

Gemma 4 12B Launch: First Mid-Sized Model with Native Audio Inputs

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

Gemma 4 12B is the first mid-sized multimodal model with native audio input, featuring a unified encoder-free architecture that runs on 16GB VRAM, matches 26B benchmark performance, and uses Apache 2.0 license.

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

FeaturedTweet#Gemma 4#Multimodal Model#Audio Understanding#Apache 2.0英文
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中文
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 支持实时语音翻译,适用于多语言场景。

FeaturedTweet#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能够理解视频内容并创建生产脚本。

FeaturedTweet#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 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英文

跨材料问答 · Philipp Schmid

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

    AI may generate inaccurate information. Please verify important content.