Claude Code has already impressed many developers as a powerful AI coding assistant operating from the command line. However, the CLI inherently has a blind spot: you can't easily see what the AI is 'thinking,' which tools it's invoking, or how many tokens it's consuming. This is precisely the problem Conan aims to solve. It's a native macOS application designed to project Claude Code's entire workflow onto a floating Heads-Up Display (HUD) in real-time.
Peeking Under the Hood: AI's Every Move
Conan's core value proposition is transparency. It takes every prompt you issue, every tool call made by the model, every skill triggered, and the associated token consumption, displaying them live in a discreet overlay window on your screen. Instead of guessing what the AI is doing within the black box of the terminal, you get a direct view into its 'thought process.' This proves incredibly useful for debugging complex prompts and keeping a close eye on API costs.
Native macOS Experience, Minimal Overhead
Being a native macOS application, Conan offers a responsive interface and maintains a low resource footprint. Essentially, it acts as a graphical wrapper around Claude Code, not altering the underlying model's behavior but making the interaction process visible. You can continue using all your Claude Code commands directly in the terminal, while Conan quietly works in the background, capturing and outputting real-time data to its HUD.
It sounds simple, but in practice, this visibility provides a significant sense of assurance—especially when the AI is calling external tools, you can spot potential issues immediately.
Practical Use Cases for Developers
- Debugging Complex Prompts: When the AI's output isn't what you expected, seeing the sequence of tool calls and token distribution helps pinpoint the problem quickly.
- Cost Monitoring: The real-time display of token consumption allows developers to manage and control API expenses proactively during their coding sessions.
- Teaching and Demonstrations: Presenting the HUD to a team or students offers an intuitive way to explain and visualize the AI-assisted workflow.
Current Limitations and What to Expect
Conan is currently exclusive to macOS, meaning Windows and Linux users are out of luck for now. It also doesn't operate independently; it relies on an existing Claude Code installation and a valid Anthropic API Key. Additionally, while generally well-behaved, the HUD window might occasionally require manual adjustment for optimal placement in multi-monitor setups.
If you're a heavy Claude Code user on macOS, Conan offers a tangible improvement to your development experience. It doesn't introduce groundbreaking AI capabilities, but it excels at making the AI's internal workings 'visible,' which is a pragmatic move that many will appreciate.











Comments
No comments yet
Be the first to comment