Bloop AI
Bloop AI is a discontinued AI code search engine from Bloop, a London startup. It let developers ask questions about a codebase in plain English and get answers grounded in their own source.
Written in Rust and released under the Apache 2.0 license, bloop indexed local and GitHub repositories and paired regex and symbol search with on-device embeddings for semantic matching. Tree-sitter powered go-to-definition and go-to-reference across ten-plus languages, Python included, and a Code Studio feature was an LLM playground that used the indexed repository as context.
The company later pivoted to mainframe modernization, publishing COBOLEval, a COBOL translation of the Python HumanEval benchmark, along with a family of COBOL-tuned models. Its last product, Vibe Kanban, orchestrates coding agents such as Claude Code.
Bloop shut down on April 10, 2026. The search engine was archived in January 2025, and Vibe Kanban lives on as a community-maintained open source project.
Official website: github.com/BloopAI
Related Resources
Tutorial
AI Coding Agents Guide: A Map of the Four Workflow Types
AI coding agents come in four types: IDE, terminal, PR, and cloud. Learn how each workflow fits into modern Python development.
For additional information on related topics, take a look at the following resources:
- Getting Started With Claude Code (Course)
- How to Use OpenCode for AI-Assisted Python Coding (Tutorial)
- Gemini CLI vs Claude Code: Which to Choose for Python Tasks (Tutorial)
- How to Use Google's Gemini CLI for AI Code Assistance (Tutorial)
- How to Use Ollama to Run Large Language Models Locally (Tutorial)
- How to Use Google's Antigravity CLI for AI Code Assistance (Tutorial)
- AI Coding Agents Guide: A Map of the Four Workflow Types (Quiz)
- Coding With OpenCode: AI-Assisted Python (Course)
- How to Use OpenCode for AI-Assisted Python Coding (Quiz)
- Gemini CLI vs Claude Code: Which to Choose for Python Tasks (Quiz)
- Getting Started With Google Gemini CLI (Course)
- How to Use Google's Gemini CLI for AI Code Assistance (Quiz)
- How to Use Ollama to Run Large Language Models Locally (Quiz)
- How to Use Google's Antigravity CLI for AI Code Assistance (Quiz)
By Martin Breuss • Updated Sept. 9, 2026