AI Agents at work: real-time platform insights in Slack
Monday.com built an AI-powered Slack bot to help engineers monitor platform health and access real-time insights without leaving Slack. The solution uses LLM agents connected via Model Context Protocol (MCP) to query microservice data, with LangChain handling agent logic. Key challenges included preventing LLM hallucinations by pre-computing statistics server-side rather than letting the model calculate, tuning temperature parameters to reduce randomness, and carefully scoping the bot's capabilities. The team later added human-in-the-loop approval for data modifications and supervisor agent patterns for complex workflows. The bot now saves hours by automating repetitive queries about blocked users and service status.