replugging my essay, “taste is not scalable” where I had the audacity to quote Kant on taste coz this is getting a bit ridiculous. taste in what? art assets? typography? writing? static design? video editing? cinematography? UI? interaction design? UX? taxonomies? copy? TASTE IN WHAT? WHOSE TASTE? AND THEIR TASTE IN WHAT? AND WHAT WILL THAT BEING FORMULISED DO FOR ANYONE?
tech industry didn’t have the vocabulary to discuss human art and creativity so it’s created a new binary definition: taste vs slop. naturally, there were going to be models and companies “solving” for taste. it started with “context”. I don’t mean to diss on this company, I know others too in this space and it’s been the most soulless work to watch which is really something if you’re going to turn “taste” into your category.
you know what’s the real slop? these catchphrases and whoever keeps coming up with them.
ghibli’s work is BEYOND “tasteful”. AI generated ghiblislop is bottom of the trash pile. go figure.
TASTE IS NOT SCALABLE.
https://t.co/yMtxWWBGAD
Airweave now supports 50 agentic search connectors.
When we started, the pitch was simple: sync your data once, query it from any agent. But that only works if we actually cover the tools your team uses.
So we kept building. 50+ sources. One search layer. Works with whatever agent framework you're already using.
New @airweave_ai connectors shipped this week below:
Day 4/5 of Airweave Launch Week.
We just shipped our Hosted MCP Server for Airweave.
Local MCP servers work great for desktop clients. But cloud AI platforms need a remote endpoint they can hit over HTTP.
Now they have one. Stateless, no sessions, one POST request and your agent searches across all your synced data from 50+ apps.
Works with OpenAI Agent Builder, Cursor, Claude, VS Code, and more.
We just launched Webhooks for Airweave.
Your AI agent syncs context from 50+ apps. Now you get notified the moment that sync completes, fails, or changes state so you can trigger downstream workflows in real time.
No more polling. No more guessing. Just register an endpoint and Airweave pushes events to you.
Trigger pipelines. Send Slack alerts on failures. Refresh caches. Feed audit logs.
Today we're launching Airweave Connect.
Your users need to connect their data sources to your app. Now they can do it themselves with a single embeddable widget. No auth UI to build.
Slack, GitHub, Google Drive, Notion, and 50+ more.
You add a button, they click it, their data starts syncing.
Introducing Agentic Search by Airweave.
Your agent can now spin up a sub-agent that runs multiple strategies in parallel and refines the results until it has the best answer.
Now agents can search workspaces like Claude Code searches codebases.
@airweave_ai
We just released the Airweave CLI. Here's the thinking behind it.
There is an increasingly clear pattern in how agents interact with external tools: they shell out to a CLI. No protocol handshakes, no session state, no tool schema discovery. A process that takes arguments and returns structured JSON on stdout. The simplest possible integration surface.
The Airweave CLI was built with this pattern in mind. One command to search across 50+ connected sources. Rich formatting for humans, clean JSON for agents. Same command, no config change.
Your agent calls airweave search "query" --json, parses the output, and has its context.