Hacker News new | ask | show | jobs
by zigapotocnik 2 days ago
The "expose it as MCP so AI can query it" pattern is one I keep seeing work really well in practice. We did something similar for business metrics in Databox - the interesting design question was whether to expose raw data or pre-aggregated metrics. We ended up with metrics (with dimension breakdowns) because agents hallucinate less when they don't have to decide how to aggregate themselves. Curious if you ran into anything similar with the sqlite summaries - do you find the AI-generated summaries more useful than raw command history?