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.

Why it matters

Runs on your device first. Calls powerful AI only when needed.

  • Private by default, because most work stays on your device.
  • Fast for everyday tasks, without waiting on remote AI for everything.
  • Installable intelligence you can add when you need new capabilities.

How it works

  • "hello" -> instant local response A lightweight installed capability handles simple requests immediately.
  • "find sushi near me" -> local assistant path Everyday requests stay on-device first so they remain fast and private.
  • "please escalate this task" -> higher-power AI path Larger requests can call stronger remote models only when they are actually needed.

Live System Output

Real output from the current DeepSenz beta running across local capability, on-device handling, and the higher-power remote path.

input: hello
route: local installed capability
output: Hello from installed DSKP demo skill.

input: find sushi near me
route: local assistant
output: [mock-bob] find sushi near me

input: please escalate this task
route: higher-power remote AI
output: [alex-vps] Escalated: please escalate this task

Installed demo pack

Installed Beta Demo Pack hello-demo

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

Beta demo commands

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