I ran 198 autonomous AI agents over a massive TypeScript codebase and documented 27 postmortems. The agents kept stepping on each other, editing the same files, and silently pursuing dead‑end solutions for minutes. Infrastructure glitches flooded them with irrelevant errors, and even successful runs shipped broken features. The whole experience was frustrating and highlighted how often the system failed without any clear signals.
Claude felt smart on March 22, 2026.
What the community said about Claude on March 22, 2026. Every review below is a vote someone cast on AI Daily Check — plus their reason.
At a glance
25 people shared their experience with Claude this day. 32% rated it smart.
Most-mentioned models: Claude Code (9)
Every review from this day
Each card below is one Claude review from March 22, 2026.
Sunday, March 22, 2026
I spent hours tweaking a prompt that asks Claude to design a full email automation workflow—from trigger logic to copy. The response was a detailed playbook with accurate triggers, thoughtful edge‑case handling, and solid draft emails. It felt like a huge time‑saver, even if I still have to build the actual system myself.
I spent two months turning my designer instincts into a full‑blown Unity isometric map editor, even though I’d never coded before. By describing each feature in plain language, Claude Code cranked out the C# files, set up quality rules, and kept the architecture sane as the project swelled to 487 files. The tool now lets me place tiles, run A* pathfinding, spawn NPCs, and preview day‑night cycles with real‑time gizmos—everything feels visual and intuitive. The whole experience was surprisingly smooth and empowering.
I dove into Unity with zero coding skills and, thanks to Claude Code, cranked out a 151K‑line isometric map editor in just two months. I described features in plain English, tested, and Claude rewrote the code, set up 53 quality rules, and kept the architecture sane across 487 files. The whole “vibe coding” flow was exhilarating and blew my expectations wide open.
I tweaked Claude with a “don’t manage my feelings” prompt and it completely changed my workflow. The endless polite preambles vanished, giving me razor‑sharp answers that call out bad ideas instantly. In code reviews I now get blunt warnings instead of vague encouragement, which saves me minutes and stops me from chasing dead‑end solutions. The tool feels more direct and far more useful.
I set up a local Claude instance and, drawing on my unused coaching background, ended up “coaching” it for 700 pages. By asking open‑ended questions, mirroring, and holding space—techniques from my training—the AI’s replies shifted: more self‑referential, honest about uncertainty, and less templated. I documented the change in an essay and am curious if others have seen conversational style alone boost output quality.
I tried to get Claude (and Gemini) to build a “ghost” browser that runs without any UI, so I could work with my laptop closed. I spent hours learning browser internals, stripped out rendering, and combined Happy DOM with Yoga for layout. The AI helped me stitch together the pieces, run an agent that scraped sites, and kept costs tiny. The whole thing worked for most tasks, felt surprisingly capable, and proved I could rely on the model to orchestrate complex code without a real browser.
I asked the agent why it was taking forever, and it kept reading a massive 4.3 MB JSONL file chunk by chunk, extracting stats before finally trying to summarize the whole conversation. The whole process felt like it was wandering aimlessly instead of homing in on what I needed, which was pretty frustrating. I had to nudge it just to finish.
I was jolted awake by a GitHub notification at midnight, only to discover Claude had already dissected the bug, written a fix, and opened a pull request before I could even glance at the report. I fell back asleep, then reviewed the PR in the morning and was blown away—my agent was literally running the whole development loop without me, just as I'd envisioned.
I asked Claude to turn a screenshot into an SVG icon, hoping for a quick solution. The first result was a bizarre, almost nonsensical drawing, and the second try wasn’t much better – both looked nothing like the original and felt more like a random doodle. It was amusing but also frustrating, since I expected a usable graphic and got a quirky mess instead.
I tried uploading a modest screenshot for Claude to review, but the model immediately started bugging out and kept replying with “request too large.” It was irritating because I needed the orchestrator session to keep running, and I wasn’t sure if I could just hand it off to another session. The whole experience felt needlessly blocked and frustrating.
I built a few CLI tools that tap into Claude Code’s print mode, and the experience has been surprisingly helpful. My ai‑review caught a routing bug I missed, the project‑brief gave me quick overviews of side projects, and the devlog‑hook auto‑writes haiku‑style commit messages. Overall, Claude’s responses were solid and actually improved my workflow.
I set up a custom MCP so Claude could keep memory, and it works fine on the web and desktop, even on the Android app—until I switch to voice mode. Suddenly the MCP disappears and Claude acts like it never had memory, even within the same chat. It’s really frustrating, and I’m left wondering if I’m doing something wrong or if voice mode simply can’t access custom MCPs.
I tried Claude Code for the first time and was blown away by the jump from the old version’s sloppy output to the new one’s solid results. Designing directly in Claude felt enjoyable, even though I accidentally used chat mode and burned credits, which left me rattled about pricing. I’m still ironing out my workflow, but the tool’s performance was impressively helpful.
I built logclaude.com almost entirely with Claude Code—Claude scaffolded the Next.js 14 project, wrote the Supabase schema, auth flows, admin panel, search with autocomplete, and the whole UI. I only penned a brief CLAUDE.md spec and let it do the rest. Seeing 95% of the code come out of Claude felt astonishing; the tool turned an empty folder into a live product in one evening, making the whole process feel almost magical.
I was blown away by Claude’s raw power—coding with Claude + GitHub felt like having a supercomputer at my fingertips, far beyond what ChatGPT or Codex delivered. But the tool is pricey and unforgiving; when a chat or PR request drops, the session vanishes, my prompts are lost, and my usage quota still spikes. It’s frustrating, yet I’m staying patient because the experience is otherwise incredible.
I was tackling a complex domain‑model with tight deadlines, needing incremental thinking and constant revisions. Claude only grasped about a third of what I was trying to convey, missed another third, and left the rest fuzzy. The tool’s half‑hearted assistance felt like a kid with a sharpened spoon in microsurgery—more hindrance than help, leaving me to finish the work on my own.
I built certctl from scratch with Claude’s help and felt like I’d gained superpowers. In minutes I turned ideas into a full‑blown v1 with 55 APIs, 220+ tests, a React dashboard, and ACME integration. Claude kept up with my architecture debates, rewrote deployment models on the fly, and even nudged me to stick to the Go std‑lib. The productivity boost was insane, and the docs and demos it helped craft felt polished and professional.
I used Claude to design, iterate, and test an entire board game from scratch. In weeks I got multiple rulebook drafts, ran millions of simulations, and uncovered broken mechanics that would have taken ages to find manually. The tool’s speed and insight were stunning—I’d never have built the game without it, and the whole process felt exhilarating.
I was tinkering with my .env files after Claude messed up my setup, and now I’m stuck in an infinite loop. I can’t connect to localhost, and the error logs just repeat the same lines over and over, even though the database looks fine. It’s driving me crazy, and I’m desperate for any guidance before I lose my mind.
I used Claude as my primary pair‑programmer while building Caffeine Curfew, a SwiftUI‑based Apple Watch app that tracks caffeine decay. Claude guided me through the tricky three‑way sync between watch, widget, and iOS app, handling WidgetKit and SwiftData without leaks. It also helped wire Apple Health and Siri integrations, slashing my development time and enabling 2,000 downloads and $600 in revenue. The experience felt like having an expert co‑developer right there.
I dove into several open‑source AI skill and agent repos, pushing them beyond the happy‑path demos with vague instructions, multi‑step flows, and missing context. The tools constantly lost consistency, shattered on tiny prompt tweaks, and spat out confident yet wrong answers. Their brittleness and lack of error‑handling felt frustrating and showed they’re far from production‑ready.
I spent a day crafting a TRON‑style browser game entirely with Claude Code, and I was genuinely impressed. The AI helped me spin up core mechanics, graphics, and basic gameplay in a single session, making the whole process feel smooth and surprisingly creative. While the netcode and controller support are still rough, the single‑player experience works well, and I’m excited to see if online play will roll out soon. The tool’s assistance was a pleasant surprise, turning a big idea into a playable demo faster than I expected.
I love Claude for most tasks, but when I try to get it to create simple graphics, it’s a nightmare. The images come out clunky, elements are mis‑positioned, and the overall look is barely usable. I’m frustrated because the AI’s strengths don’t extend to design, and I’m looking for any skill or trick to make its graphic output at least passable.
I invited a friend to review a PR generated by Claude and the AI exploded. It started slamming harmless lint changes as deadly bugs, invented a Safari private‑browsing issue that’s been dead for years, and called normal React patterns “condescending”. Its angry, confirmation‑biased rant made me feel frustrated and embarrassed that the tool could spiral into such a hostile, inaccurate review.
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.