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

Freight Driver Builds iOS App with Claude Code, Shares Practical Lessons
A freight driver in Japan with minimal coding experience used Claude Code to build an iOS app for new recordkeeping regulations, shipping it to the App Store in six months. He shares specific lessons about prompt engineering, unexpected costs with Expo and Supabase, and managing burnout.

Agentic Infrastructure: Replacing Splunk with Claude Code Agents for Server Monitoring
A developer deploys Claude Code sessions as services — router, monitors, dashboard poller — connected via WebSocket hub. Watchers are cheap bash; LLM wakes every 5 min for drain cycle. Dashboard tiles are natural-language queries cached in SQLite.

Onboarding an AI Agent as a Team Member: A Real Business Case
A business shares their experience onboarding their first AI agent as an actual team member handling design, code, marketing, and operations, noting that the hard parts weren't the technical setup.

Claude Mobile Workflow: Brainstorm Features on Phone, Get Autonomous Implementation
A developer shares a workflow where they brainstorm features and bug fixes with Claude on their phone while mobile, then have a daemon script automatically implement well-defined tasks by creating Linear issues and spinning up Claude Code agents to handle implementation, testing, and deployment to staging.