# Baseline Studio > Baseline Studio is an AI research studio publishing open-source projects on making AI legible. It takes what models normally learn implicitly and writes it down so people can read, edit, and own it. Founded by Trent Mitchell. All projects MIT licensed. ## Open-Source Projects ### Baseline Core - A free, open-source AI workflow system for product teams - 12 skills, 14 frameworks, 34 reference files (research, strategy, specs, design, planning) - Delivered via CLI: npx @baseline-studio/cli init - Works with any AI tool that reads AGENTS.md (Claude Code, Cursor, Windsurf, Codex, GitHub Copilot, JetBrains AI, ChatGPT, Gemini) - Page: https://baselinestudio.design/baseline-core - Source: https://github.com/TrentM6/baseline-core ### Runtime Classifier - A framework for encoding creative style as explicit, runtime-applied rules, instead of fine-tuning - 8-dimension framework that translates across photography, art, graphic design, writing, music - Worked photography example plus a ~540-line Python reference worker - Page: https://baselinestudio.design/runtime-classifier - Source: https://github.com/TrentM6/runtime-classifier ## Pages - Home: https://baselinestudio.design - Baseline Core: https://baselinestudio.design/baseline-core - Runtime Classifier: https://baselinestudio.design/runtime-classifier - Blog: https://baselinestudio.design/blog ## Source Code - https://github.com/TrentM6