SkillSenz Beta

Run 90% of your AI locally. Call the big brains only when it matters.

AI agents that still work when the internet doesn’t.

What this beta proves

  • Installed intelligence via DSKP
  • Local-first execution via Bob
  • Alex escalation only when needed

Demo flow

  • "hello" -> skill-runtime Installed DSKP skill resolves first and returns the demo response locally.
  • "find sushi near me" -> local_bob Normal unmatched input falls through to Bob as the default local path.
  • "please escalate this task" -> alex-vps Explicit escalation routes the task to Alex only when the beta rule is triggered.

Demo pack

Installed Beta Demo Pack hello-demo

A minimal installable DSKP that responds to greeting-style inputs.

CLI demo

npm exec deepsenz -- "hello"
npm exec deepsenz -- "find sushi near me"
npm exec deepsenz -- "please escalate this task"