AI Tools Kit
AI Tools Kit provides free developer tools for working with AI language models. Built by developers, for developers.
Learn more about us →Related Articles
How to Build a Codebase Complexity Analyzer with Claude
Build an AI-powered codebase complexity analyzer with the Claude API: extract cyclomatic complexity scores, send flagged functions to Claude, and get refactoring suggestions — in under 200 lines.
LangGraph Stateful Agent Tutorial: Memory, State, and Streaming
Build a production-ready stateful agent with LangGraph 0.4: typed state, persistent checkpointing, streaming output, and parallel tool execution — with copy-paste code for each step.
smolagents Tutorial: Build AI Agents with HuggingFace
smolagents lets you build tool-using AI agents in under 50 lines of Python. Covers CodeAgent vs ToolCallingAgent, custom tools, multi-agent orchestration, and local model support.