Personal Butler
An AI assistant I built for my daily work at a tech company.
Problem
Too much of the day went to small, repeated tasks: looking up answers in internal docs, writing tickets, and labeling them the same way every time.
How it works
- Answers questions by searching a knowledge base first, instead of guessing
- Writes tickets in a fixed format for each ticket type
- Suggests labels automatically from the ticket content
- Runs in the cloud behind an LLM proxy, so the model can change without code changes
LLM agent · Knowledge search · LLM proxy · Built with Claude Code