惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
博客园 - 司徒正美
美团技术团队
Martin Fowler
Martin Fowler
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
U
Unit 42
Y
Y Combinator Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
GbyAI
GbyAI
H
Help Net Security
量子位
Last Week in AI
Last Week in AI
博客园_首页
腾讯CDC
小众软件
小众软件

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
New Airbyte Agents: Cleaning up messy data for AI Agents
CrankyBear · 2026-05-07 · via Hacker News - Newest: "AI"

In partnership with

If you know Airbyte, you know it as an important open-source data integration and Extract, Load, Transform (ELT) platform that you use to move data from many sources, e.g., APIs, databases, SaaS apps, and files into data warehouses, lakes, and databases. Now, the company is using its data superpowers to provide AI agents with a unified, query-ready view of enterprise data before they even start working with the data.

The company uses Airbyte Agents to do this. Instead of having agents orchestrate chains of ad hoc API calls at runtime, Airbyte Agents pre-replicate data into a search-optimized index, a "context layer" that can be accessed in one or two calls.

Why? Airbyte argues that most production issues with AI agents are rooted not in model quality but in unreliable data access. Agents built on traditional runtime API orchestration. These often require chaining together five or six calls across disconnected systems to answer a single question. This drives up latency, burns tokens, and increases the likelihood that your Agents deliver stale or contradictory answers. By shifting the problem to the data layer, Airbyte is betting it can make agents more robust and predictable.

As Michel Tricot, Airbyte co-founder and CEO, said in a statement, "Most agent projects stall for the same reason: The model is fine, the data is a mess. Five disconnected systems, inconsistent entities, no shared state. Airbyte Agents gives every agent a unified view of the business, replicated and ready to query. That is what separates an agent that can do the work from one that just talks about it."

At the heart of the new offering is what Airbyte calls the Context Store. This is a replicated, search-optimized index that unifies data from across business systems in advance. For example, it can retrieve and clean up Salesforce customer records, Zendesk tickets, Jira issues, and Slack conversations into a single queryable store. With context assembled in advance, agents query the Context Store directly rather than “chasing” live APIs, typically shrinking those five or six network calls down to one or two while cutting token consumption.

Early adopters say the approach is already speeding up development. Nate Chambers, chief product officer at ORCA Analytics, said Airbyte’s Agent Engine compressed what the company thought would be a six-month roadmap into the first week of its beta test. According to Chambers, Airbyte is shipping the pieces needed for production-grade agentic workflows and delivering new connections faster than his team can integrate them on their own, making it easier to stop building custom pipelines and focus on product features.

Airbyte Agents are available through two primary interfaces. The first is support for the Model Context Protocol (MCP). With this approach, you can connect sources to Airbyte once, then build and run agents within clients like Claude, ChatGPT, and Cursor, or any MCP-compatible interface. With this approach, the company claims you won't need to do any coding at all. 

The second is an Agent SDK aimed at engineering teams that want to build custom agents and applications directly on top of the Context Store. With this approach, you get more control over your data's retrieval logic, permissions, and state.

In either case, Michel Tricot, Airbyte's co-founder and CEO, explained, “Most agent projects stall for the same reason: The model is fine, the data is a mess. Five disconnected systems, inconsistent entities, no shared state.” He argued that giving every agent a unified, replicated view of business data is what separates agents that can actually execute work from those that merely generate plausible-sounding responses.

Tricot added, "We’ve spent years solving how to move and standardize data across systems. What’s changed is how that data gets used. Instead of powering dashboards, it’s now powering decisions and actions through AI agents. The underlying problem hasn’t changed—only the interface has.”

You may be asking, why not just use Retrieval-Augmented Generation (RAG) and APIs? Don't they let you fetch data when you need it, too? Well, yes, they do. But, Tricot said,  What’s missing is a persistent, structured layer that maintains relationships and state across systems. Without that, agents are constantly reconstructing context at runtime, which is inefficient and error-prone.” He's got a point. 

At launch, Airbyte Agents ships with 50 connectors that can feed the Context Store from commonly used enterprise systems. The company plans to bring its catalog of over 600 connectors to Context Store in the coming months. 

Many of these integrations are evolving beyond read-only access: an increasing number support write actions, enabling agents to update records, create support tickets, or post messages directly into systems of record. All connectors are designed to honor OAuth-based authentication and row-level permissions so that agents see only the data their invoking users are authorized to access.

Airbyte is also previewing a complementary feature called Automations. This is a single pane of glass for composing and running agents directly inside the Airbyte platform. Built on the same Context Store foundation, Automations allows teams to design agentic workflows across connected systems without writing code. Automations is expected to reach general availability in a future release.

To encourage customers to test the new capabilities, Airbyte is offering existing Airbyte users three months of access to Airbyte Agents with defined usage limits. Usage is metered in “Agent Operations.” This measuring stick bundles reads, searches, actions, and reasoning calls against the Context Store. This gives you a clear way to track and manage consumption as they bring agents into production.

The key question is: Will this work? Well, there's one way to find out, and that's to give it a try. What I can say is that the approach certainly sounds promising to me. 

Noteworthy AI stories:

Become An AI Expert In Just 5 Minutes

If you’re a decision maker at your company, you need to be on the bleeding edge of, well, everything. But before you go signing up for seminars, conferences, lunch ‘n learns, and all that jazz, just know there’s a far better (and simpler) way: Subscribing to The Deep View.

This daily newsletter condenses everything you need to know about the latest and greatest AI developments into a 5-minute read. Squeeze it into your morning coffee break and before you know it, you’ll be an expert too.

Subscribe right here. It’s totally free, wildly informative, and trusted by 600,000+ readers at Google, Meta, Microsoft, and beyond.