T
traeai
Sign in

人物

Harrison Chase

别名:hwchase17

分享关于 LangSmith Engine 演讲的人。

相关材料

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

https://t.co/IFXwxW8Oac

https://t.co/IFXwxW8Oac

Harrison Chase(@hwchase17)1618 字 (约 7 分钟)
92

本文介绍了如何通过Auth Proxy来保护LangSmith代理沙箱的网络访问,确保在大规模部署代理时的安全性。Auth Proxy通过在网络层控制和管理代理与外部服务的交互,实现了凭据的安全管理、网络访问的显式控制以及团队职责的清晰分离。

入选理由:Auth Proxy使API密钥不进入运行时,从而减少因提示注入、恶意依赖、意外日志记录和模型错误导致的损害。

FeaturedTweet#LangSmith#Auth Proxy#网络安全#代理沙箱#凭据管理#网络访问控制#团队职责分离中文
ai coding is getting expensive

use more open models!

AI Coding Is Getting Expensive – Use More Open Models!

Harrison Chase(@hwchase17)121 字 (约 1 分钟)
87

AI coding costs are rising sharply; using open-source models can significantly reduce expenses. Kimi K2.6 on BaseTen is ~5x cheaper than Opus 4.7 with comparable performance on most tasks.

入选理由:Kimi K2.6 在 BaseTen 上价格仅为 Opus 4.7 的 1/5

FeaturedTweet#AI Coding#Open Source Models#Cost Optimization#Kimi#deepagents-cli中文
Introducing the sandbox Auth Proxy: A way to control the boundary between agent-generated behavior a...

本文介绍了 LangChain 的沙盒 Auth Proxy,这是一种控制代理生成行为与外部世界之间边界的工具。通过使用 Auth Proxy,可以安全地管理代理对网络资源的访问,防止未授权的访问和潜在的安全风险。

入选理由:Auth Proxy 是 LangChain 为管理代理行为与外部世界交互而设计的工具。

FeaturedTweet#LangChain#Auth Proxy#网络安全#代理行为中文
The hardest truth about building agents? You don’t know what they’ll do until they’re in production…

构建智能代理的最艰难事实是,只有在生产环境中才能真正了解它们的行为。LangChain 的联合创始人 Harrison Chase 强调了在开发和部署智能代理时面临的挑战,包括不可预测的行为、安全性和责任问题。他建议通过在受控环境中进行测试和监控来减轻这些风险,并强调了持续学习和适应的重要性。

入选理由:智能代理的行为在生产环境中才真正显现,因此需要在受控环境下进行测试和监控。

FeaturedTweet#人工智能#智能代理#LangChain#Harrison Chase#生产环境#安全性#责任中文
The Agent Development Lifecycle: Build, Test, Deploy, Monitor | Interrupt 26

LangChain introduces the Agent Development Lifecycle (ADLC), dividing agent development into four phases—build, test, deploy, and monitor—emphasizing that its fundamental difference from traditional software lies in infinite input/output spaces and non-determinism, with successful teams adopting a "ship early, iterate fast" pattern.

入选理由:Agent输入空间无限(自然语言/多模态),输出因LLM非确定性而难以预测,导致传统软件测试方法失效

FeaturedVideo#LangChain#AI Agent#LLM#MLOps#Software Engineering英文
agent observability is great. but in order to use it to power an agent improvement loop, you need to...

Agent Observability Is Great. But to Power an Improvement Loop, You Need to...

Harrison Chase(@hwchase17)132 字 (约 1 分钟)
78

Agent observability isn't just for debugging — to enable continuous learning, you must collect or generate feedback data directly within your observability platform.

入选理由:Agent observability的核心价值在于支持持续学习,而非仅用于事后调试。

FeaturedTweet#Agent Observability#AI Agent#Feedback Loop#LLM Operations#MLOps英文
right now Engine only works with LangSmith traces

but it's super easy to trace to LangSmith, we acc...

Harrison Chase on X: 'Right now Engine only works with LangSmith traces'

Harrison Chase(@hwchase17)195 字 (约 1 分钟)
75

LangSmith Engine currently only supports LangSmith traces, but it's easy to trace to LangSmith via OTEL and 30+ framework integrations.

入选理由:LangSmith 接入支持 OTEL 协议和 30+ 框架

FeaturedTweet#LangSmith#OTEL#Tracing System英文
Observability helps power the agent improvement loop

But it's not just observability!

It's also fe...

Observability Helps Power the Agent Improvement Loop

Harrison Chase(@hwchase17)294 字 (约 2 分钟)
72

Harrison Chase emphasizes that agent improvement relies on combining observability with feedback; logging alone is insufficient—teams must actively integrate direct, indirect, and generated feedback into their observability platforms.

入选理由:代理系统的改进不能只靠可观测性,必须整合多源反馈机制。

FeaturedTweet#Agent#Observability#Feedback Loop#AI Agent#LangChain英文
"To get the most out of agent observability, store feedback with your traces. That is what turns age...

To Get the Most Out of Agent Observability, Store Feedback with Your Traces

LangChain(@LangChainAI)128 字 (约 1 分钟)
72

LangChain proposes binding user feedback with agent traces to transform observability from a debugging tool into a self-learning system, enabling continuous optimization of AI agents.

入选理由:将用户反馈嵌入代理追踪,可将静态日志转化为动态学习系统。

FeaturedTweet#Agent Observability#LangChain#LLM#Feedback Loop#AI Engineering英文
one future trend i'm very excited by:

models getting good enough where they can power agents that b...

Harrison Chase highlights a key AI trend: LLMs now mature enough to power autonomous web-browsing agents, citing DeepAgents + BrowserBase as an early working example.

入选理由:大模型能力已突破临界点,可支撑具备真实网页交互能力的自主智能体

FeaturedTweet#LLM#AI Agent#BrowserBase#LangChain中英混合
🚀Launching: LangSmith Engine

LangSmith Engine is an agent that sits on top of your traces

It runs...

🚀 Launching: LangSmith Engine

Harrison Chase(@hwchase17)101 字 (约 1 分钟)
55

LangSmith Engine is an agent on top of traces that automatically detects issues and suggests code changes or evaluators to add.

入选理由:LangSmith Engine 可在后台运行并自动分析 LangChain 应用的 traces。

FeaturedTweet#LangSmith#LangChain#AI Agent#DevOps英文
llms are getting expensive

why we need oss models

LLMs are getting expensive: why we need OSS models

Harrison Chase(@hwchase17)147 字 (约 1 分钟)
52

Harrison Chase and users discuss the rising cost of LLM inference, mocking the outdated notion that 'intelligence is too cheap to meter,' and emphasize the need for open-source models to reduce dependency and expenses.

入选理由:大模型推理成本持续上升,企业面临显著经济压力。

FeaturedTweet#LLM#Open Source#Cost Management英文
"Traces everywhere. Feedback loop? Nowhere"

Traces everywhere. Feedback loop? Nowhere

Harrison Chase(@hwchase17)229 字 (约 1 分钟)
52

Harrison Chase highlights that while AI agent systems generate abundant traces, they lack effective feedback loops; teams often fail to log root causes of failures, hindering debugging and iteration.

入选理由:AI代理系统中日志追踪普遍但反馈闭环缺失,影响问题定位与模型迭代。

FeaturedTweet#AI Agents#Observability#LangSmith#Feedback Loop#Debugging英文
Should You Use a Sandbox for Your Agent? | Max Agency #aidesign #aiinfrastructure

该 YouTube Shorts 视频摘要指出:本地沙箱在 AI 代理开发中易暴露 API 密钥,代理请求常被平台拦截,当前工具链不支持安全可靠的生产级沙箱策略。

入选理由:本地沙箱无法防御恶意 prompt 泄露环境变量中的 API 密钥

FeaturedVideo#AI Agent#Sandbox#Security#AI Infrastructure中文
🚀DeepAgents deploy is a simple, configuration driven way to get an agent harness deployed to the cl...

Harrison Chase 宣布 DeepAgents deploy 是一种基于 deepagents.toml 配置文件的轻量云部署方案,含 agent/sandbox/auth/frontend 四模块。

入选理由:DeepAgents deploy 采用声明式配置驱动,核心为 deepagents.toml 文件。

FeaturedTweet#DeepAgents#LLM Agent#DevOps#Configuration-as-Code中文
lots of good things in 0.6 release of deepagents!

great write up by sydney

Harrison Chase on X: DeepAgents 0.6 Release Highlights

Harrison Chase(@hwchase17)125 字 (约 1 分钟)
50

DeepAgents 0.6 release focuses on performance optimization across model layer, agent layer, scale, and long-term runtime, adding five core features including a code interpreter. Announced by Sydney Runkle and shared by LangChain founder Harrison Chase, but technical details remain limited.

入选理由:DeepAgents 0.6版本聚焦性能优化,覆盖模型层、代理层、规模化场景和长期运行四个维度

FeaturedTweet#DeepAgents#AI Agent#Release#Performance Optimization英文
this deepagents deploy

https://t.co/hajo9PbDti

(or at least directionally where we want to take it...

Harrison Chase Shares Early Direction of DeepAgents Deployment

Harrison Chase(@hwchase17)272 字 (约 2 分钟)
50

Harrison Chase shares a preliminary DeepAgents deployment link on X, inviting community feedback on missing features; content is brief and discussion-oriented.

入选理由:DeepAgents 的部署尚处于早期探索阶段,方向性明确但功能不完整。

FeaturedTweet#LangChain#DeepAgents#AI Agents中英混合
im going to be in NYC in ~1 week, and am doing a fireside chat with one of the top agent companies i...

Harrison Chase to Participate in NYC Agent Tech Fireside Chat

Harrison Chase(@hwchase17)129 字 (约 1 分钟)
45

Harrison Chase will participate in a public dialogue about agent technology in New York; the promotional value of the event information is limited.

入选理由:活动将在约一周后于纽约举行

FeaturedTweet#AI#Agent#Tech Event#Traversal AI#LangChain英文
which was your favorite launch?

SmithDB (database purpose built for agent trace data): https://t.co...

Which Was Your Favorite Launch?

Harrison Chase(@hwchase17)92 字 (约 1 分钟)
45

Harrison Chase launched a poll asking users to choose between SmithDB and LangSmith Engine, a purpose-built database for agent trace data and an AI agent that optimizes other agents using trace data, respectively.

入选理由:SmithDB 是专为存储和管理智能体(agent)追踪数据构建的数据库。

FeaturedTweet#LangChain#AI Agent#Database#SmithDB中英混合
we need more benchmarks!

awesome work by harvey here, and excited to work with them

We Need More Benchmarks!

Harrison Chase(@hwchase17)250 字 (约 1 分钟)
45

Harrison Chase shares Harvey's new open-source long-horizon legal agent benchmark, calling for better evaluation frameworks for AI agents in specialized domains.

入选理由:AI代理在法律领域的应用需要专门的长周期任务基准测试。

FeaturedTweet#AI Agent#Benchmark中英混合
“Every enterprise needs a claw strategy.”

How did @LangChain go from a weekend project to 1B+ downl...

Every enterprise needs a claw strategy.

NVIDIA AI(@NVIDIAAI)284 字 (约 2 分钟)
45

NVIDIA AI posted a brief podcast teaser on X, highlighting LangChain's growth from weekend project to 1B+ downloads and introducing the concept of a 'claw strategy' for enterprises, though no substantive details were provided.

入选理由:LangChain在三年内实现超10亿次下载,成长迅速。

FeaturedTweet#LangChain#AI Agents#NVIDIA#Enterprise AI中英混合
Open source models 👀

Open source models 👀

Harrison Chase(@hwchase17)132 字 (约 1 分钟)
42

该推文仅含标题式短语'Open source models 👀'及一条他人转引的碎片化体验(qwen3.6+subagents),无技术细节、论证或上下文,信息密度极低。

入选理由:未提供任何可验证的技术主张或实证结论

FeaturedTweet#开源模型#LLM#LangChain中文
Interrupt 2026 Keynotes

Interrupt 2026 Keynotes

LangChain948 字 (约 4 分钟)
40

该页面仅为 YouTube 视频预告页,无实际技术内容,仅显示 LangChain 将于 2026 年 5 月 13 日举办 Interrupt 2026 主题演讲,目前无讲稿、摘要或实质性信息。

入选理由:视频尚未发布,当前无任何技术内容可分析

FeaturedVideo#LangChain#AI Conference#Event中文
great deep dive into how we built LangSmith Engine

lots of fun learnings and tips and tricks

Harrison Chase on X: "great deep dive into how we built LangSmith Engine"

Harrison Chase(@hwchase17)63 字 (约 1 分钟)
20

This content is just a social media post announcing a deep dive article on building the LangSmith Engine, but it provides no technical details, mechanisms, or principles, resulting in extremely low information density.

入选理由:LangChain 公司创始人 Harrison Chase 预告了一篇技术文章。

FeaturedTweet#LangSmith#LangChain#Announcement英文

跨材料问答 · Harrison Chase

回答基于:Harrison Chase 相关 30 条材料
    0 / 500

    AI may generate inaccurate information. Please verify important content.