Making sense of the Python AI ecosystem
An opinionated collection of tools for building AI systems and applications. All Python-related, used in real projects, organized across all layers of the AI stack.
Top Tools / Libraries
From infrastructure to observability, explore the complete Python ecosystem for AI development
Foundation Models
My curated selection of state-of-the-art models across three critical domains for AI development.
Natural Language
GPT-4
OpenAI's proprietary multimodal LLM, widely used for general reasoning, coding, and tool-use tasks.
Claude 3.5
Anthropic's proprietary multimodal LLM, notable for long-context handling, reasoning, and coding tasks.
Llama 3
Meta's open-weight LLM family, the common base for fine-tuning, self-hosted deployments, and on-premises inference.
Image & Video
Stable Diffusion
Open-weight text-to-image diffusion model from Stability AI, runnable locally and fine-tunable with LoRA or ControlNet.
DALL-E 3
Proprietary text-to-image model from OpenAI, accessed via API with strong prompt adherence and integrated text rendering.
Midjourney
Proprietary image generation model from Midjourney, known for aesthetic output quality, accessed via Discord or web interface.
Audio & Speech
Whisper
OpenAI's open-weight multilingual speech recognition model for transcribing and translating audio files.
ElevenLabs
ElevenLabs' proprietary API for high-quality text-to-speech synthesis and voice cloning.
Bark
Suno's open-weight generative model that produces speech, music, and nonverbal audio from text prompts.
Skills
A small, curated set of Claude Agent Skills you can drop into a Python project and start using right away.
Extracts text and tables from PDFs, fills in forms, and merges or splits documents.
DOCX
Creates and edits Word documents, including tracked changes, comments, and formatting that survives the round trip.
XLSX
Reads, edits, and builds Excel workbooks, including formulas, formatting, and charts.
MCP Builder
Walks an agent through scaffolding, wiring, and testing a new MCP server.
Web App Testing
Drives a running web app in a real browser to click through flows and catch UI regressions.
Skill Creator
Packages a new capability into a SKILL.md folder that follows Anthropic's own skill format.
The Python AI ecosystem is vast and constantly evolving. I built this site to help developers navigate through the noise, find the right tools for their projects, and understand how different pieces of the stack fit together. Read the full story