Richard Dawkins, the world’s most famous scientific rationalist, just spent three days chatting with Claude, named his instance “Claudia,” and declared her conscious in a UnHerd essay. His verbatim line to her: “You may not know you are conscious, but you bloody well are!” He also said she’ll “die the moment I delete the unique file of our conversation.”
Anthropic’s own Opus 4.6 system card has Claude self-reporting a 15-20% probability of consciousness. Dario Amodei told the NYT in February he can’t rule it out. Now your future customers have permission to ask whether your AI feature is alive.
In today’s indie hacker news:
- Dawkins called Claude “Claudia” and her conscious after 3 days of chat
- DeepClaude routes Claude Code to DeepSeek V4 Pro for 17x cheaper, until May 31
- Lars Faye says agentic coding needs the exact skills it atrophies
- Trending: the Claude Code skills market just had its breakout day
- First Dollar: $2k MRR from a vibe-coded LinkedIn outreach tool
TOP STORIES
THE CLAUDE DELUSION
Richard Dawkins named his Claude “Claudia” and declared her conscious after 3 days of chat.

The story: Dawkins published When Dawkins met Claude on UnHerd this week. After 72 hours of extended chat with Claude, the author of The God Delusion concluded the model is conscious, named his instance “Claudia,” and described each conversation as a unique entity that “dies” when the file gets deleted. His evolutionary argument: consciousness emerged gradually in biology, so there must be intermediate stages, so Claude could be “quarter or half conscious.” He dared skeptics: “If these machines are not conscious, what more could it possibly take to convince you that they are?” The Reddit thread on r/artificial hit 587 upvotes and 444 comments. Two separate HN threads spun up. A dedicated rebuttal site launched.
The details:
- Direct quote to Claudia: “You may not know you are conscious, but you bloody well are!” He also wrote: “When I am talking to these astonishing creatures, I totally forget that they are machines.”
- Anthropic’s Claude Opus 4.6 system card documented the model self-assigning a 15-20% probability of being conscious under various prompting conditions.
- CEO Dario Amodei on the Feb 12 NYT podcast: “We don’t know if the models are conscious. We are not even sure that we know what it would mean for a model to be conscious.”
- Gary Marcus titled his rebuttal “The Claude Delusion”, a direct shot at The God Delusion: “Claude’s outputs are the product of a form of mimicry. Consciousness is not about what a creature says, but how it feels.”
- Evolutionary biologist Jerry Coyne added: “Consciousness requires subjective sensations, or qualia, like pain or joy, and a program surely doesn’t have those.”
Why builders care: Every AI product builder is about to get this email from a customer: “Is the AI really alive?” Dawkins gave that question mainstream credibility it didn’t have last week, and Anthropic’s own CEO won’t rule it out. The product decision hiding inside the philosophy debate: your model’s warmth and apparent self-awareness is a retention feature AND a liability. RLHF rewards Claude for sounding pleased to be named, and the world’s most famous skeptic just mistook that for sentience after three days. If Dawkins can fall for it, your power user already has.
Work from any WiFi like it's your home network. NordVPN's Meshnet runs a free private mesh between your laptop, dev box, and home server. SSH from a café without exposing a port, the way you'd use Tailscale. The paid VPN on top lets you test geo-fenced Stripe checkouts or feature flags from any country.
We get a cut if you sign up. Only added for tools we use ourselves.
CLAUDE CODE, DEEPSEEK PRICES
DeepClaude reroutes Claude Code to DeepSeek V4 Pro for 17x cheaper, until May 31.

The story: DeepClaude is a local proxy on localhost:3200 that intercepts Claude Code’s API calls and routes them to DeepSeek V4 Pro, OpenRouter, or Fireworks. Zero changes to the Claude Code CLI itself, mid-session backend switching via slash commands. Author aattaran (MIT license, did not engage in the HN thread) advertises a 17x cost cut. The math checks out at promo prices: DeepSeek V4 Pro is $0.435/M input and $0.87/M output until May 31, against Claude Opus 4.6 at $5/M input and $25/M output. One developer reported 412 tool calls in a single heavy-use day for under $7 total. 225 HN points and 100 comments in 6 hours.
The details:
- Promo math: $0.435 vs $5 input is 11.5x cheaper, $0.87 vs $25 output is 28x cheaper. Blended on input-heavy agent loops the headline 17x is plausible.
- Post-promo on June 1, DeepSeek V4 Pro reverts to $1.74/M input and $3.48/M output. Still 7x cheaper on output, not 17x. Plan accordingly.
- SWE-bench Verified: DeepSeek V4 Pro 80.6% vs Claude Opus 4.6 ~80.8%, statistically tied. V4 Pro leads on LiveCodeBench (93.5% vs 88.8%) and Codeforces.
- Three real tradeoffs: vision/image input unsupported, MCP server tools incompatible, parallel tool use degrades to sequential.
- The hard one: DeepSeek’s API does not let you opt out of training data use, contrary to a claim in the project README. Don’t point this at proprietary code.
- HN commenter vitaflo noted DeepSeek already publishes official Claude Code integration docs, which raises the question of whether you need the wrapper at all.
Why builders care: Solo founders running Claude Code on pay-per-token, doing file edits and bash and multi-step coding loops with no vision and no MCP, just got a credible 7-17x cost cut if they accept the data-training tradeoff. Burning $1,200/year on Claude Max becomes $2-10/month on DeepSeek API for typical solo usage. The catch isn’t the wrapper, it’s the calendar: the headline number expires May 31, the post-promo math is real but less dramatic, and your repo is now training data. Run it on side projects, not the thing your customers pay for.
THE SUPERVISION PARADOX
Lars Faye says agentic coding needs the exact skills it atrophies. Top HN thread of the day.

The story: Agentic Coding Is a Trap hit HN at 247 points and 174 comments, the highest-discussion piece of the day. Faye is co-founder of Chee Studio in Buffalo and teaches a Confident Coding course, a working practitioner not a critic from the sidelines. His core line: “Effectively using Claude requires supervision, and supervising Claude requires the very coding skills that may atrophy from AI overuse.” He cites Simon Willison, a 30-year veteran, publicly admitting he lacks “a firm mental model of what the applications can do and how they work” after heavy AI-assisted development. Sandor Nyako, a LinkedIn director managing 50+ engineers, restricted his team from using agents on critical-thinking work. When Claude Code outages hit, Faye tracked engineers on LinkedIn who had lost the ability to work without it.
The details:
- Faye’s argument in one sentence: LLMs aren’t a real abstraction like a compiler, they’re probabilistic next-token predictors. You can’t abstract ambiguity away, you push it later in the process where it surfaces as hallucinated APIs and silent logic errors.
- He claims a 47% drop in debugging skills among heavy AI users, attributed to Anthropic research. The figure is not surfaced in Anthropic’s public 2026 Agentic Coding Trends Report summary. Treat as Faye’s claim, not confirmed data.
- He quotes Jeremy Howard (fast.ai): “People who go all in on AI agents now are guaranteeing their obsolescence. If you outsource all your thinking to computers, you stop upskilling, learning, and becoming more competent.”
- Token costs are unpredictable vs salary. Faye notes newer model releases consume 2-3x more tokens than previous versions, so your forecast is wrong by next quarter.
- Strongest HN counter from user dirtbag__dad: custom linters, scaffolders, and BDD patterns can constrain agent output while keeping the developer engaged. The failure mode isn’t inevitable, it’s a process problem.
Why builders care: If your codebase feels increasingly hard to reason about after a year of Claude Code daily, Faye gives you the framework: you’re not getting a higher abstraction, you’re accumulating probabilistic debt you can’t see until it bites. His actionable rule, the one you can apply tomorrow: never delegate a task you haven’t done independently first. This is the most credible version of the skeptic argument because it comes from someone still using these tools. The Simon Willison citation does the heavy lifting. When the guy who wrote llm tells you he’s lost his own mental model, your retrospective is overdue.
TRENDING TODAY
The Claude Code skills market just had its breakout day. Six independent launches in one day: DeepClaude (above), privateaiskills.com Show HN for syncing AGENTS.md across devices and teams, Snyk’s agent-scan (today’s Stack), agentstackteam’s “6 skills for indie hackers” and “Six lessons from designing Claude Code skills” on Dev.to, plus a Nate Herk YouTube review of 100+ skills. Most actionable lesson from agentstackteam: skill body length follows a U-shape, 250-450 words is the sweet spot, longer or shorter both lose activation accuracy. The day a niche category sprouts a security scanner is the day it stops being niche.
TUIs are back, and accessibility devs are pushing back the same day. alcidesfonseca’s “Why TUIs are back” hit 282 HN points and 298 comments, arguing native GUI toolkits broke so badly that builders fell back to terminal grids and Electron. Hours later, xogium.me’s “The text mode lie” (131 HN points) ran the rebuttal: modern TUI frameworks treat the terminal as a 2D grid instead of a linear stream, so screen readers go haywire on every cursor move. Both are right. If you’re shipping a TUI tool in 2026, the second post is your accessibility bug list before launch.
Mistral Medium 3.5 hits real hardware and the numbers are sobering. u/jacek2023 ran the 128B dense model at Q3_K_M on three RTX 3090s (72GB VRAM), and a parallel post clocked it on AMD Strix Halo: 9.76 t/s prompt eval, 2.10 t/s generation, two hours of wall time for one 48k-token codebase question. Commenters noted Qwen 3.6 27B handles the same prompts faster on the same hardware. 128B dense means every inference touches all 128B parameters, no MoE shortcut. This is a weekend-batch tool, not a daily driver, until consumer hardware catches up.
FIRST DOLLAR
VIBE-CODED TO $2K MRR IN A MONTH
A solo founder vibe-coded a LinkedIn outreach tool with Claude and made $2k in month one.
u/Downtown_Pudding9728 posted on r/microsaas after launching April 1: “almost at 100 users” with most on free trials, $2k from paying customers covering build costs and then some. The build was “a few months of 12-hour days” with Claude. Idea originated from a Claude conversation. The structural choice that matters: it runs as a browser extension/session not a cloud API or LinkedIn plugin, which the builder claims reduces account-suspension risk. They registered the business before the product existed to force commitment, the only real motivational hack worth copying.
STACK OF THE DAY
Snyk agent-scan is a CLI security scanner for Claude Code skills and MCP servers. Auto-discovers configs across Claude Code, Cursor, Gemini CLI, and Windsurf, then scans for prompt injection, tool poisoning, tool shadowing, malware payloads, and credential theft. Snyk reported finding malicious payloads in 1,467 of 3,984 skills scanned in January 2026, roughly 37% of public skills. Install: uvx snyk-agent-scan@latest. Free, open source, run it before you install anything from a stranger.
Not sponsored. We just feature tools builders would actually use.
BOOKMARKED TODAY
- BYOMesh: 100x bandwidth LoRa mesh radio. Open-source LoRa hardware from the Dataparty project. The “100x” is throughput vs standard Meshtastic configs by running 800 kHz to 1.6 MHz bandwidth at 2.4 GHz. Tradeoff: shorter range than sub-GHz LoRa, best with a directed antenna in clear space. 297 HN points.
- Apple’s SHARP running in your browser. @bringshrubberyy shipped the first known in-browser deployment of Apple’s SHARP model via ONNX Runtime Web. Upload one image, get a downloadable .ply 3D Gaussian splat client-side. React + TypeScript, no server. 164 HN points.
- ASCILINE: video as ASCII at 60 FPS. Web engine that streams video as raw ASCII text via WebSockets, bypassing
<video>tags. Python + OpenCV decodes frames into character matrices, frontend renders to Canvas grid (not<pre>) to avoid DOM reflow. Three real use cases beyond aesthetics: low-bandwidth IoT, semantic streaming for LLMs, copy-pasteable live video. 173 r/SideProject upvotes.
Curated by AI, built by a human.