Paste a stack trace. Get a hypothesis.
Select a log region. Hit ⌘L. vev summarizes the failure mode, names the likely root cause, points at the log line that matters. No chat thread. One answer, one scroll.
ai · ⌘K · five features
No chat sidebar you have to babysit. Five keystrokes. Each one runs in the window you were already working in. Your key, your model, your machine.
0
bytes leaked
5
providers · 1 local
~40ms
first token · local
01 · natural language → shell
Type "find all files bigger than 1 GB touched this week" — vev drops the find incantation into your prompt, highlighted, cursor blinking. You read it. Then it runs.
02 + 03 · diagnose · generate
Select a log region. Hit ⌘L. vev summarizes the failure mode, names the likely root cause, points at the log line that matters. No chat thread. One answer, one scroll.
"A Postgres 15 on RDS, multi-AZ, in eu-west-1, with a dev read-replica." vev writes the .tf, names the resources sensibly, flags the variables to fill. You review. You plan. You apply.
ssh edge-03 && uptime
Last login: Sat Apr 19 17:04:11 2026 17:09:22 up 11 days, 22:14, 2 users, load average: 0.41, 0.38, 0.35
select status, count(*) from requests where ts > now() - interval '5 min' group by 1
@ai summarize the 502s by endpoint and suggest the next check47 × 502 concentrated on POST /v1/pay (81%). edge-04 returning connection-reset mid-stream. Check: `journalctl -u api --since '5 min ago' | grep -i upstream` on edge-04.
04 · one buffer · every cell
Mix them. Chain them. The SQL output of cell 2 is a dataframe in cell 3. The AI in cell 4 reads both and suggests the next check. Export as markdown. Commit to the repo.
05 · byok · no middleman
providers
Five to choose from.
Anthropic · OpenAI · Groq · Gemini · any OpenAI-compatible endpoint (Ollama, LM Studio, vLLM).
storage
Keychain, not cloud.
Your API keys live in your OS keychain (macOS / gnome-keyring / Credential Manager). Nowhere else.
wire
Direct to the provider.
Your prompts go from your laptop to api.anthropic.com (or wherever) — never through our servers. We don't have servers for this.
the contract · three lines
try it
Install in a second. Paste your key. Start typing.