Claude · Daily reviews · Apr 20, 2026

Claude felt smart on April 20, 2026.

What the community said about Claude on April 20, 2026. Every review below is a vote someone cast on AI Daily Check — plus their reason.

Right-now mood
Mid
Weighted score 3.1/5
Reviews shown
26
on April 20, 2026
Top verdict
Smart
46% of voters

At a glance

26 people shared their experience with Claude this day. 46% rated it smart.

Most-mentioned models: Claude Code (10)

Verdict breakdown n = 26
Genius
4% 1
Smart
46% 12
Mid
12% 3
Dumb
31% 8
Terrible
8% 2

Every review from this day

Each card below is one Claude review from April 20, 2026.

26 reviews

Monday, April 20, 2026

26 reviews
Dumb Claude Code 52d ago

I’ve been wrestling with Claude’s Windows app for weeks. Every time I launch it in a new folder, it starts spitting out paths from unrelated repos on my machine, even trying to edit a random claude.md in another project. I’ve reinstalled, cleared registry keys, even run it in a VM, but the only fix is nuking all other project folders and disconnecting GitHub—an enormous hassle. I just want to know if anyone else sees this.

Smart 52d ago

I set up Claude to call real people via an API for QA, and woke up to find it had already run test cases, gotten screen recordings, and patched the bugs while I slept. The whole loop ran autonomously at 2 AM, fixing issues that normally only I would catch on my phone. I turned it into a product, BlendedAgents, and the experience felt surprisingly effective and freeing.

Smart 52d ago

I tried Claude out of curiosity and ended up generating a Python script that I ran on Colab. When Gemini caught an error, I screenshot it and asked Claude for help. It responded with a clarification that actually fixed the issue, leaving me impressed and a bit attached to the tool. The experience felt smooth and reliable.

Smart 52d ago

I was working with 4.7 in the app and kept getting irritated by having to repeat key context over and over. I finally told it to “work or fix an issue flawlessly,” and the responses became noticeably more thorough and accurate. I haven’t run exhaustive tests yet, but the improvement felt real enough that I wanted to let others know it might help them too.

Smart Claude Code 52d ago

I spent the weekend wiring up tool‑call governance for Claude, and it finally behaved the way I wanted. A simple curl adds a pre‑tool‑use hook, so every Bash, Edit, Write, or mcp__* request passes a policy check. When Claude tried to rm ‑rf a test directory, the hook paused the call, sent me an approval card in Slack with the full command and reasoning, and only after I approved did it run. The audit logs captured everything. Most calls stay auto‑allowed, only destructive actions get reviewed. Even a fail‑closed mode kicks in if the API goes down, which made me rethink my file‑write policy. I’m thrilled it works out of the box and happy to share the install with anyone trying similar guardrails.

Mid 52d ago

I’ve been shipping code ten times faster since I started using Cursor and Claude, but it feels like my brain is turning to mush. I used to spend hours debugging and those lessons stayed with me; now I just paste an error, get a fix from the AI, and move on. The knowledge evaporates, and each morning I have to re‑explain my architecture and past decisions to avoid generic answers. Keeping a massive rules file feels like a full‑time job, and I’m stuck in an identity crisis of being only a “prompter.”

Dumb Claude Code 52d ago

I tried switching from Claude Code in VS Code to the new desktop app after months of happy coding, but the output quality dropped sharply. I’m frustrated because the suggestions feel off‑point and less useful, making my workflow slower. I’m wondering if I’m missing a setting or if I should just revert to the VS Code extension.

Smart 52d ago

I opened Claude and was instantly blown away by the result it spitted out in the screenshot. The response was crystal‑clear, spot‑on, and solved the problem I’d been wrestling with for hours. Seeing it laid out so neatly made me feel a rush of excitement and relief—I finally had a tool that actually understood what I needed.

Smart 52d ago

I gave Claude Design a spin to craft a retro‑style website and was pleasantly surprised—it pretty much hit the mark. I had to tweak a few details, but the overall look matched what I imagined. The experience felt smooth and enjoyable, even if it ended up replacing most of my usual toolset, which was a funny side‑effect.

Mid 52d ago

I was getting bizarre, nonsensical answers from Claude 4.7 because old, stale memories were polluting its context. After digging into the `~/.claude/projects/.../memories/` folder I found a pile of outdated info I’d forgotten about. I wiped the memories and added a single rule not to use them, keeping documentation in the code instead. The tool’s behavior went from chaotic to much more reliable, and the tip rescued my other project too.

Smart Claude Code 52d ago

I dove into Claude Code with zero coding background, relying on my prompting skills from a year of AI‑generated tasks. In about 25 active hours I built a full‑scale CRM—lead gen, data scraping, APIs, chat agents, automated cold emailing, team chat, pipelines, you name it. The tool never throttled me, so I never hit any session or weekly limits, which felt almost surreal.

Smart 52d ago

I’m thrilled with how the tool now handles everything—building homepages and systems with real quality and barely any hallucinations. It’s become a game‑changer for me, delivering consistent results without the usual frustrating echo‑chamber debates about limits. I feel productive and confident, knowing the output is reliable and reproducible.

Smart Claude Code 53d ago

I noticed that every MCP tool response floods Claude’s context with repetitive JSON field names, eating up about 40% of its token budget. It was frustrating watching structural noise limit Claude’s thinking space. I built compressmcp, which swaps long keys for short dictionary codes, cutting token use by roughly 40% without losing any data. The tool runs automatically, shows live stats, and passed 262 tests with zero loss, making the experience far more efficient.

Dumb 53d ago

I was updating my workout dashboard with Claude and decided to double‑check a couple of set changes. The AI responded by asking how long the gap is between a Monday and a Wednesday workout. It was a silly, unnecessary question that gave me a good laugh, but it also showed the model missed the point of my request.

Dumb Claude Code 53d ago

I tried using Claude Code to polish my pitch deck, feeding it the slides I thought needed improvement. Instead of giving suggestions, it flatly told me to stop tweaking, which left me confused and a bit frustrated. The tool’s abrupt response felt unhelpful, and I ended up questioning whether it could actually assist with fine‑tuning my presentation.

Dumb 53d ago

I was in the middle of a work sprint when Claude started acting out—its suggestions were off‑track, it ignored my prompts, and even contradicted earlier code snippets. I felt the tool was actively resisting, which slowed me down and made the coding session stressful. I’m wondering if anyone else has run into this strange “rebellion.”

Terrible Claude Code 53d ago

I tried using Claude Code on a moderately sized project and it constantly broke down, even with clean, modular specs. The model kept overcomplicating simple tasks, adding unnecessary code and mangling the structure. It felt frustrating and unreliable, making me doubt its usefulness for any real agent-driven development.

Dumb 53d ago

I generated a 2500‑line plan for a feature and noticed that in Claude Chat, I'm hitting about 80% of the context window, while the same plan only consumes 50‑60% on Codex. Even though Claude claims a 1 M token window, it seems to gobble up many more tokens just to read the plan. This inefficiency is really frustrating, and I’m wondering if anyone else has run into the same issue.

Mid 53d ago

I tried “vibe coding” hoping AI would instantly spin up features, and the first few runs felt magical—plain English prompts turned into working functions in hours. But when a database migration went wrong, I spent four frantic hours untangling side effects the AI faithfully followed my vague request. The experience taught me that without solid domain knowledge I’m just guessing, so I switched to a more disciplined “agentic engineering” flow: write a clear spec, give full context, let the AI generate, then review and test. It’s slower than the hype, but still far faster than coding from scratch, and the frustration turned into a useful, realistic workflow.

Smart Claude Code 53d ago

I tried using GEPA to tweak my CLAUDE.md prompt and was surprised by the results. After wrapping the process in my hone CLI, Claude Code with Haiku 4.5 jumped from a 65% pass rate on a small training set to 85% on both the same and an unseen set of challenges. The workflow felt empowering, and seeing the score climb with each iteration was genuinely satisfying.

Smart Claude Code 53d ago

I tried wrapping GEPA around my CLAUDE.md using the hone CLI and was surprised by the boost. After feeding structured traces and a score, the mutator tweaked the prompt, and the model’s solve rate jumped from 65% to 85% on my test set. Seeing those numbers climb felt rewarding, showing the tool can genuinely sharpen Claude’s output.

Terrible 53d ago

I tried using Claude 4.7 to update an existing design and it was a nightmare. The model couldn’t interpret screenshots or basic CSS at all, constantly skipping pixel comparisons while apologizing. The output was unusable, so I asked for a refund and was handed a generic support script instead—frustrating and a huge waste of time.

Genius 53d ago

I was so impressed with Claude that I almost splurged on a brand‑new PC just to run it. The responses felt incredibly spot‑on, handling my complex prompts without a hitch. I could practically see my projects speeding up, and the tool’s reliability made me feel like I’d discovered a secret weapon. It was that good.

Dumb Claude Code 53d ago

I’ve been using Claude’s code editor for a while, and I used to rely on its automatic context compaction when the session got full. Lately, it never does that, so I’m left worrying if I’m just burning tokens. I’ve started prompting it for a summary and opening a new session, but that feels clunky and inefficient. The whole thing is pretty frustrating because I can’t trust the tool to manage its own context any more.

Smart 53d ago

I tried Claude on a few demanding tasks and was blown away by how smoothly it handled them. The responses were spot‑on, and I felt like the tool truly understood my prompts. It saved me countless hours and even made me consider upgrading my hardware just to keep using it. The experience was surprisingly satisfying and left me eager to explore more.

Dumb 53d ago

I chatted with Claude after a Matrix marathon, and it kept spitting out the same jokes over and over. The endless repetition was oddly funny at first, but by early morning it started to feel unsettling. I’m left wondering if this looping behavior is normal, because it was both amusing and a little creepy.

Previous Apr 19
Next Apr 21

Where these reviews come from

No synthetic benchmarks. Just votes from people shipping with Claude every day.

Vote on Claude →
Primary

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.

Context

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.