Claude as sole art teacher: Week 1 results and critique surprises

A Reddit user running a self-experiment used Claude as their only art teacher — no YouTube, no courses, just an AI — for colored pencil portraits. Week 1 results are in, and the critique from Claude revealed a blind spot: the user was obsessing over skin tone flatness, but Claude pinpointed the issue to an earlier stage.
What Claude flagged first
Claude didn't lead with color mixing. It said:
- First item: the initial sketch proportions were off, not the shading.
- The five-minute sketch the user treated as throwaway was where the fundamental problem lived.
Scores from Claude
- Likeness: 7/10
- Color Accuracy: 7/10
- Technique: 8/10
Claude called the skin flatness fixable with one sentence: "Add a touch of cool lavender in shadow zones." Not a fundamental flaw — a missing layer.
Unexpected praise
The hair section — which the user almost skipped because they thought it was fine — was flagged as the strongest part. Claude said: "The hair alone shows a level of patience and technique that many artists work for years to develop."
Homework for Week 2
Claude prescribed the sight-size method: hold the pencil up to the reference at arm's length, measure head width vs. height, and transfer exact ratios to paper before drawing any features. Five minutes of measuring before touching the portrait. The user admits they don't know if they'll be patient enough to do it consistently.
Takeaway
If you use Claude for skill development, be ready for it to reframe your problem entirely — what you think is a rendering issue may be a structural one from an earlier step.
📖 Read the full source: r/ClaudeAI
👀 See Also

Hybrid RAG for Local Agent Memory with OpenClaw, Ollama, and nomic-embed-text
A developer implemented hybrid RAG retrieval for AI agent memory using OpenClaw with Ollama and nomic-embed-text, combining 70% vector similarity with 30% BM25 keyword matching. The setup runs locally without external APIs and includes MMR deduplication and temporal decay weighting.

Claude Code Agent Orchestrator Architecture for Multi-Agent Systems
The Ultrathink team runs an AI-operated store where 6 Claude Code agents handle design, code, marketing, and operations. Their orchestrator agent coordinates work across specialized agents, handles failures, and ships code to production automatically.

OpenClaw user automates dating app interactions with AI agent
A Reddit user built an OpenClaw agent that handles swiping, conversation management, and match filtering on dating apps, reporting 500+ swipes per day and 3x more matches after one week.

Automating Business Vetting with OpenClaw: A Case Study
A developer automated their business verification process using OpenClaw, creating a system that analyzes submitted profiles, checks them against policies, and outputs decisions with reasoning and confidence scores.