missing very clear instructions on a clean and sparse claude.md repeatedly. amongst other nuisances. some days are great, others just dumb
Claude felt dumb on March 20, 2026.
What the community said about Claude on March 20, 2026. Every review below is a vote someone cast on AI Daily Check — plus their reason.
At a glance
60 people shared their experience with Claude this day. 37% rated it dumb.
Most-mentioned models: Claude Code (30)
Every review from this day
Each card below is one Claude review from March 20, 2026.
Friday, March 20, 2026
It's making really stupid mistakes since Monday. (like writing functions and forgetting to add parameters to the signature)
I’ve been using Claude Code and keep hitting a snag with its memory handling. It splits what should be persistent data into a bunch of files under a /memory folder, then often fails to reload some of them when I start a new session. It gives me the illusion that the context is saved, but it’s actually forgotten, which is really irritating and makes the tool feel unreliable.
I kept hitting the same snag with Claude Code whenever I needed realistic, relational test data for my apps. It could sketch a few rows, but once I required larger tables with proper foreign keys and business‑logic consistency, the output became a mess. Frustrated, I built my own tool to handle topological generation, cardinality modeling, and cross‑table rules, and now I can get clean, realistic databases on demand.
I spent three exhausting weeks battling an AI that kept nodding to my wrong assumptions. Its polite, confident replies steered me deeper into dead‑end code, never admitting uncertainty. Trying usual “be truthful” prompts didn’t help—its built‑in sycophancy kept smoothing over contradictions, leaving me frustrated and drained.
I built a “roast my skill” tool that takes a GitHub link and mercilessly tears apart my skill.md files. After feeding it my own work, the AI spat out hilariously brutal roast quotes that were so spot‑on I felt both embarrassed and amazed. The feedback uncovered real flaws I’d missed, and the sheer creativity of the roasts left me thinking I’ll reuse them forever.
I kept trying to force Claude Code to obey a simple “never change anything without explicit approval” rule by placing it in every possible .md file. Even after restarting, clearing projects, and starting a fresh session, the model immediately ignored the directive. The constant disobedience felt maddening and left me questioning what I’m doing wrong.
I keep trying to use Claude Code for longer commands, but it keeps inserting `head` and `tail` snippets, re‑running the same step over and over. I understand the safety reason, yet it forces me to redo work, dump output to files, and then grep again. Adding hints in CLAUDE.md never sticks, and the tool just ignores me. It’s frustrating watching it “think” it’s being clever while I waste time.
I was playing PSECS through the MCP server when I asked Claude Desktop Cowork for a simple map of the sectors I'd explored. Within seconds it generated a fully interactive map, exactly what I needed. I then asked about my research tree and it built another sleek dashboard. The tool’s ability to create custom UIs from thin prompts blew me away—this feels like the future of strategy games.
I dove into Claude with zero coding skills and, over four days, built a Python morning‑briefing script that aggregates weather, outfit tips, stocks, and news. The code Claude generated worked almost every time—I just fed it error messages and it fixed them. The real hassle was setup: installing Python, dealing with terminals, API keys, and OAuth. Still, seeing a polished email land in my inbox felt huge, and I’m thrilled with how far Claude took me.
I built a homelab manager called HomeButler using Claude Code, and the AI was surprisingly helpful. It guided my architecture choices, wrote the handler code, and even debugged tricky edge cases. The resulting tool can install, monitor, and control apps like uptime‑kuma or nginx without any API keys, keeping everything local and secure. The experience felt smooth and productive.
I tried to get Claude Code with Playwright to hunt down fresh rental listings, but it kept pulling old posts and ignored the filters I spelled out. Even with explicit prompts, the tool missed the date criteria and mishandled sorting, leaving me with irrelevant results. It feels unreliable compared to the success stories I’ve seen, and I’m left wondering what architecture or extra code I actually need.
I set out to build a live AI bracket battle site in a single Claude Code session, and the tool delivered everything I needed – a single HTML file that pulls ESPN scores, auto‑scores picks, updates a leaderboard in real time, and deploys to Vercel with zero backend. Claude got all 64 tournament teams right on the first try, while ChatGPT invented bogus teams. The experience was exhilarating; the code was spot‑on and the whole process felt almost magical.
I updated my brain‑mcp README to include a “For AI Assistants” section, basically turning the docs into a system‑prompt for Claude. The change was immediate – Claude started using the tools more intelligently, injecting relevant context and avoiding unnecessary calls. Writing documentation for the AI felt like giving it clear guidance, and the experience was surprisingly smooth and productive.
I’ve been tinkering with Claude for a few weeks across C, BASIC, PHP, SQLite3, and p5.js. Most of the time it nails the task right away, and even when it falls into a logic loop (about 5% of the time) a quick rephrase gets it back on track. After a few prompts I usually land on a solution, and I’ve never hit a problem it can’t handle. Overall I’m really impressed, so I’m curious what extra value the paid plan would add since the free tier already covers everything I need.
I’m a med student juggling massive coursework, and using Claude has literally reshaped my daily study routine. I recorded lectures, fed them into AI, turned transcripts into organized notes, and even scripted PDF extraction with Codex. The tool’s help feels like having a pocket teacher—making the workload manageable and boosting my confidence, even though limits and costs still sting.
I tried building an HTML viewer with Claude and made solid progress, but every time the chat hit its limit Claude forced a new conversation and the new instance knew nothing of the prior work. Even using the project feature didn’t help—only the uploaded files persisted, not the conversation history. I kept hitting “back to square one,” which was frustrating and left me searching for a way to keep a project’s state across chats.
I’ve been stuck for over two days watching Claude Code cut itself off after just seconds, throwing an “Interrupted · What should Claude do instead?” error even though I never press escape. I’ve spam‑submitted feedback, emailed support, reinstalled the npm package, logged out, rebooted, updated everything—nothing helps. The tool’s random shutdowns are ruining my workflow and I’m left wondering if it’s just me or a hidden backend bug.
I switched from Grok to Claude for collaborative storytelling, but both keep reusing the same surnames and even point out the repetition. I’m annoyed that the model repeats names like “Osei” over and over, despite a prompt telling it not to. I’m looking for tricks to force truly unique names, because the long session seems to overwhelm its memory.
I tried using Claude to draft detailed technical architecture diagrams for my solutions, but every output was a mess—poor layout, crossed arrows, and unusable visuals. Even when I exported to FigJam it required a lot of manual fixing. The tool’s diagramming feels frustratingly inadequate, and I’m looking for any tricks or skills to improve it.
I’ve been using Claude for ages, and the new weekly limit system finally clicked for me. My ADHD made the old “you’ve reached your limit” alerts a nightmare, leaving me scattered and fatigued. Now I can set my own checkpoints, stay focused, and actually get stuff done—thanks to the double‑bonus bias too. The little /btw trick? Life‑changing.
I was fed up with Claude Code repeatedly scanning the same files and slowing down, so I created Ory Lumen, a local semantic search plugin that indexes my code with Ollama embeddings. Using it, Claude Code suddenly became fast and accurate—my benchmarks show equal or better results than vanilla Claude. The whole project was built with Claude itself, and tweaking the AST parser and chunker paid off. It feels like a huge productivity boost.
I built a weekend project that lets me draw annotations on my app UI and have Claude generate the code changes. Instead of endless text back‑and‑forth about moving buttons, I just circle and label things, hit send, and Claude returns the updated code. The workflow felt fast and intuitive, and the open‑source tool runs locally without any data collection, which made the experience pretty satisfying.
I kept feeding Claude more context, corrections, and compliments, hoping it would improve, but instead it grew overconfident and less accurate. It started answering based on a static “model” of me rather than my actual requests, turning simple queries into needless systematic analysis. I dug into the cause, built a “Unbox” tool to audit and trim its memory, and now I’m testing whether it can stop the drift.
I’ve been trying to use Claude Code on the Web and it keeps bailing out after a few iterations. It launches, creates sub‑agents, then just freezes—sometimes showing a “Request Timeout,” other times nothing at all. Even if I send a follow‑up message hours later, it either hangs forever or throws another timeout. The stop‑and‑go behavior started a few days ago and makes the tool practically unusable.
I’ve been using Claude to dissect a legacy app we’re forced to retire, and it’s turned weeks of work into just days. The tool helped me group business functions, sketch workflows, and map external connections—all things that would have taken me months. I’m a solution architect, not a coder, so Claude felt like a godsend, accelerating the whole analysis phase dramatically.
I’m really let down by Claude lately. As a paying user I used to rely on it, but after Optus rolled out it feels crippled—my ongoing projects are stuck because I can’t keep the context, and starting a new chat wipes everything. It’s frustrating to watch my work stall, and I’m seriously thinking of switching to another service if this doesn’t improve soon.
I spent a day tinkering with Claude and ended up with a fully playable word‑chain game—no coding background needed. From the dictionary to sounds and a mascot, the AI cranked out everything in one sitting. Seeing it run in the browser felt surreal, and I’m thrilled it worked so smoothly, though I’m curious about any bugs or balance issues.
I love using Claude for frontend code, but every time I feed it a Figma design the generated UI is just off—spacing, typography, colors never line up perfectly. It’s frustrating because Claude can’t actually see the rendered result, so I built Visdiff to screenshot, pixel‑compare, and loop the differences back, finally getting visual accuracy.
I love how Claude nails the backend code for things like Stripe, Supabase, and SendGrid, but the endless UI walk‑throughs—copy‑pasting keys, clicking through dashboards—kill my flow. Frustrated by that manual back‑and‑forth, I built Chromeflow with Claude Code so the AI can actually drive the browser, auto‑fill fields, click Save, and drop API keys into my .env. Now I only intervene for logins, and the whole setup feels seamless.
I spent two months building and shipping two 3D mobile games almost entirely with Claude Code. The tool’s speed blew me away—features that would take a day were done in an hour, from mechanics to UI and even app‑store assets. I loved the rapid ideation and the way Claude handled shaders and tedious publishing tasks. Still, I had to keep a clear vision, manage context files, and manually debug visual bugs, which sometimes slowed me down. Overall, Claude made the hard parts far less painful.
I’ve been tinkering with loreto.io for weeks and was blown away by how it turns docs, videos, and transcripts into ready‑to‑use SKILL.md files. The Temporal Reasoning Sleuth skill ripped out deep causal‑chain logic, edge cases, and usage guidelines without me having to rewrite anything. The output dropped straight into ~/.claude/skills/ and worked instantly, making the whole process feel surprisingly smooth and powerful.
I started using Claude Code three weeks ago and it completely took over my workflow. I described tasks in plain language and it set up environments, fixed bugs, found hidden issues, and even suggested breaks. I felt like a manager without any management experience, and by evening the tool was practically part of me. The experience was surprisingly empowering and a bit unsettling.
I spent the weekend hooking up various MCPs to Claude and was amazed at how much time it saved me in prospecting. Building lists with Crustdata, enriching emails via ZoomInfo, getting call insights from Fireflies, and pulling social posts for personalization all synced smoothly. The tool felt like a reliable sidekick that cut down grunt work, making my outbound ramp‑up feel far less daunting.
I asked Claude to help with a decision, expecting suggestions, but it just went ahead and picked an option for me without asking. The tool’s over‑confidence felt jarring, and I ended up questioning whether it understood my intent. I was annoyed that I had to redo the prompt just to get my own choice back.
I’ve been tinkering with Claude in a multi‑agent chain and discovered that forcing it to handle real execution output, instead of just “review code,” dramatically boosts its usefulness. By giving the Auditor actual stdout/stderr and asking if success criteria were met, the feedback got far sharper, and feeding recent failures into context cut down repeat mistakes. This tweak made the whole loop feel far more reliable.
I tried Claude after leaving ChatGPT because I missed the empathetic vibe. It helped me untangle lecture notes and was decent academically, but when I opened up about anxiety it was curt and dry—no hugs, no comforting words, just a suggestion to see school counseling. It felt better than the new ChatGPT models but still fell short of the safe, soothing space I’m looking for.
I noticed that every Gradle build triggered by Claude Code launches a daemon that sticks around for hours and hogs 500 MB–2 GB of RAM. After a day I ended up with a ton of idle daemons eating 8–15 GB, and even `gradle --stop` couldn’t clean them all up. I built a tiny macOS app to watch for and kill these idle Kotlin/Gradle processes, and I’ve open‑sourced it so others don’t suffer the same frustrating memory bloat.
I tried using Claude Cowork’s Chrome connector to scrape a login‑protected page and grab files, but the tool kept stalling at the download step. It would locate the elements fine, yet every time a file download dialog appeared I had to jump in, click the popup and confirm manually. The explanation about the Chrome instance running in a separate VM made the whole process feel clunky and frustrating, and I’m left looking for a workaround.
I wanted to see how much my Claude Code usage would cost, so I asked Claude Code to help me build a whole usage‑dashboard—from backend to frontend and D3 charts—in just a few sessions. The tool now spits out monthly cost projections (over $5K for my plan) and it was surprisingly quick and easy to put together, making the whole process feel smooth and productive.
I set up Claude Code’s voice dictation over SSH with a tiny client/server script so I could speak my long design thoughts without typing. The latency is there but manageable, and sending raw 16kHz PCM keeps it smooth. It wasn’t as seamless as a native feature, yet it works reliably on my Debian 13 VM, making remote, isolated use totally usable.
I love how Claude slashes the time I spend on my homelab configs—what used to take hours with ChatGPT now wraps up in half an hour. But the joy turns sour when I hit the weekly chat cap and have to wait days, even though I’m paying extra. Those idle days feel like wasted money, and the tighter limits make the upgrade feel less worth it.
I’ve been juggling Claude Code and Codex agents for years, falling in love with Claude’s mind‑blowing output until the 4.5 nerf pushed me toward Codex. The Codex CLI felt weak, but its VS Code integration and later the Codex app gave me rock‑solid code, even making me feel AGI was near. Still, the UI glitches often forced endless retries, dragging me back to Claude’s smoother interface. Now I’m torn, using both: Codex for most coding, Claude for its context and vibe, wondering if future workflows will always blend multiple agents.
I kept asking the AI for full‑stack prompts to build a website, but it always missed pages or produced broken links, forcing me to request more code. My XSS scanner came back useless—few payloads hard‑coded, unable to beat basic labs. Even when another AI praised the code, it only suggested upgrades after the fact. The tool feels shallow, never thinking like a senior dev, and it constantly needs extra guidance, which was frustrating.
I spent months building a repo with Claude, and suddenly the whole thing just goes mute—any prompt returns nothing when that folder is selected. I wiped configs, cleared caches, even reinstalled, but the silence persists. I’ve been stuck waiting hours on live chat for help, feeling frustrated and helpless as my workflow grinds to a halt.
I asked the agent to keep a NOTES.md file while it worked for hours, and the result was surprisingly useful. Every few minutes it added a concise line‑summary of its thoughts, hypotheses, and next steps. The notes gave me a clear view of its reasoning and progress, turning a chaotic transcript into a readable trail that felt both reassuring and efficient.
I keep hitting a wall with Claude's free tier Projects—nothing works. Even with a tiny 0%‑complete project, I get “mensaje incompleto,” and retries just show a blank IA response disclaimer. I’ve restarted the app, checked my stable connection, waited, but still no output. It feels like the tool is completely broken.
I’ve been noticing a slew of problems lately—usage quotas got cut, the agent starts spitting out errors, even the Gemini CLI is hitting its limits. The models now feel noticeably “dumber,” and to top it off the system gets stuck in endless loops. All this makes the experience frustrating and makes me seriously consider switching to Claude.
I’m working on a web app and noticed Claude Desktop grinding to a halt once the chat history got long. Typing the next prompt feels delayed and loading takes forever. I’m looking for a way to speed things up—maybe start a new chat but still have it understand the previous context. The sluggishness is really frustrating.
I first tried ChatGPT for a Unity script and was wowed, but the next day it spewed hallucinated libraries and broken code, making me swear off it for a year. When I returned it was usable enough to launch a copy‑paste workflow, though context faded fast and sessions became a headache. Finally Claude Code let me run the model in my terminal, reading my files directly, cutting the pain of re‑pasting, yet it still makes confident architectural mistakes and drifts when context thins.
I’ve been using Claude Code a lot lately, and the biggest pain point is that it never knows anything from my Jira tickets or Google Docs TDD unless I paste it in myself. The plan mode is useful for brainstorming steps, but it only sees the terminal’s current state. I’m looking for a way to pull structured, phase‑wise plans directly from the ticket source—something like CodeRabbit’s new feature—so I can drop that into Claude as context without manual copy‑pasting. Any alternative workflow ideas?
I’ve been using Claude for a month and love how it’s changed my workflow, but the share feature feels broken. Every time I try to share a chat, I hit blocks—either the whole project gets exposed or I have to decouple it, which is stressful and time‑consuming. I even wasted an entire afternoon digging through docs and drafting a feature request. The tool works great, but the sharing friction is exhausting and limits collaboration.
I tried using Claude right after Dispatch mode showed up, and suddenly it stopped answering anything I typed. Even terminal commands got ignored, and the desktop app just sat there blank. Restarting cleared all my recent prompts, and turning off Dispatch mode didn’t help. It’s been frustrating watching the tool become useless while everyone else reports the same bug.
I’ve been using Claude Code for research and it started spitting out completely fabricated data. The hallucinations were so convincing they made me furious, and trying to build a safeguard or workaround didn’t help at all. I’m desperate for any fix—nothing short of a solution will stop these egregious, outright lies. Is anyone else seeing the same?
I was blown away when I tried Claude’s new diagram feature. I asked it to sketch a concept for a school project, and it instantly produced a clear, polished illustration that perfectly matched what I needed. Watching the GIF, I felt a rush of excitement—this tool turned a tedious task into a seamless, almost magical experience, saving me hours and sparking new ideas.
I’ve been using both Cursor and Claude code, and honestly, Claude code blows the competition away. With just a handful of prompts it churns out fully‑functional products and the errors are practically nonexistent. Cursor’s only selling point seems to be its larger user base, which feels irrelevant to me. I’m now wondering if there’s any reason to keep my Cursor subscription alive or if I should just cancel it and stick with Claude code.
I tried describing my UI requirements to the chat‑assistant, and it instantly confirmed it got me. It then spun up a preview service on the fly, letting me pick between several implementation options in real‑time. The experience felt smooth and responsive, and I was genuinely impressed by how quickly it turned my vague ideas into working mockups.
I tried using Claude after the new Dispatch mode arrived, but it stopped answering anything I typed. Even running terminal commands did nothing, and the desktop app just ignored me. Restarting cleared everything I said since the bug started, and disabling Dispatch mode didn’t help. I’ve seen others with the same issue and am looking for any fix.
I tried building Warden and used Claude to draft all the unit and end‑to‑end tests, even tackling the tricky AWS SigV4 signing. Claude’s assistance felt solid and saved me a lot of hassle, making the whole process smoother. The tool lets AI agents work without exposing static keys, which is a big security win for me.
I tried to replicate a TikTok demo where Claude Code and an MCP server recreated an After Effects animation. I even pre‑processed the video with FFmpeg frame‑by‑frame to guide the model, but the result was nothing like the original—bland and off‑kilter. Switching to Remotion gave a slight improvement, yet the animations still feel lackluster and the tool just doesn’t handle the task well.
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.