Tag: #slack-bot
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Building an AI Teammate with a Slack Bot — Wiring Up Claude, Gemini, OpenClaw + Extending Tools with MCP (2026 Hands-On)
The highest-leverage surface for deploying AI isn't the IDE — it's Slack, where the whole team uses it, right where the work happens. This is a follow-along hands-on. Create a Slack app, stand up a minimal bot that respo
2026-05-14 · 16 min read #slack-bot#llm#claude#gemini#openclawSlack Bot Building Practical Guide — Python Bolt SDK, Event Handling, Slash Commands
A comprehensive guide to building Slack Bots with Python Bolt SDK, covering app setup, event handling, slash commands, modals, Block Kit, and deployment with practical code.
2026-03-09 · 23 min read #chatbot#slack-bot#python#bolt-sdk#automationSlack Bot + LangChain RAG Chatbot Practical Guide — Building an Internal Document Search Bot
Build a Slack chatbot that searches internal documents using LangChain and RAG. Covers document embedding, vector DB, prompt engineering, and Slack Bolt integration with complete code.
2026-03-03 · 28 min read #chatbot#langchain#rag#slack-bot#vector-search