I built a small MCP server that lets any AI agent (Claude Desktop, Cursor,
Windsurf) block and wait for a human response before taking irreversible actions.
Two tools:
- ask_human(question) – agent blocks until you reply
- request_approval(action) – agent blocks until you click Approve or Deny
Notifications via Slack (with interactive buttons), or native macOS
dialogs. Works with any MCP-compatible client over stdio or SSE.
The use case that motivated it: I kept coming back to find my agent had done
something I didn't want while I was away. Now it just asks.
GitHub: https://github.com/nishantmodak/call-a-human-mcp
Problem has never been the storage. Its running those queries to return in milliseconds - if its for a dashboard, an alert of your new AI agent trying to make sense of it.
I wrote this after seeing the same failure modes across multiple teams and metrics stacks.
The intent here isn’t to argue that high cardinality is bad but to explain the mechanical reasons unbounded cardinality shows up later as cost surprises, slow queries, and trust erosion.
Curious if others have seen similar query-time or indexing issues they have noticed.
>Engineers have to pre-define and send all telemetry data they might need – since it’s so difficult to make changes after the fact – regardless of the percentage chance of the actual need.
YES. Let them send all the data. The best place to solve for it is at Ingestion.
There's typically 5 different stages to this process.
Ingestion - Build pipelines that allow to process this data and provide for tools like streaming aggregation, cardinality controls that allow to 'process it' or act on anomalous patterns. This atleast makes working on observability data 'dynamic' instead of having to go change instrumentation always.
Storage - Provide blaze (2hours), hot(1 month), cold(13 months) of tiered data storage with indipendent read paths.
This, in my opinion has solved for the bulk of cost & re-work challenges associated with telemetry data.
I believe, Observability is the Big Data of today, without the Big Data tools! (Disclosure: I work at Last9.io and we have taken a similar approach to solve for these challenges)
The rice farmers I met in Bihar, for instance, are now growing a new variety of flood-tolerant rice—nicknamed “scuba” rice—that can survive two weeks underwater.
Found this extremely interesting. Probably because, I was surprised by the thought that, this could be done
Agree! With http://tah.io/get we have tried to make use of BLE not just as beacons but also for combining the power of your physical sensors with 'smartphone' sensors to have much more interesting use cases!
“If we had had the same progress in the aircraft industry, you and I could be flying between London and New York in 500,000-seat planes and the fare would be about 25 cents,” he once said.
What kind of progress/innovation does he refer to in this?