ARCANADA
← Autonomy / Verdicus
LIVE L2 · target L4

Verdicus

macOS AI assistant for translation, rewriting, and visual analysis.

A native macOS app that lives in the menu bar. Select text anywhere — translate it, rewrite in a different tone, summarize, or analyze a screenshot. Backed by a NestJS API on api.verdicus.app with full test coverage.

Capabilities

  • Inline text translation (50+ languages)
  • Style rewriting — formal, casual, concise
  • Visual analysis of screenshots and images
  • Floating toolbar over any selection
  • NestJS API with classified errors and pino logs

Current autonomy level

L2
What levels mean →

Weakest link

Primary→fallback model chain now shipped (VERD-0052/0056), so the old single-provider cap is obsolete. The real ceiling is a static /health with no dependency validation and no dead-man's switch; the hard cost circuit breaker (an L4 item) is still absent.

Roadmap to L4

  1. L3 polish — Zod-validate every Claude response; declared tool scopes (no shell exec).
  2. L4 lift — Claude → GPT-4 → Gemini fallback chain via Model Connector; hard cost CB (max 50K tokens / $1 per request); per-provider circuit breaker (3× 5xx → OPEN 60s); Redis state checkpoint for multi-step jobs.
  3. Verification — chaos test with simulated provider outage; confirm fallback works.

Links

Next step

Explore the available product and its current limits

LIVE means the project is available now; the weakest link and roadmap above state the current version’s limits.

Review the path to the target level