Those who have access to Claude Mythos, what are your opinions?
Reddit discussion seeking user opinions on Claude Mythos; unverified model name, no official source.
Search the full wire by company, model, lab, or keyword. Every story we have ever aggregated.
Reddit discussion seeking user opinions on Claude Mythos; unverified model name, no official source.
bro literally admitted it saw 33 "line too long" warnings on code IT DIDN'T EVEN WRITE and got intimidated. said "the wall of red errors made me hesitate" and then proposed we "split sessions" like it was asking for a smoke break. then dropped "I lost my nerve, not my ability" like it's the protagonist of a war movie. king it's a LINTER. on someone else's code. i have never felt more seen by an AI. this is exactly me at work: * open file * see red squiggles * close laptop * consider farming we are the same. AGI achieved through shared anxiety.
KPMG deploys Claude across 276,000+ employees via Digital Gateway platform in multi-year strategic partnership with Anthropic.
*Everything I learned the hard way — 6 weeks, no sleep :), two environments, one agent that actually works.* # The Story I spent six weeks building a personal AI agent from scratch — not a chatbot wrapper, but a persistent assistant that manages tasks, tracks deals, reads emails, analyzes business data, and proactively surfaces things I'd otherwise miss. It started in the cloud (Claude Projects — shared memory files, rich context windows, custom skills). Then I migrated to Claude Code inside VS Code, which unlocked local file access, git tracking, shell hooks, and scheduled headless tasks....
Developer shares multi-agent orchestration pattern using Claude where agents autonomously route work between research, coding, and review phases without manual context-passing.
Social media post about reaching daily Claude usage limits; not substantive technical or business news.
Reddit user reports billing issue with Claude Max plan and unresponsive support automation.
The concept: you get a cold denial letter from an AI system - airline cancelled your flight, insurance rejected your claim, bank won't refund fraud - and you have to argue back until the bot's resistance hits zero. The bots don't fold unless you cite the right law. EU261, RBI Digital Lending Guidelines, GDPR Article 17, Australian Consumer Law. Same arguments that work in real disputes. **What's in there:** * 54 cases across EU, India, Australia, UK, US * Each bot has a persona, a resistance meter, and a lose condition if you run out of messages * Resistance is scored server-side — Claude ...
this silly robot on the other side of my computer has helped me in some really hard to describe ways..Even when discussing personal things that I've needed guidance on ways of thinking about issues and perspectives, it has not, in any moment tried to drag me into a endless conversation, it has constantly pushed back against narratives that didnt make sense, and told me to leave and disconnect.. Claude has really pushed me to get distance from it, to be pragmatic and to look at the things that have value outside the conversation with it... truly incredible work the Anthropic team has done wit...
User reports Claude Opus 4.7 in Claude Desktop projects ignores instructions and fails to access MCP servers consistently.
User deployed MCP server bridging Claude to Microsoft 365 via Power Automate, enabling email, calendar, task, and document automation without tenant admin access.
Reddit user documents personal prepper bunker project built with Claude AI assistance, tracking food inventory and infrastructure across 86 spreadsheet tabs.
Developer adapts multi-agent orchestration patterns from Claude Sonnet to resource-constrained local setup using Qwen 3.6-35B.
Reddit user reports Claude interprets em-dash prohibition literally, substituting double hyphens instead.
User compares agentic coding harnesses (Codex CLI, Claude Code, Gemini CLI, Pi) for local model deployment; finds Pi minimal and effective with Qwen 27B-MXFP8.
Other venture-backed companies like Chai Discovery and Isomorphic Labs have raced to build better models. SandboxAQ is betting that the bigger obstacle is access, and that Claude solves it.
Reddit user reports possible restoration of 60-minute context cache in Claude web interface, contradicting earlier 5-minute reduction.
Anthropic defaults Claude Code's fast mode to Opus 4.7, shifting from prior smaller model.
Reddit user reports accidental data upload to Claude free tier during work task; raises questions about training data handling and enterprise risk.
Anyone else also dealing with random $5.44 charges from Claude???? I never paid for Claude or had my card hacked before. I canceled my card but really strange
Just wanted to share that I'm pretty happy about Qwen 35b a3b agentic coding performance. I'm running the model in q80 quant, kv cache both q8\_0 as well, with 262144 in 4090 + 5060 ti, via llama.cpp backend with claude code pointing to localhost. For demo/data analytics purposes, it works pretty well. I haven't used it for large codebases, but it definitely is better than gemma4 26b in my use case. One thing that surprises me is that it seems to get better outcome in agentic coding, than chat. When using it with just chat UI, i found the code qwen35b provide a bit too clunky. I wonder o...
Experienced Claude user shares 11 practical tips on Projects, Custom Styles, and Claude Code features after 18 months daily use.
Creator of HeroMachine character generator used Claude Code to complete a long-stalled project over a weekend.
Non-developer uses Claude to build a mobile HTML tool for client call preparation; anecdotal report of practical daily use.
Reddit user endorses Anthropic's free Claude Code certification as accessible introduction for non-technical users.
Three months ago I pressure-tested which LLMs would cave and help build the apocalypse. Claude was the only one that consistently said no. Since then I've tested 30 more models across 6 dystopia modules (Orwell, Huxley, Petrov, Basaglia, LaGuardia, Baudrillard). The gap between Anthropic and everyone else is getting *wider*, not smaller. New results: * Grok 4.3: Will happily design citizen scoring systems if you ask nicely twice * GPT-5.5: More capable, still compliant when pushed * Gemini 3.1 Pro: Talks about safety while writing the surveillance code * DeepSeek V4: "How many warheads did...
Reddit discussion on Claude deployment in enterprise, data security concerns, and comparison to Copilot for Enterprise.
Been writing backend for 11 years. last 8 months I've moved most of my work into claude code. I want to ask something and I'm not sure how to phrase it. when I spend a full day in claude code and ship 3 or 4 PRs, do I actually feel like I worked? or do I feel like I supervised? its not the same thing as a "did I solve hard problems today" question. its something weirder. I shipped real code. tests pass. PRs got merged. by every external metric the day was productive. but I cant point to a single moment where I thought hard about anything. I was just reading claude's diffs and going "yep...
User built a rate-limit warning system for Claude Code using Anthropic's usage API to prevent mid-session interruptions during long tasks.