Benchling builds an LLM-powered RAG Slackbot for internal Terraform Cloud Q&A
Benchling engineers regularly asked Terraform Cloud questions in Slack, but finding answers required reading through a lengthy Confluence FAQ or spelunking through old Slack threads, making information retrieval slow and tedious.
Benchling built a working RAG-based Slackbot that lets engineers get synthesized answers to Terraform Cloud questions from multiple internal and public data sources, and found the knowledge base setup took minutes instead of days.
Frequently asked questions
What did this team achieve with this AI workflow?
Benchling built a working RAG-based Slackbot that lets engineers get synthesized answers to Terraform Cloud questions from multiple internal and public data sources, and found the knowledge base setup took minutes ins…
What tools did this team use?
Amazon Bedrock, OpenSearch Serverless, Claude 3.5 Sonnet v2, Amazon Titan Text Embeddings v2, AWS Lambda, AWS API Gateway, Slack, Confluence.
What results were reported?
Knowledge base setup time: minutes instead of days (source-reported, not independently verified).
How is this it support AI workflow structured?
Engineer asks in Slack → Vector database search → LLM synthesizes response → Answer delivered in Slack.