小红花·文摘
  • 首页
  • 广场
  • 排行榜🏆
  • 直播
  • FAQ
Dify.AI
Simplify AI agent orchestration with Lakebase Postgres

IntroductionTraditionally, auditing is a tedious process that often requires detailed...

Simplify AI agent orchestration with Lakebase Postgres

Databricks
Databricks · 2026-07-22T23:00:00Z
How to Trace and Monitor AI Agents with LangSmith

In this tutorial, I'll show you how to trace and monitor a local AI agent with LangSmith. We'll build a small local AI agent and then enable LangSmith tracing for it so that we can inspect model calls

How to Trace and Monitor AI Agents with LangSmith

freeCodeCamp.org
freeCodeCamp.org · 2026-07-22T19:49:02Z
Best Practices for Building AI Agents That Work in Production

In this article, we try to explore the collective thinking into a smaller set of practices and explain the reasoning behind each one, rather than asking anyone to memorize a numbered list.

Best Practices for Building AI Agents That Work in Production

ByteByteGo Newsletter
ByteByteGo Newsletter · 2026-07-22T15:30:44Z
Rider 2026.2: IDE Intelligence for AI Agents, Faster Performance, and Spectacular Game Dev Updates

Rider 2026.2 opens up the IDE’s own intelligence to your AI coding agents, so they work from real project knowledge instead of reconstructing it from files and terminal output. A new set of agent...

Rider 2026.2: IDE Intelligence for AI Agents, Faster Performance, and Spectacular Game Dev Updates

The JetBrains Blog
The JetBrains Blog · 2026-07-22T14:14:38Z
ReSharper 2026.2: AI Agent Freedom in Visual Studio, .NET Debugging for VS Code, and More

ReSharper 2026.2 takes the first step toward ACP-based agent support in Visual Studio, starting with Junie in Preview. This is the beginning of an open AI ecosystem for .NET developers: your...

ReSharper 2026.2: AI Agent Freedom in Visual Studio, .NET Debugging for VS Code, and More

The JetBrains Blog
The JetBrains Blog · 2026-07-22T14:13:44Z
Twitter之父再出手:Block开源Buzz,要让人类和AI Agent「同工同权」

Block(原Square)7月22日开源发布协作平台Buzz——一个基于Nostr协议、让人类员工与AI Agent在同一工作区内以「同等身份」协同工作的系统。Buzz为每个Agent分配独立的密码学身份,使其能够像正式团队成员一样发消息、评审代码、跑自动化流程、参与语音会议,所有动作均被签名并可追...

Twitter之父再出手:Block开源Buzz,要让人类和AI Agent「同工同权」

Tony Bai
Tony Bai · 2026-07-22T03:00:00Z
Block built a Slack for AI agents — and gave each one its own passport

Block on Tuesday launched Buzz, a free, open-source workspace meant to give people and AI agents a Slack-like service for The post Block built a Slack for AI agents — and gave each one its own...

Block built a Slack for AI agents — and gave each one its own passport

The New Stack
The New Stack · 2026-07-21T16:30:00Z
In a world of AI agents, where do we fit in?

For more than a decade, leaders have used the phrase “Future of Work” to describe how technology is transforming business. The post In a world of AI agents, where do we fit in? appeared first on...

In a world of AI agents, where do we fit in?

The New Stack
The New Stack · 2026-07-21T13:00:00Z
Platform engineering for the agentic enterprise: Managing applications, resources, and AI agents

Platform engineering is evolving Platform engineering has become one of the defining disciplines of the cloud native era. As organizations embraced Kubernetes, microservices, GitOps, and...

Platform engineering for the agentic enterprise: Managing applications, resources, and AI agents

Cloud Native Computing Foundation
Cloud Native Computing Foundation · 2026-07-21T11:00:00Z

GitLab has released version 19.2 of its DevSecOps platform, adding agentic automation aimed at the security and review work that has piled up as AI coding tools generate more code than developers...

GitLab 19.2 Puts AI Agents to Work on the Security Backlog

InfoQ
InfoQ · 2026-07-21T08:00:00Z
How to Serve a Multi-User AI Agent with FastAPI and Streamlit

In this tutorial, I’ll show you how to serve a multi-user local AI agent as a REST API using FastAPI, then add a lightweight Streamlit UI on top. Instead of interacting with the agent through a termin

How to Serve a Multi-User AI Agent with FastAPI and Streamlit

freeCodeCamp.org
freeCodeCamp.org · 2026-07-20T22:07:49Z

This week's Java roundup for July 13th, 2026, features news highlighting: a reintroduction of Value Objects (Preview); the GA release of WildFly 41; the July 2026 edition of Open Liberty 26.0.0.7;...

Java News Roundup: Value Objects, WildFly 41, TornadoVM, LangChain4j, Oracle AI Agent Studio

InfoQ
InfoQ · 2026-07-20T18:45:00Z

AWS released Loom, an open-source reference platform on AWS Labs for governing AI agents at scale. Built on Strands Agents and Bedrock AgentCore Runtime, it implements RFC 8693 token exchange for...

AWS Releases Loom, an Open-Source Reference Platform for Governing AI Agents at Enterprise Scale

InfoQ
InfoQ · 2026-07-20T10:04:00Z
MCP vs A2A vs ACP: How AI Agents Actually Talk to Each Other

Agents are capable on their own. Combined with tools and other agents, their capabilities compound.

MCP vs A2A vs ACP: How AI Agents Actually Talk to Each Other

ByteByteGo Newsletter
ByteByteGo Newsletter · 2026-07-18T16:46:13Z
The bottleneck for AI agents isn’t the model anymore. It’s the context layer.

There’s a pattern I’ve watched repeat for two years. A team builds an agent, hits reliability problems, upgrades the model, The post The bottleneck for AI agents isn’t the model anymore. It’s the...

The bottleneck for AI agents isn’t the model anymore. It’s the context layer.

The New Stack
The New Stack · 2026-07-18T15:00:00Z

Now generally available, Pinecone Nexus is a "knowledge engine" for AI agents that transforms enterprise data into a structured layer agents can query directly. It enables teams to ingest and...

Pinecone Introduces Nexus Engine for Compiling Business Context into Structured Data for AI Agents

InfoQ
InfoQ · 2026-07-18T14:00:00Z

AI Agent 工程的必然演进:CLI、Skills、Harness 与 Loop

像清水一般清澈透明
像清水一般清澈透明 · 2026-07-18T12:00:47Z
亚马逊工程师警告:AI Agent直接调用等于分布式单体,凌晨三点堵死你

亚马逊工程师半夜被叫醒,发现AI Agent把整个订单系统堵死了,只留给他一行堆栈信息,这设计到底图啥? 多Agent系统直接同步调用会引发级联故障、紧耦合、扇出风暴和无法回放审计的问题。这篇来自亚马逊技术专家的文章解释了为什么应该用事件日志取代点对点调用,让Agent通过消息代理异步通信,并给出了具体的代码示例和架构取舍。 同步调用把Agent系统变成了分布式单体 AI...

亚马逊工程师警告:AI Agent直接调用等于分布式单体,凌晨三点堵死你

极道
极道 · 2026-07-17T23:00:00Z
How to Evaluate AI Agents with an LLM-as-a-Judge Harness in Python

In this tutorial, I'll show you how to evaluate a local AI agent with a simple, repeatable evaluation harness. The harness runs the agent against a set of test cases, checks the results with both rule

How to Evaluate AI Agents with an LLM-as-a-Judge Harness in Python

freeCodeCamp.org
freeCodeCamp.org · 2026-07-17T21:03:56Z

文章探讨了AI代理工程的演进,指出CLI、Skills、Harness和Loop等概念是旧有软件工程的延续。MCP可能被淘汰,CLI更适合AI使用。Skills帮助AI更有效地使用工具,Harness管理AI行为,Loop是AI执行任务的循环过程,需明确状态和条件。这些新名词反映了对过去经验的重新定义,AI时代的变化促使隐性知识显性化。

AI Agent 工程的必然演进:CLI、Skills、Harness 与 Loop

像清水一般清澈透明
像清水一般清澈透明 · 2026-07-17T15:54:32Z
  • <<
  • <
  • 1 (current)
  • 2
  • 3
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
友情链接: MOGE.AI 九胧科技 模力方舟 Gitee AI 菜鸟教程 Remio.AI DeekSeek连连 53AI 神龙海外代理IP IPIPGO全球代理IP 东波哥的博客 匡优考试在线考试系统 开源服务指南 蓝莺IM Solo 独立开发者社区 AI酷站导航 极客Fun 我爱水煮鱼 周报生成器 He3.app 简单简历 白鲸出海 T沙龙 职友集 TechParty 蟒周刊 Best AI Music Generator

小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码