Show HN: How to build and self-host a code review agent
3 hours ago
- Tilde is a cloud-based harness SDK for building AI agents quickly, designed to overcome sub-optimal outcomes from single-harness solutions and improve developer experience.
- Key components include Tools (MCP server integration, credential management), ChatKit (Slack, GitHub integration), and Memory (skills registries, wikis for autonomous updates).
- A practical example is a code review agent that can be tagged in GitHub PRs, securely checkout code, analyze diffs based on system prompts, and comment back with inline and summary messages.
- The architecture allows developers to focus on the core logic (e.g., code review) while Tilde handles infrastructure, reducing setup time to under 5 minutes.
- Deployment is portable via Vercel and Tilde, with a tilde-state.yaml file for easy configuration of integrations like GitHub and Modal sandbox.