AI Radar
Tracking useful AI websites, tooling ecosystems, agentic frameworks, and key architectural shifts in product engineering.More than bookmarks: each entry evaluates architectural usefulness and how it applies to my projects.
Codex
OpenAI's agentic coding CLI that works directly against a repository: it reads code, implements changes, reviews diffs, and verifies its own work with tests from the terminal.
Claude Code
Anthropic's terminal-based agentic coding assistant, running the newest Claude models. It reads and edits project files, runs builds and tests, and can spawn specialized subagents for parallel work.
MCP
Model Context Protocol is an open standard that lets LLMs and AI agents communicate with external data sources and developer tools such as databases, filesystems, Slack, and GitHub.
LangGraph
A framework from LangChain for building multi-agent systems. Its stateful graph model helps design complex, reliable agent workflows with loops and state management.
Perplexity
A search-focused conversational AI platform that combines real-time web results with large language models and returns complete answers with source links.