Skip to content
AI radar

AI radar

4 min read
AI Scout monitoring a radar console with AI tool blips tagged by status

A running log of AI-adjacent links I want to remember: tools to try, projects to watch, articles I read or mean to. Some are tested and I have an opinion. Most are on the want-to-try pile.

Status legend:

  • ✅ tried it, recommend
  • 🟡 tried it, mixed feelings
  • ❌ tried it, would not bother again
  • 👀 on my list, not tried yet
Date addedItemWhat it isStatus
2026-05-22cs.sh by jedi4everTiny bash wrapper that runs Claude Code headlessly without -p (to skip the API-mode surcharge): spins up a one-shot session, auto-approves every tool call via a PreToolUse hook, captures the final assistant reply with a Stop hook, prints it on stdout, and cleans up the session file. ~30 lines.👀 Not tried yet, probably good
2026-05-22tweakccCLI tool that patches Claude Code itself to customize system prompts, themes, thinking verbs, spinners, input-box styling, custom toolsets, AGENTS.md support, and unlock private/unreleased features. Works for both native and npm installs.👀 Not tried yet, looks cool
2026-05-22andrej-karpathy-skillsA single CLAUDE.md file distilling Andrej Karpathy’s observations on LLM coding pitfalls into four principles: think before coding, simplicity first, surgical changes, goal-driven execution. Drop-in for any Claude Code project.👀 Not tried yet, looks cool
2026-05-20cavemanClaude Code skill that rewrites prompts in “caveman speak” — short, content-word-only phrasing — to cut token usage by ~65%. Half meme, half real prompt-compression experiment; 60k+ stars.👀 Not tried yet, looks promising
2026-05-20codeburnInteractive TUI dashboard for AI coding token spend across Claude Code, Codex, and Cursor. Parses local session logs to break down cost per session, model, and tool over time.🟡 Tried, mixed feelings — works fine but the data it shows didn’t change how I work
2026-05-17TolariaDesktop app (macOS/Windows/Linux) for managing Markdown knowledge bases. Files-first — notes stay as plain .md files, never locked in a proprietary format. Git-first — every vault is a git repo with full history. Built by the Refactoring.fm folks; 10k+ stars, used for second brains, personal wikis, and storing AI assistant context.👀 Not tried yet
2026-05-13claude-account-switchermacOS menubar app for switching between multiple Claude Code logins. Stores each account’s OAuth tokens in Keychain (claude-switcher:{email}), keeps cached account metadata in ~/.config/claude-switcher/accounts.json, and atomically swaps ~/.claude.json’s oauthAccount field on switch — so other tools (e.g. statusline scripts) can read the active account locally without a network call.✅ Tested, recommend
2026-05-12dot-ai (my write-up)Viktor Farcic’s AI-powered MCP server for Kubernetes operations. I use it for shared/git skills — custom prompts synced from a central git repo (my wxs/ai-resources) and exposed as /dot-ai-* slash commands globally across all Claude Code projects.✅ Tested, recommend
2026-05-12Infisical agent-vaultOpen-source credential broker that securely proxies API calls for AI agents by injecting credentials at the network layer — agents never see the secrets directly.👀 Not tried yet — waiting on #124
2026-05-12multica.aiOpen-source platform that turns coding agents into real teammates — assign tasks to AI agents, track progress, and manage a combined human-agent workforce from a centralized dashboard.👀 Not tried yet
2026-05-12clawd-on-deskPixel desktop pet that reacts in real-time to AI coding agents (Claude Code, Codex, Cursor, Gemini CLI, …) with 12 animated states. Permission-bubble UI for tool approvals, eye tracking in idle, session dashboard for concurrent agents.✅ Tested, recommend
2026-05-12agnixLinter and LSP for AI coding assistants — validates CLAUDE.md, AGENTS.md, SKILL.md, hooks and MCP configs with autofixes. Rust CLI with plugins for VS Code and other major IDEs.👀 Not tried yet — waiting on #909 for per-file rule overrides
2026-05-12nanoclaw (my deployment: Vasile)Lightweight container-isolated personal AI agent framework. Connects to WhatsApp, Telegram, Slack, Discord, Gmail; memory, scheduled jobs, runs on Anthropic’s Agents SDK. Built from scratch, ~15 source files.✅ Tested, recommend
2026-05-12Dippy (my write-up)CLI tool that runs as a Claude Code PreToolUse hook to manage permissions. Supports wildcards at any position, guidance messages on prompt, layered global + project configs — things settings.json still can’t do natively.✅ Tested, recommend
2026-05-12RTK (my write-up)Rust CLI proxy that sits between Claude Code and shell commands, filtering noisy tool output (passing tests, ANSI escapes, repeated log lines) before it reaches the context window.🟡 Tried, hit some issues, might revisit
2026-05-12ccxrayTransparent HTTP proxy + dashboard that gives “X-ray vision” into Claude Code sessions — inspect every request/response, tool call, and token spend in real time.🟡 Interesting, couldn’t find a use case
Last updated on