# AI Daily Check > AI Daily Check (aidailycheck.com) is a real-time tracker of how the frontier AI models are performing today. Users rate ChatGPT, Claude, and Gemini on a five-point scale (terrible, dumb, mid, smart, genius), a scheduled classifier adds Reddit community sentiment, and weekly LMArena snapshots provide slow-moving benchmark context. The site combines this fast crowd data with slow benchmark data to tell real model degradation apart from perception, and publishes practical guides for using each model well. Independent and ad-free, run by Eric Khun. Methodology: https://aidailycheck.com/about ## Live trackers - [AI Daily Check homepage](https://aidailycheck.com/): Live sentiment for ChatGPT, Claude, and Gemini today, with combined analytics and news. - [ChatGPT today](https://aidailycheck.com/chatgpt): Live user sentiment on ChatGPT performance, updated with every vote. - [Claude today](https://aidailycheck.com/claude): Live user sentiment on Claude performance, updated with every vote. - [Gemini today](https://aidailycheck.com/gemini): Live user sentiment on Gemini performance, updated with every vote. ## Benchmarks - [ChatGPT benchmarks](https://aidailycheck.com/chatgpt/benchmarks): LMArena arena scores, global rankings, and model comparison for every GPT model, updated weekly. - [Claude benchmarks](https://aidailycheck.com/claude/benchmarks): LMArena arena scores, global rankings, and model comparison for every Claude model, updated weekly. - [Gemini benchmarks](https://aidailycheck.com/gemini/benchmarks): LMArena arena scores, global rankings, and model comparison for every Gemini model, updated weekly. ## Related projects - [antics](https://antics.gg): Also run by Eric Khun. Play free multiplayer browser games in one click, or make multiplayer games with a coding agent. Claude Code, Codex, or Cursor writes the game, and antics adds the rooms, live state sync, leaderboards, and hosting, then serves it at a link you can share. - [Make multiplayer games with Claude](https://antics.gg/make-a-game-with-claude): One command connects the antics MCP server, then Claude writes the game, ships it, and hands back a playable link. - [Prompts that make multiplayer games](https://antics.gg/prompts): Copy-paste prompts for building multiplayer browser games with Claude Code, Codex, or Cursor, each one ending in a playable link. - [Agent skills for game development](https://antics.gg/skills): Task-scoped skills that teach a coding agent how to design, build, test, and ship a browser game. ## Guides and articles - [About AI Daily Check](https://aidailycheck.com/about): How votes are collected, how Reddit sentiment is classified, and the honest limits of the data. - [Prompting Claude 5 Models: Opus 5 and Fable 5](https://aidailycheck.com/claude/guide/prompting-claude-5-models): Claude Opus 5 and Fable 5 need fewer instructions, not more. What to delete from prompts written for older models, plus effort levels and verbosity. - [Claude Opus 5: What's New, Pricing, and Benchmarks](https://aidailycheck.com/claude/models/opus-5): Claude Opus 5 launched July 24, 2026 at the same price as Opus 4.8. What changed, what Anthropic claims it does, and how users are rating it so far. - [CLAUDE.md and AGENTS.md: How to Steer AI Agents](https://aidailycheck.com/learn/claude-md-and-agents-md): CLAUDE.md and AGENTS.md are markdown files that tell an AI coding agent how your codebase works. Here is what to put in them and how to write them well. - [AI Adoption Stages: From One Agent to a Thousand](https://aidailycheck.com/learn/ai-adoption-stages): The five AI adoption stages, from gated to AI-native. What changes at each step, why the bottleneck is never the model, and what moves a team up. - [What Is an AI Agent? Definition and How Agents Work](https://aidailycheck.com/learn/what-is-an-ai-agent): An AI agent is deterministic software that harnesses a model's non-deterministic output toward a goal. Why agents are hard, and how MCP and skills fit in. - [ChatGPT Models: Every GPT Version Compared](https://aidailycheck.com/chatgpt/models): One page per GPT model version: launch dates, what changed, community sentiment, and benchmark performance for every ChatGPT model release from OpenAI. - [Is Claude Getting Dumber? What the Data Shows](https://aidailycheck.com/claude/guide/is-claude-getting-dumber): Every few months users swear Claude got dumber. Live sentiment data and two Anthropic postmortems show when degradation was real and when it is perception. - [Claude Fable 5: What's New, Pricing, and How It Performs](https://aidailycheck.com/claude/models/fable-5): Claude Fable 5 launched June 9, 2026 as Anthropic's first Mythos-class model. What it does well, what it costs, and how users are rating it so far. - [Claude Models: Every Version Compared](https://aidailycheck.com/claude/models): One page per Claude model version: launch dates, what changed, community sentiment, and benchmark performance for Opus, Sonnet, and Haiku releases. - [Claude Error Messages Explained: Causes and Fixes](https://aidailycheck.com/claude/tips/claude-error-messages): What every common Claude error means and how to fix it: tool result could not be submitted, streaming interrupted, 529 overloaded, and generation failures. - [Gemini Models: Every Version Compared](https://aidailycheck.com/gemini/models): One page per Gemini model version: launch dates, what changed, community sentiment, and benchmark performance for every Gemini Pro and Flash release. - [Clean Code for AI Agents: Make Your Codebase Agent-Ready](https://aidailycheck.com/learn/clean-code-for-ai-agents): A clean, well-organized codebase makes AI coding agents like Claude Code and Codex far more effective. Here is why code quality matters and how to enforce it. - [Scaling AI Development: Using LLMs in Large Codebases](https://aidailycheck.com/learn/scaling-ai-development): A disciplined workflow for scaling AI development on large codebases: manage the context window, align before planning, and slice work vertically. - [How to Use Claude Code Properly: The Workflow That Works](https://aidailycheck.com/claude/guide/how-to-use-claude-code-properly): The recommended Claude Code workflow: explore the codebase first, plan in plan mode, then implement step by step. Best practices that prevent rewrites. - [Codex Plan Mode: What It Is and How to Use It](https://aidailycheck.com/chatgpt/tips/codex-planning): What Codex plan mode does, how to switch into it, and the plan.md workflow OpenAI's own engineers use to keep Codex on track through long coding tasks. - [Advanced Claude Features](https://aidailycheck.com/claude/guide/advanced-features): Unlock Claude's advanced capabilities for complex tasks - [Getting Started with Claude - First Steps](https://aidailycheck.com/claude/guide/getting-started): Your first steps to using Claude effectively - [Code From Anywhere with ChatGPT Codex (GitHub Integration)](https://aidailycheck.com/chatgpt/guide/code-from-anywhere-with-codex): How to set up and use ChatGPT's Codex to review and generate code directly in your GitHub repositories. - [Code From Anywhere with Claude Code (GitHub Action)](https://aidailycheck.com/claude/guide/code-from-anywhere-with-github-actions): How to install and use Claude Code GitHub Action from the CLI to generate code in your repositories. - [Learn AI: Complete Guide to Language Models](https://aidailycheck.com/learn): Master AI fundamentals, prompts, and real-world applications across ChatGPT, Claude, and Gemini with real-time performance data - [Executive Prompts: AI Templates for Leadership](https://aidailycheck.com/learn/prompts/executive): Ready-to-use AI prompts for CEOs, directors, and senior leadership - board presentations, strategic decisions, stakeholder communications - [Strategy Prompts: AI Templates for Strategic Planning](https://aidailycheck.com/learn/prompts/strategy): Ready-to-use AI prompts for strategic planning, market analysis, competitive intelligence, and business strategy development - [ChatGPT Coding Prompts](https://aidailycheck.com/chatgpt/prompts/coding): Simple, focused prompts for programming tasks that work well with ChatGPT's conversational style - [Use Extended Thinking Mode for Complex Planning](https://aidailycheck.com/claude/tips/extended-thinking-mode): Unlock Claude's deeper reasoning with extended thinking modes - use 'think', 'think hard', 'think harder', or 'ultrathink' for progressively more sophisticated analysis - [Getting Started with ChatGPT](https://aidailycheck.com/chatgpt/guide): A comprehensive guide to using OpenAI's ChatGPT effectively - [ChatGPT Prompt Examples](https://aidailycheck.com/chatgpt/prompts): Ready-to-use ChatGPT prompts for coding, writing, analysis and creative tasks - [ChatGPT Tips & Best Practices](https://aidailycheck.com/chatgpt/tips): Advanced strategies for maximizing your ChatGPT productivity - [Getting Started with Claude](https://aidailycheck.com/claude/guide): A comprehensive guide to using Claude AI effectively - [Claude Prompt Examples](https://aidailycheck.com/claude/prompts): Real Claude conversation examples and effective prompts - [Claude Tips & Best Practices](https://aidailycheck.com/claude/tips): Advanced tips and techniques for getting the most out of Claude - [Getting Started with Gemini](https://aidailycheck.com/gemini/guide): A comprehensive guide to using Google Gemini AI effectively - [Gemini Prompt Examples](https://aidailycheck.com/gemini/prompts): Real Gemini conversation examples showcasing multimodal capabilities - [Gemini Tips & Best Practices](https://aidailycheck.com/gemini/tips): Advanced tips for maximizing your productivity with Google Gemini - [LLM Basics: What Are Large Language Models?](https://aidailycheck.com/learn/basics): Learn the fundamentals of large language models and how they work - [AI Prompts Library: Universal Templates](https://aidailycheck.com/learn/prompts): Ready-to-use AI prompts that work across ChatGPT, Claude, and Gemini with real-time performance insights - [AI Use Cases: Practical Applications](https://aidailycheck.com/learn/use-cases): Discover real-world applications for AI across industries and roles