calmdownoscar

the studio.

Studio DNA, privacy floor, HR-driven data security standards, and non-negotiable engineering guardrails governing every app built at calmdownoscar.

Apps Built to Put the Phone Down

Software exists to reduce screen time and decision fatigue. Success for a calmdownoscar app means the user finishes what they came to do and puts their phone down — not maximizing session length, infinite feeds, or screen time.

Business Rails: Zero ads. No third-party trackers. One-time or lifetime purchases whenever possible. Never use urgency bait, notification spam, or artificial streak counters to hook users.

Personal Data Protection as a Priority

Coming from a background in Human Resources, safeguarding personal confidentiality is not a legal checklist — it is an foundational duty of trust. Handling sensitive personnel records translated directly into how software and AI architectures are designed here.

100% On-Device Processing

Sensitive operations (photo scanning, disk maps, voice notes) execute locally on Apple silicon. Data stays strictly on your device.

Zero 3rd-Party Analytics

No SDK trackers, no telemetry scripts, no third-party data broker libraries. Crash visibility uses Apple's native MetricKit.

Server-Side Auth Enforcement

UI hides controls, but server endpoints enforce strict per-record authorization. Client claims are never trusted blindly.

Zero Secrets in Client Binaries

API keys and credentials never ship inside client binaries or public source. Enforced via Vercel proxy walls and environment secrets.

Architectural Discipline Across Multi-Agent AI

When AI features are integrated into apps, strict engineering guardrails govern every prompt and model interaction:

Single Source of Truth

The AI model and the native UI read and write to the exact same state model, preventing state drift or hallucinations.

MCP Ground-Truth Memory

Unli Rice memory layer operates over Model Context Protocol (MCP), ensuring all AI agents share identical architectural guardrails.

Pre-Mortem Regression Gate

Before submitting any app to the App Store, a 6-month pre-mortem evaluation audit is executed to catch edge-case failures and regression risks.

Hybrid LLM + Local ML Fallback

Cloud LLMs perform heavy reasoning, backed by on-device local ML (MLX / Metal) fallbacks for offline and privacy-conscious workflows.