datafetch

4 posts

datafetch banner
datafetch

datafetch

@datafetchai

Intent-shaped data interfaces for agentic search

London Beigetreten Mart 2026
3 Folgt3 Follower
datafetch retweetet
Gabriele Farei
Gabriele Farei@jayfarei·
Hard to explain what a dataset harness like @datafetchai actually is, because it’s an agent-to-agent thing. So here's the first attempt of many: Imagine a dataset interface as a code workspace your agent can inspect, run, and compose through typed TypeScript functions. As agents solve real intents using it, the useful parts of their work are saved back as new typed functions, tests, and examples. Over time, the workspace stops being a generic dataset interface and becomes a tenant-specific library of workflows shaped by what (your) agents repeatedly ask of that dataset. The harness is what governs that evolution 👇
English
0
1
1
122
datafetch retweetet
Gabriele Farei
Gabriele Farei@jayfarei·
Playing around with ways to showcase what dynamic code mode in @datafetchai "feels like", and it is hard 😅
Gabriele Farei tweet media
English
0
1
0
66
datafetch
datafetch@datafetchai·
Your queries, your interface 👀
datafetch tweet media
English
0
1
0
71
datafetch retweetet
Gabriele Farei
Gabriele Farei@jayfarei·
👀 Intent-shaped interfaces that improve over time. Every mount becomes a learning episode. 📅 Next week → @datafetchai
Gabriele Farei@jayfarei

Last Saturday I joined the @cerebral_valley x @MongoDB AI Hackathon in London 🙏 I explored adaptive retrieval: how can a data interface improve every time an agent uses it? The prototype I built was: 1/ Mount a dataset interface as a virtual filesystem, so usage memory lives next to the data surface. 2/ Let agents use bash to search, sample, inspect schemas, and plan trajectories. 3/ Commit the final trajectory as an executable TypeScript file. 4/ Let that file compose deterministic primitives with skill-driven agent steps via @FredKSchott's Flue ❤️ The challenge was to force claude/codex to "exernalise" the trajectory, I did that by offering only sample data to derive functions and skills, but forcing the execute() step to be a single typescript file. The result is that over time, repeated queries crystallise into intent-shaped interfaces. More and more follow-on queries were simply repeats of the previous ones with different arguments, leading to fewer exploratory steps, more direct calls, faster answers. The useful win win of this approach: 1/ data providers get a concrete signal for how agents actually want to use their data, 2/ they can expose cheaper interfaces based on derivative usage. 3/ they can implement surgical optimisations to existing user trajectories (replacing expensive searches, LLMs steps that could be deterministic, or cheaper models, ...) Cleaning up the project to release it soon 👉 datafetch.ai

English
0
1
3
398