7.1highGO

AI SQL Skill Decay Coach

Spaced-repetition SQL practice tool that prevents skill atrophy for engineers who rely on AI assistants.

DevToolsData engineers and analysts who use AI assistants daily but need to maintain ...
The Gap

Engineers increasingly rely on AI coding assistants (Claude, Copilot) for SQL, causing their hands-on skills to atrophy — which gets exposed in live technical interviews.

Solution

A daily practice tool that uses spaced repetition to keep SQL skills sharp, detects which concepts are decaying based on performance, and forces writing SQL without AI assistance in a timed environment.

Revenue Model

Freemium — free daily problem, $15/mo for full access with analytics and custom practice plans

Feasibility Scores
Pain Intensity7/10

The pain is real but episodic — it spikes when someone gets an interview and realizes their skills have atrophied. The Reddit signal (34 upvotes, 25 comments) is moderate. People genuinely feel this pain, but most only feel it acutely during job search mode, not daily. The 'thanks, Claude' self-awareness is growing but hasn't hit mainstream panic yet.

Market Size6/10

TAM for coding interview prep is ~$2-3B globally. SQL-specific slice is maybe $200-400M. The 'AI skill decay' niche is a subset of that — realistically a few hundred thousand potential users worldwide (data engineers, analysts, backend devs who write SQL regularly). At $15/mo with 2-5% conversion, you're looking at a plausible $1-5M ARR ceiling for a solo operation, which is excellent for a bootstrapped business but not a VC-scale market.

Willingness to Pay7/10

Engineers already pay $13-49/mo for LeetCode, DataLemur, StrataScratch etc. during job search. $15/mo is well-calibrated. The challenge: willingness concentrates in 2-3 month job-search windows, not year-round subscriptions. The spaced repetition angle could extend LTV by making it a maintenance habit rather than a cram tool — but this is unproven.

Technical Feasibility9/10

Very buildable in 4-8 weeks. Core components: SQL sandbox (use existing embeddable DB like SQLite/DuckDB in browser via WASM), spaced repetition algorithm (SM-2 is well-documented), question bank (start with 50-100 curated problems), basic analytics dashboard. No ML needed initially — rule-based decay detection works fine. The hardest part is curating high-quality questions, not the tech.

Competition Gap8/10

This is the strongest dimension. NO existing competitor combines: (1) spaced repetition with (2) hands-on SQL writing with (3) skill decay detection with (4) AI-free enforcement. DataLemur/LeetCode are question banks. Anki has spaced repetition but no SQL execution. The intersection is genuinely unoccupied. The 'AI skill decay coach' positioning is novel and timely.

Recurring Potential6/10

Spaced repetition inherently demands daily use, which supports subscription. However, the core motivation (interview prep) is cyclical. Risk of high churn once someone lands a job. Counter-strategy: position as 'maintenance' not 'cramming' — like Duolingo for SQL. Duolingo-style streaks and gamification could help, but retention will be the core business challenge.

Strengths
  • +Clear competitive gap — no one combines spaced repetition + hands-on SQL + decay detection
  • +Timely narrative: 'AI is making us dumber' is a growing anxiety with organic word-of-mouth potential
  • +Technically simple MVP — solo dev can ship in 4-6 weeks with browser-based SQL sandbox
  • +Price point ($15/mo) is validated by existing willingness to pay for SQL prep tools
  • +Built-in virality: 'My SQL skills are decaying' is a relatable, shareable pain point
Risks
  • !Cyclical demand: users churn after landing a job, creating a leaky bucket retention problem
  • !LeetCode or DataLemur could bolt on spaced repetition features in a quarter if the niche proves out
  • !Content moat is thin — question quality is table stakes and competitors have larger libraries
  • !The 'AI skill decay' framing may alienate users who don't want to admit dependency on AI tools
  • !Duolingo-for-X models have a graveyard of failed attempts; daily habit formation is extremely hard
Competition
DataLemur

SQL interview prep platform by a former Facebook engineer, featuring real SQL questions from FAANG companies with an interactive SQL editor and explanations.

Pricing: Free tier with limited questions; ~$12-15/month premium for full access
Gap: No spaced repetition or skill decay tracking. No daily habit mechanics. No detection of which concepts are weakening. Purely on-demand practice, not a coaching system.
LeetCode (SQL Track)

Massive coding challenge platform with a dedicated SQL problem set

Pricing: Free tier; $35/month or $159/year for Premium (unlocks company-tagged questions, editorial solutions
Gap: No spaced repetition. No skill decay detection. SQL is a side feature, not the focus. No adaptive learning path. No enforcement against AI tool usage. Generic platform, not tailored to the 'skill atrophy' problem.
StrataScratch

Data science and analytics interview prep platform with SQL, Python, and statistics questions sourced from real company interviews.

Pricing: Free tier; ~$29-49/month premium for full access and solutions
Gap: No spaced repetition engine. No adaptive difficulty based on personal decay patterns. No timed drills or AI-free enforcement. More of a question bank than a coaching tool.
HackerRank (SQL Domain)

Developer assessment platform with a SQL practice track, widely used by companies for screening candidates and by engineers for self-prep.

Pricing: Free for individual practice; enterprise pricing for hiring ($100+/mo
Gap: No personalized learning path. No spaced repetition. Stale question set that hasn't evolved much. UX feels dated. No skill decay awareness or daily practice nudges.
Anki (Community SQL Decks)

Open-source spaced repetition flashcard app with user-created SQL decks covering syntax, concepts, and query patterns.

Pricing: Free (desktop/Android
Gap: Flashcards only — no interactive SQL execution or hands-on writing. Requires self-curation. Tests recognition, not production. No SQL-specific analytics, no timed coding environment, no skill decay detection for actual query-writing ability.
MVP Suggestion

Browser-based SQL sandbox (DuckDB compiled to WASM) with 50 curated problems across 10 core concepts (JOINs, window functions, CTEs, aggregations, subqueries, etc.). SM-2 spaced repetition scheduler surfaces 3-5 daily problems based on personal decay curves. Timed mode with no copy-paste (AI-free enforcement). Simple dashboard showing which concepts are strong vs. decaying. One free problem/day, paywall the rest. Ship in 5 weeks.

Monetization Path

Free: 1 daily problem + basic streak tracking → $15/mo Pro: unlimited problems, full decay analytics, custom practice plans, timed mock interviews → $149/year annual discount to reduce churn → B2B team plans ($25/seat/mo) for companies that want to keep their data teams sharp → Content partnerships with data bootcamps for affiliate revenue

Time to Revenue

4-6 weeks to MVP launch. First paying customers within 1-2 weeks of launch if marketed on r/dataengineering, r/datascience, and relevant Discord/Slack communities. $1K MRR achievable within 2-3 months with aggressive content marketing around the 'AI skill decay' narrative. The Reddit post cited is a perfect template for organic distribution.

What people are saying
  • realized my SQL skills are in the gutter right now (thanks, Claude)
  • failed a technical SQL live coding exercise