← TrendWatcher
Hacker News
4/10

LispMentor

An AI pair-programmer trained specifically on SBCL's behavior, the Common Lisp standard, and the SB-MANUAL docstrings (new in 2.6.7) so a working engineer can ask 'how do I do this in SBCL?' and get an answer that does not silently assume CCL or a third-party library.

Target user

Working Common Lisp developers maintaining production code or learning the language

Features
  • SBCL-aware answers that cite the exact SB-MANUAL section or source file referenced in the 2.6.7 changelog
  • REPL-aware companion: ask it to write a defun, and it returns the form with the right sb-ext: locks, declared types, and debug hints
  • 'Show me the difference' view that compares SBCL vs. CCL vs. ECL behavior on common idioms
  • Code-review mode that flags accidental dependence on SBCL internals before a release ships
Why now

The 2.6.7 release adds SB-MANUAL and richer DOCUMENTATION support — turning the SBCL manual into a queryable training source finally makes a SBCL-specific AI assistant viable.

Signals · overall 4/10
Demand
2/10

Very small user base: Indeed lists only 37 US Lisp programming jobs; the cited SBCL 2.6.7 HN thread drew just 25 points/1 comment, and Planet Lisp notes AI-assisted Lisp coding only recently became viable — volume is tiny.Lisp Programming Jobs, Employment | IndeedPlanet Lisp

Whitespace
4/10

Direct competitors already exist: an MCP server gives AI assistants debugger/inspector/profiler access to running SBCL, and Mark Watson's open-source CL coding-agent framework is published; Planet Lisp also notes general SOTA models can already vibe-code syntactically correct Lisp.MCP: AI-Powered Debugging for Common Lisploving-common-lisp/manuscript/cl-ai-coding-agent.md

Monetization
2/10

With only ~37 US job postings for Lisp and no observed paid SBCL-specific tooling, the addressable paying market is tiny — pricing would be sub-$20/mo with very low conversion potential.Lisp Programming Jobs, Employment | Indeed

Longevity
7/10

Common Lisp and SBCL have a small but durable community sustained for decades, with active maintenance (2.6.7 release and SB-MANUAL additions confirm ongoing dev), though the user base is unlikely to grow significantly.Releases · sbcl/sbcl - GitHub

Feasibility
6/10

SB-MANUAL + Markdown docstrings give a real, queryable corpus for RAG, and the build is straightforward, but ongoing maintenance as SBCL evolves and staying ahead of rapidly-improving general LLMs is nontrivial.Releases · sbcl/sbcl - GitHub

Steel Bank Common Lisp version 2.6.7 · 25 points · 1 commentsHacker News · 2026-07-28 (today)