general
Default project
Model Router
Agents burn through tokens to get real work done. Run them on efficient, low-cost open-source models to keep spend under control, then switch to a frontier model the moment a task needs more power — all pre-wired, swap anytime.
Done — here's your KPI app. MRR is up +9.4% week-over-week to $128.4k. One thing worth a look: signup checkout is erroring for EU accounts — I flagged it below so someone can grab it.
Here's the May feedback memo. Ranked by revenue, the #1 theme is onboarding friction — 28 mentions across $214k of ARR, well ahead of where raw frequency would rank it. Pricing confusion and a missing Salesforce sync round out the top three.
Built expenses.xlsx — 38 receipts totaling $24,318 across 12 categories. Software is the biggest line at $9,240. I flagged 2 duplicate charges ($318) for your review on the Summary tab.
Scheduled ✓ — I'll run this every weekday at 7:00 AM and drop the brief here. Today's headline: 3 things need you before 10am. Acme is waiting on your reply, the pricing doc needs sign-off, and your 9:30 needs 5 minutes of prep (notes attached).
Here's the market-sizing briefing. TAM $18.4B, SAM $6.2B, three-year SOM $430M. I compared eight vendors — the clearest wedge is sub-50-seat teams that enterprise BI tools price out and overserve.
Group work, set instructions, and keep its data and artifacts together.
Default project
Board metrics & dashboards
GTM signal & feedback
Cowork runs these on the cadence you set, then drops the results in the task.
Documents, dashboards, and apps Cowork produced. Publish to share a live URL.
5 artifacts
Connect a source once. Secrets go into a vault, scoped per connection — the agent never sees a raw key.
Rules, lessons, and saved context Cowork can reuse — yours to inspect and edit.
— Always reconcile Stripe MRR against the subscriptions table before reporting; they drift by ~2%.
— The boss prefers numbers first, then the narrative. Lead with the headline metric.
— Publish dashboards as live URLs by default — the team shares links, not screenshots.
— Fiscal quarter starts in February, not January. Q2 = May–Jul.
— "North-star" metric is NRR; report it on every dashboard.
— Never write to production databases. Read-only credentials only.
— Currency is USD. Convert at the receipt date's rate.
Teach a skill once; Cowork recalls it when the work fits — no relearning.
Cowork configuration and workspace preferences.
| Vendor | Entry price | ICP | Gap |
|---|---|---|---|
| Enterprise BI A | $70k/yr | 2,000+ seats | Overserves SMB |
| Dashboard SaaS B | $24/mo | 10–50 seats | No warehouse |
| Notebook tool C | $0 OSS | Analysts | Not self-serve |
| The wedge → | — | < 50 seats | Underserved |
Ranked by attached ARR, not raw frequency. Each theme links to its source calls, tickets, and quotes.
"We almost didn't make it past week one — setup took three calls with support." — VP Ops, $48k ARR account (Gong, May 14)
Renewal call. They asked about SSO last time — it shipped Tuesday. Up-sell angle: 15 seats added in May.
Every line links back to the source — one click to the thread, email, or issue.
| A · Date | B · Vendor | C · Category | D · Amount | E · Note | |
|---|---|---|---|---|---|
| 1 | 05-03 | Linear | Software | $1,200.00 | |
| 2 | 05-07 | AWS | Infrastructure | $3,480.12 | |
| 3 | 05-09 | Delta | Travel | $612.40 | |
| 4 | 05-12 | Figma | Software | $144.00 | ⚑ possible duplicate of row 9 |
| 5 | 05-15 | Notion | Software | $96.00 | |
| 6 | 05-18 | Uber | Travel | $58.20 | |
| 7 | 05-21 | Sweetgreen | Meals | $84.10 | |
| … | TOTAL | $24,318.00 | =SUM(D2:D39) |
Model choice is where agents quietly win or lose on cost and quality. MindsHub makes it a dropdown, not a project.
Agents burn through far more tokens than a chat session — they plan, call tools, read what comes back, and iterate over many steps. Run that volume on efficient, low-cost open-source models like DeepSeek, Qwen, and Kimi, and the bill drops sharply versus frontier pricing.
Some steps deserve the best reasoning available. Switch to a frontier model for the hard part and back again when you're done — the agent stays the same, every task still runs, and your history and memory carry over. Nothing to migrate.
The Model Router is pre-wired across providers, so there's nothing to set up. Pick a planning model and a coding model from a dropdown, set the reasoning effort, and you're done — no juggling provider accounts or per-provider keys.
Today the model applies across your work. Choosing a different model — and a different agent — for an individual task is on the way, so you can match each job to the right engine.
Mix commercial and open models freely. The Model Router sends each step
to the model you choose and keeps versions current with
latest:* aliases.
Reference any model by its latest:* alias — it stays
current as providers ship new versions.
curl https://api.mindshub.ai/v1/chat/completions \
-H "Authorization: Bearer $MINDSHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "latest:sonnet",
"messages": [{"role": "user", "content": "Hello"}]
}' | Alias | Resolves to | Backup |
|---|---|---|
latest:kimi | kimi-k2p6 | latest:gemini-flash |
latest:deepseek | deepseek-v4-pro | latest:gemini-flash |
latest:qwen | qwen3p6-plus | latest:gemini-flash |
latest:glm | glm-5p2 | latest:gemini-flash |
latest:mindshub_air | kimi-k2p6The free-tier baseline model | latest:gemini-flash |
| Alias | Resolves to | Backup |
|---|---|---|
latest:fable | claude-fable-5 | latest:gemini-flash |
latest:sonnet | claude-sonnet-5 | latest:gpt |
latest:opus | claude-opus-4-8 | latest:gpt-high |
latest:haiku | claude-haiku-4-5-20251001 | latest:gemini-flash |
| Alias | Resolves to | Backup |
|---|---|---|
latest:gptlatest:gpt-sollatest:gpt-lowlatest:gpt-medium | gpt-5.6-solFlagship. Low or medium reasoning effort | latest:sonnet |
latest:gpt-high | gpt-5.6-solFlagship. High reasoning effort | latest:opus |
latest:gpt-terra | gpt-5.6-terraBalanced mid-tier | latest:sonnet |
latest:gpt-luna | gpt-5.6-lunaFast and economical | latest:gemini-flash |
latest:gpt-codex | gpt-5.3-codex | latest:sonnet |
latest:gpt-mini | gpt-5.4-mini | latest:gemini-flash |
latest:gpt-nano | gpt-5.4-nano | latest:gemini-flash |
| Alias | Resolves to | Backup |
|---|---|---|
latest:gemini | gemini-3.1-pro-preview | latest:sonnet |
latest:gemini-flash | gemini-3.5-flash | latest:gpt-mini |
Every request runs through automatic failover. If a provider is slow, rate-limited, or down, the Model Router retries on another model in the background — your task keeps moving without you noticing.
No error message, no re-run. If the model you picked can't respond, the Model Router retries the request on a fallback model automatically.
Fallback chains span providers — an Anthropic slowdown can fail over to OpenAI or Google, not just another model from the same vendor.
latest:mindshub_air ships on every plan and stays available even when other models are under strain — a guaranteed model that is always ready to pick up the work.
Choose which categories of cookies and similar technologies you allow us to use on this site. You can change these choices at any time via the Cookie preferences link in the footer.
Required for the site to work — the anonymous session cookie that lets us measure aggregate traffic. Always on.
Anonymous usage measurement (PostHog server-side). Helps us understand which pages are useful.
Click-ID attribution to ad platforms (Google, X, LinkedIn) and identified events so we can measure ad performance.
California, Virginia, Colorado, Connecticut, Utah, and other US state privacy laws give you the right to opt out of the “sale” or “sharing” of your personal information for cross-context behavioral advertising. We don’t sell your information for money, but we do share identifiers with our advertising partners to measure ad performance. You can opt out here.
See our Privacy Notice and Cookie Policy for full detail.