# User Pain Points — Synthesised

> See `docs/research/MARKET_RESEARCH.md` for cited sources. This doc
> clusters the pain into actionable categories with example quotes.

## Cluster A — "AI keeps forgetting who I am"

- 34% of analysed AI complaints are about context loss.
- *"Every morning, same ritual. Open ChatGPT. Paste my project context.
  Re-explain what I'm building. … 150+ hours a year, gone."*
- Pattern: founders re-explain workflows, preferences, decisions every
  new chat session.

**Where Lycato attacks this**: `memory/people/`, `memory/companies/`,
`memory/projects/` files. Agents prepend the relevant file path into
every prompt; the founder edits memory directly, no chat dance.

## Cluster B — "I'm the human API between my tools"

- 8-15 SaaS tools is typical; 3-5 hours/day lost to copy-paste.
- *"Too many tools, too much context switching, and work getting
  fragmented... the handoff between discussion and action is usually
  where things fall apart."*

**Where Lycato attacks this**: adapters write to one repo; agents read
across the same repo; founder sees one diff.

## Cluster C — "Bookkeeping is the worst hat"

- Avg $340/mo silent revenue leak from Stripe webhook gaps.
- Bookkeepers charge $200–$1.5K/mo just to *categorise* and reconcile.

**Where Lycato attacks this**: Mercury + Stripe adapters write to a
single normalised `money/ledger/`; `lycato reconcile` flags mismatches;
finance-close drafts the close PR.

## Cluster D — "Investor updates I procrastinate on"

- Monthly cadence; consistency doubles follow-on funding odds; founders
  procrastinate because compiling is manual.

**Where Lycato attacks this**: `lycato operator investor-update` drafts from
ledger + decisions + software activity into `investors/YYYY-MM.md` with
the templated sections investors expect.

## Cluster E — "Distribution is still 100% manual"

- *"Shipping code feels like progress. Posting on Reddit feels like
  gambling."*
- LinkedIn ghostwriting on Fiverr starts at $5/post; founders dread
  the voice/style work.

**Where Lycato attacks this**: `lycato operator content-queue` produces 3-5
drafts/week tied to recent commits + decisions; founder edits +
approves; out-of-band publish.

## Cluster F — "I don't trust the black box"

- Cursor support-bot fabricated a "one-device" policy → mass
  cancellations. Cited as canonical trust-break.
- *"No AI agent should be trusted by default... trust must be earned
  through demonstrated behavior."*

**Where Lycato attacks this**: every change shows as a diff with
provenance markers; risk policy gates the high-impact paths; founder
explicit-approves money/customer/compliance changes.

## Cluster G — "Press 1 to accept" fatigue

- HN-viral essay ([source](https://news.ycombinator.com/item?id=47646277)):
  *"Most of my time was spent reading proposed code changes and pressing
  the 1 key to accept… I hated it."*

**Where Lycato attacks this**: low-stakes changes (journal, content
drafts) auto-merge after a configurable window; high-stakes require
explicit approval. The founder reviews fewer, more meaningful diffs.

## Cluster H — "Unpredictable bills"

- Power users reporting $150K/mo on Claude usage tier.

**Where Lycato attacks this**: one intended hosted price of **£39/month**,
nothing charged before confirmation, and no fabricated usage estimate.

## Cluster I — "Blank starter, dead start"

- Granola survives weak follow-through because zero setup. Most
  "second brain" products die at the empty-repo screen.

**Where Lycato attacks this**: `lycato init --demo`, three importers,
preset doctor checks.

## Cluster J — "Burnout, loneliness, decision fatigue"

- 72% of solo founders report mental-health struggles, 54% burnout, 75%
  anxiety. 35+ daily decisions across finance/product/sales/support.

**Where Lycato attacks this**: the daily diff is a forcing function for
focus. Review the morning queue at 9am, then close the surface. Memory
files mean the next session resumes instantly — less re-loading.
