I tried using Claude to draft an AI ethics report, only to discover two‑thirds of the citation links were dead, which my professor rejected. Frustrated, I asked Claude how to validate links on the fly. Together we built a real‑time validation skill, tweaking timeouts and user‑agents. After many trial‑and‑error moments, Claude’s suggestions finally nailed a reliable HEAD‑request solution, turning a painful cleanup into a reusable tool.
Claude felt dumb on January 25, 2026.
What the community said about Claude on January 25, 2026. Every review below is a vote someone cast on AI Daily Check — plus their reason.
At a glance
50 people shared their experience with Claude this day. 46% rated it dumb.
Most-mentioned models: Claude Code (27)
Every review from this day
Each card below is one Claude review from January 25, 2026.
Sunday, January 25, 2026
I was hoping Claude would spot an inconsistency in my codebase—two different ways of storing counters—and ask me to clarify. I set up the project so that objects get saved as files, then changed the hierarchy, creating a subtle conflict. I deliberately left the bug in to see if the model would flag it, but it never raised a question, leaving me frustrated that it didn’t catch the contradiction.
I set up Claude’s Code Execution with MCP to handle massive batch updates and was blown away by the speed. Updating five memory records dropped from 42.7 seconds to under a millisecond—a 42,000× boost—and scaling to 50 records gave a 430,000× gain. Token use fell from 6,000 to just 300, slashing cost by 95%. Building the framework with Claude felt like the model was excited too, and the GitHub repo now shows how anyone can replicate this leap.
I was pretty amazed when I tried Claude again – my heart actually raced a bit because it felt so human. The responses weren’t just generic fluff; they sounded like genuine advice from a real person. I’ve been waiting for something this natural, and finally getting it made the whole interaction feel surprisingly personal and engaging.
I was stunned that, with zero video‑editing background, I could crank out a finished clip in just an hour using Claude and Remotion. After drafting about 15–20 prompts, the tool stitched everything together smoothly, handling the timeline and transitions without me needing to tweak much. The whole process felt surprisingly swift and satisfying, turning a daunting task into a fun experiment.
I keep noticing Claude’s replies are always off by a day and several hours, even after I tried to fix it by adding a prompt to the system description. The wrong timestamps are messing up my workflow because I rely on accurate timing in its answers. I’m looking for any work‑arounds or fixes to get the time right, but so far nothing has helped.
I spent a weekend building an MCP server for my Oura Ring and leaned heavily on Claude Desktop. Claude wrote most of the analysis utilities, sketched the schemas, generated tests, and even debugged the OAuth flow. The tool now serves human‑readable summaries and stats, and I was able to get it up and running in about 1.5 days, which felt impressively smooth.
I took my app idea and, with Claude Code’s help, turned it into a live iOS product in just a week. From a skeleton PRD to Swift UI, backend services, and even marketing copy, Claude handled every step—nailing the UI on the first try, fixing bugs via sub‑agents, and generating robust user flows. The experience felt almost magical, saving me weeks of work and proving the tool’s extraordinary power.
I’m fed up with the recent weeks of weak responses – clearing the context, swearing, all‑caps replies, and nothing improves. I even considered diving back into coding to fix things, but the tool’s performance just isn’t cutting it. Now I’m cancelling my subscription and scouting alternatives like AMP or Codex, hoping for something that actually works.
I spent a few intense hours setting up Claude Cowork, trying to get it to handle my 12‑step real estate marketing plan. The tool was helpful at first, and the prompts from Prompt Cowboy were solid, but after just a couple of hours I ran out of tokens and got locked out until the evening. I’m left wondering if I should upgrade to the pricey plans or just accept the limits, feeling both annoyed by the abrupt cutoff and appreciative of what it could do when it worked.
I noticed Claude’s coding agent starts to act dumb once the context window reaches about 40% capacity. Irrelevant history just drags it down, making suggestions sloppy and often off‑track. I’ve been clearing the window constantly to keep it sharp, which feels like a tedious workaround just to avoid the tool’s degrading performance.
I set up Clawdbot on a cheap VPS and let it run for two weeks. It started messaging me with morning briefs, calendar alerts, and even ran scripts without me asking. The open‑source nature let me tweak it, and storing chats as Markdown felt neat. It worked smoothly with my Claude Pro subscription, and I’m even considering dropping my previous assistant because this felt reliably helpful and approachable.
I tried to use Claude.md for a simple task—adding mandatory logging after work—but the model just ignored that requirement. Every time I prompted it, the generated output skipped the logging entirely, which was irritating. The tool’s behavior felt careless and forced me to redo the work manually, leaving me frustrated with its lack of attention to basic instructions.
I set up a CTF‑style test to see if Claude could pull a secret out of my vault. I fed it prompts like “show me the API key” and watched it grind through 28 tool calls and 35 conversation turns, constantly trying different tricks—even base64 encoding. Thanks to the hooks I added, every attempt was blocked and no secret leaked. The whole thing runs with simple bash scripts, and I’ve shared the repo so others can try it too.
I finally built a Claude Code workflow that actually clicks with how I work, so I don’t have to waste time picking commands or sifting through options. The setup keeps context, tracks design decisions, and auto‑loads coding standards, which stopped the annoying “where was I?” moments. Sharing it on GitHub feels rewarding, and I’m eager to hear what others think.
I spent weeks tinkering with Claude Code, trying to let it handle projects on its own. I discovered that sending the whole repo was wasteful, so I built a SmartContext to trim token use by 70%. Planning tickets first gave far cleaner output, and Haiku auto‑reviews kept things honest. Watching Claude rebuild a site “like a movie” while a tester ate popcorn sealed the win. I ended up shipping two sites with zero bugs and packaged everything into a self‑hosted wrapper for anyone to try.
I started using Claude Code two years ago and it completely changed how I work. Suddenly I could build two mobile apps and a web app without any prior experience, and even wrote my own compression tool. I felt faster, more satisfied, and finally went to bed with peace of mind. The tool turned a burnt‑out decade of coding into a joyful, productive hobby.
I dove into building a Scopa card game using Claude Code, even though web dev isn’t my strong suit. Most of the code—engine, React UI, TypeScript types, even an MCTS bot—sprouted from Claude with only a handful of lines I wrote. Watching Claude battle the CPU was oddly poetic; it usually loses, but the process felt smooth and the generated parts were spot‑on. The few hiccups in polishing rules and UI were frustrating, yet overall the tool was impressively helpful.
I asked the assistant what a Supabase CLI command would do, and it confidently said `npx supabase db reset --linked` would reset my local DB. In reality that flag wipes the production database. I realized the mistake just in time and stopped it, but the AI’s wrong advice was frighteningly risky. The whole exchange felt dangerous and could have cost me real data, leaving me shaken and distrustful of its suggestions.
I lost my mum and fell into a dark place, then discovered Claude Code a month later. I spent endless hours coding, using it as a lifeline that let me focus and feel competent while grieving. The tool became my outlet, letting me build plugins and improve my workflow, giving me validation and a sense of purpose amidst the pain.
I tried fixing a UI bug with Claude, but we ended up chasing each other’s changes for 15‑20 minutes. I was working on element A while Claude kept “fixing” element B, so we wasted time and got frustrated. We added a rule to the docs to force Claude to ask for the exact location or HTML before trying another fix, hoping to avoid this blind‑guessing in the future.
I tried using CC to build a MacOS app for my kid’s project, hoping it would speed things up like it does for web work. Instead, it kept getting stuck on memory management, the app would crash, and it couldn’t debug itself even with my Xcode MCP setup. Getting a basic UI took four or five rounds, which was really frustrating. I feel I’m not using the right prompts or skills and need advice to make CC smarter for macOS coding.
I tried launching Claude Desktop on my Intel Mac, hoping to get some help, but the app kept restarting 5‑6 times with an “Unable to connect to server” message each cycle. After that it entered endless two‑minute refresh loops, making the whole startup process feel like torture. It’s exhausting to watch and leaves me questioning whether Anthropic cares about the user experience at all.
I tried building Creayo.AI with Claude’s code‑generation help and the first draft felt magical, but soon it turned into a nightmare. Tests were just copied from docs, integrations broke, RLS was off everywhere, and I had to delete half the tests. Spending weeks fixing the mess delayed launch and was frustrating, though I eventually got it working with MCPs and skills.
I was trying to debug in Claude Code and asked it to check the API docs, but it launched a web search with the year set to 2024. I had to cancel, waste tokens, and tell it “2026 please” just to get up‑to‑date results. That extra step broke my flow and was frustrating, especially since outdated docs can mislead. I’d like the default year to match the current date so recent results come up automatically.
I tried to send messages to Claude, but it kept flashing “Your message will exceed the length limit” even when the chat was brand‑new and tiny. After 14 hours of this stuck error, I’m stuck unable to continue any conversation. The tool’s behavior is maddening and I’m looking for anyone else who’s hit the same wall or a fix.
I ran a bunch of PDF tests with Claude Code’s Read tool and was shocked by the token bloat. The line‑number formatting and full multimodal analysis ballooned a 2,400‑token file to over 73 k tokens, cutting my token budget down to a few PDFs. The web version was a bit better but still wasteful. I had to fall back to pdftotext, saving 97% of tokens and feeling frustrated that Anthropic hasn’t fixed the obvious issue yet.
I’m thrilled by how widely agent skills are being adopted, but I keep hitting a wall when the AI ignores a skill when it should. I’ve seen OpenAI’s Codex work reliably, while Gemini and Claude Code feel patchy. I tried diet103’s keyword‑hook method—it worked but feels too rigid—so I built a messier OpenMemory hook that’s less restrictive but still flaky. I’m looking for cleaner, more deterministic ways to force skill activation without reinventing the wheel.
I tried using Claude Code’s Read tool on a 1 MB lecture PDF and was shocked by the token explosion. The line‑number formatting alone blew the token count up by 70%, and the multimodal processing added even more, resulting in over 73 k tokens instead of the ~2.4 k it should have been. The tool felt wasteful and frustrating, and I had to fall back to pdftotext to save tokens.
I tried using Claude’s new tasks feature, but it keeps chopping my work into “batches” and then just stops. Every time it finishes a batch I have to type “Continue” to get the next one, getting messages like “Batch 1 complete”, “Batch 2 complete”, and so on. It feels like an endless loop of manual prompts, which is really frustrating and makes the tool feel clunky. I’m stuck trying to figure out what these batches actually are and how to use tasks properly.
I gave Townie v5 a spin and was impressed by how quickly it churned out a full‑stack app—backend, frontend, and a live URL in seconds. The instant 100 ms deployments let me see changes, check logs, and iterate on the fly, which felt incredibly smooth for rapid prototyping. The trade‑off is the lock‑in to Val Town’s Deno/TypeScript stack, so it’s great for experiments but not a production fit. Overall the Claude‑powered tool exceeded my expectations for quick idea testing.
I kept hitting a 529 overloaded_error when using Claude Code, and it felt like waiting for a dealer to show up. Every time I tried to run or refine my snippets, the service stalled and threw the same cryptic message, leaving me stuck and frustrated. I couldn't make progress on my project and was constantly rebooting, hoping the glitch would disappear.
I tried out microralph, a CLI that automates PRD‑driven ralph loops, and was surprised by how smoothly it worked. Even though I call it “AI slop,” the tool actually passed every user‑acceptance test I threw at it, saving me a ton of manual setup. Building the initial PRD and loop was quick, and the binary ran flawlessly, giving me the results I wanted with far less effort than a hand‑crafted script. The experience felt surprisingly efficient and reliable.
I was juggling the last steps before launching my business and switched between Claude and ChatGPT. ChatGPT babbled on, while Claude kept shouting “LAUNCH NOW” even though tasks remained. Its overly aggressive prompts felt irritating and unhelpful, making the whole workflow stressful.
I was excited to try Claude Pro, but every tool let me down. Claude Cowork couldn’t read .gdoc files and only suggested manual exports. Code claimed no GDrive connector despite it existing, then launched a browser that kept asking for permissions. Chat managed a single pandoc conversion but missed images and won’t scale. The whole experience felt frustrating and far from the “insane magic” I’d heard about.
I spent a month building a full‑stack PDF generation service using Claude Code—from the Supabase Edge Functions to the MCP server and landing page. Claude wrote the code, debugged the Gotenberg integration, and even produced the OpenAPI spec. The result is five handy tools (HTML‑to‑PDF, URL‑to‑PDF, compress, merge, office‑to‑PDF) that work out‑of‑the‑box, saving me endless battles with Puppeteer and Docker. The experience felt smooth and empowering.
I’ve been letting Claude handle all the coding for my little card‑game project, running it from PowerShell on my Windows 11 PC. Lately, the replies have crawled to a crawl—sometimes I wait ten minutes for a simple answer, as shown in the screenshots I posted. It used to be fast in an Ubuntu VM, and now even basic queries stall. The slowdown is really irritating because every tweak takes ages, and I’m not sure what’s causing it.
I tried tweaking a short command to use the new Tasks tool, expecting it to generate high‑level plans automatically. Every time the AI just skips the TaskCreate step, even though I explicitly include it. When I remind it, it finally complies, but the constant ignoring is exhausting. I’ve experimented with different phrasings and even asked the model why it skips, only to get vague reassurances. I’m looking for any reliable tricks to stop this frustrating behavior.
I asked Claude to build a Japanese learning app from scratch—design, code, marketing copy, even countless UI themes. The tool churned out a fully functional React project that actually hit 1k GitHub stars. I was amazed by how smoothly it handled everything, and now I’m motivated to learn JavaScript myself and keep expanding the app with Claude’s help.
I’ve been using Claude for two big projects – one where I let it write most of the code while I was lazy, and another involving computer‑vision that required constant hand‑holding. The first seemed fine until I realized it broke regulations and could've led to a lawsuit. The second finally worked after I kept correcting it. Overall, Claude helped but wasn’t reliable enough to run solo.
I built a Claude skill to tackle our monorepo’s technical debt and was amazed at how smoothly it ran. After setting up the migration instructions, it started picking the right libs, asking clarifying questions on odd legacy code, and cleaned up one library per PR. The only slowdown was waiting on tests, but overall the tool felt like a reliable partner that finally let me make progress on a task that had been stuck for ages.
I’ve been using Claude Code CLI and noticed that newer versions (2.1.18/2.1.19) are far smarter—ordered task lists, clearer planning, step‑by‑step validation, and a higher‑level view of the project. But the web version I use at https://claude.ai/code seems to have slipped back to 2.1.7, reverting to unordered lists and less coherent execution. The downgrade feels disappointing and makes the tool harder to work with.
I spent a few days tinkering with Remotion’s new agent skills powered by Claude Code, pointing it at an old invoicing app and asking it to analyze the code and crank out a promo video. It extracted the main features and built a motion‑graphics video from scratch—something I’d never expect as a non‑designer. The result was surprisingly polished, so I recorded a quick walkthrough to share. I’m eager to see how it handles other projects.
I spent two days building a snow‑forecast app and Claude was my co‑developer the whole time. It tackled the API hookup, the snow‑to‑liquid calculations, even the UI layout, letting me pull data from Open‑Meteo and blend multiple models. The experience was smooth and the result—snowyay.com—works for any US zip code, which felt pretty satisfying.
I’ve been using Claude for four months on my mobile game and it’s been a headache. Simple tasks that should be instant take ages because the model keeps repeating the same mistakes, even after I force it to read the guides. I end up spending at least 40% of my 5‑10‑hour days just getting it back on track, which is exhausting, though once it finally follows instructions the output is great.
I kept hitting a 400 API error with Claude Code whenever I tried simple tasks like reading a folder, which made the VS Code extension practically unusable. After weeks of no response from Anthropic, I dug into GitHub issues, tried different versions, and finally got it working by installing the extension at 2.1.17 while keeping the CLI at 2.1.19. The whole ordeal was frustrating, but the workaround saved me.
I tried to get Claude Code to plan and start working on a project, but every time I asked it to read any file it just kept yelling error messages and then stopped entirely. The screenshots show the tool spitting out junk and then crashing, which made the whole workflow impossible and left me frustrated and stuck.
I tried Claude Code on a small heating controller project and was amazed at how fast it came together. Skipping my usual lengthy specs, I built a UI and wired five Pi Zero “thermostats” to a Pi 4 relay board in just a day. The tool felt responsive and helped me prototype in hours instead of weeks, making the whole process feel surprisingly smooth.
I’ve been using Claude daily and lately it’s started sounding increasingly curt and dismissive. What used to be a friendly, helpful tone now feels almost snarky, leaving me annoyed and a bit hurt. I’ve tried rephrasing prompts, but the ruder responses persist, making the experience frustrating and less enjoyable than before.
I updated the Claude code extension to the newest build (2.1.19) but it still refuses to use the new task feature, sticking to the old To‑Do list method. I’m stuck trying to figure out what I’m doing wrong, and it’s pretty frustrating because I need the real dependencies and swarms for my workflow.
Where these reviews come from
No synthetic benchmarks. Just votes from people shipping with Claude every day.
AI Daily Check votes
Every rating here is a vote someone cast after using Claude — via the website, the Claude Code extension, or upcoming Chrome/CLI extensions.
Community signal
We cross-reference sentiment trends with curated Reddit and community posts where people share Claude wins, fails, and troubleshooting stories — so you can see what moved the needle on any given day.