scenecast · view gallery
One asset definition · three rendering targets · the agent's view of the world.
GitHub →
An agent home screen for canonical types
Each tile is the icon rendering of one asset's defaultView — exactly what an iPhone home-screen widget would look like at 1×1 size. Click an icon to jump to its full size strip.

What you're looking at

Each card below is one defineAsset() declaration from the scenecast library. Every asset comes with a default view that renders state at five sizes (icon · small · medium · large · xlarge — modeled on Apple WidgetKit + Daslab's WidgetSize) and three formats (HTML · Markdown · Text).

Same definition. Different consumers. The Markdown version is typically 3–5× cheaper in tokens than dumping raw JSON. The icon version is ~95% cheaper.

Vendor implementations (Gmail, Slack, Salesforce, SAP S/4HANA, …) ship from benchmark-scoped repos like scenebench as scenecast extensions for that benchmark's domain. Each benchmark owns its vendor types, scrubbable + scored at daslab.dev.

Canonical types

Abstract primitives. Use directly, or as targets for vendor extensions in benchmark repos.

Email
email/mailbox · view: EmailInbox
Canonical mailbox — list of email messages.
HTML · medium
Inbox 10 · 4 unread
  • Invoice #4421 — overdue unread
    alice@vendor.com
  • Quick question about Q2 plan unread
    ceo@company.com
  • Payout completed: $1,200 unread
    alerts@stripe.com
  • Re: contract terms unread
    jordan@bigco.example
Markdown · medium ~49 tokens
Inbox · 10 · 4 unread

• Invoice #4421 — overdue unread — alice@vendor.com
• Quick question about Q2 plan unread — ceo@company.com
• Payout completed: $1,200 unread — alerts@stripe.com
• Re: contract terms unread — jordan@bigco.example
All sizes
icon ~5 tokens
4
Email
🔵 Email · 4
{ "type": "icon", "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75\"/>\n </svg>", "color": "blue", "label": "Email", "badge": 4 }
small ~16 tokens
Inbox 4 unread
  • Invoice #4421 — overdue unread
    alice@vendor.com
Inbox · 4 unread • Invoice #4421 — overdue unread — alice@vendor.com
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75\"/>\n </svg>", "color": "blue", "title": "Inbox", "meta": "4 unread" }, "body": [ { "type": "list", "items": [ { "title": "Invoice #4421 — overdue", "subtitle": "alice@vendor.com", "badge": "unread" } ] } ] }
medium ~49 tokens
Inbox 10 · 4 unread
  • Invoice #4421 — overdue unread
    alice@vendor.com
  • Quick question about Q2 plan unread
    ceo@company.com
  • Payout completed: $1,200 unread
    alerts@stripe.com
  • Re: contract terms unread
    jordan@bigco.example
Inbox · 10 · 4 unread • Invoice #4421 — overdue unread — alice@vendor.com • Quick question about Q2 plan unread — ceo@company.com • Payout completed: $1,200 unread — alerts@stripe.com • Re: contract terms unread — jordan@bigco.example
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75\"/>\n </svg>", "color": "blue", "title": "Inbox", "meta": "10 · 4 unread" }, "body": [ { "type": "list", "layout": "grid-2", "items": [ { "title": "Invoice #4421 — overdue", "subtitle": "alice@vendor.com", "badge": "unread" }, { "title": "Quick question about Q2 plan", "subtitle": "ceo@company.com", "badge": "unread" }, { "title": "Payout completed: $1,200", "subtitle": "alerts@stripe.com", "badge": "unread" }, { "title": "Re: contract terms", "subtitle": "jordan@bigco.example", "badge": "unread" } ] } ] }
large ~247 tokens
Inbox · 10 messages · 4 unread
  • Invoice #4421 — overdue unread
    alice@vendor.com
    Hi, just a heads up the invoice for $1,240 is past due. Please confirm payment status — would help m…
  • Quick question about Q2 plan unread
    ceo@company.com
    Got a sec to chat about the launch timeline for the new product? Want to align on the scope before t…
  • Payout completed: $1,200 unread
    alerts@stripe.com
    Your payout of $1,200 has been deposited. Reference id: po_1Q4Bxz.
  • Re: contract terms unread
    jordan@bigco.example
    Thanks for the redlines. Legal will respond by EOW. Two open questions on the SLA section.
  • Morning briefing — Apr 30
    newsletter@nyt.com
    Top stories: markets, climate, an interview with the new EU AI commissioner.
  • Re: standup notes
    bob@team.com
    Adding two things to the agenda: deploy retro + capacity planning for next sprint.
  • Reminder: Sales review
    calendar-noreply@google
    Sales review tomorrow at 1 PM. Conf Room 3.
  • [scenecast] PR review
    support@github.com
    Alice approved your PR #44. Tests are green; ready to merge.
Inbox · 10 messages · 4 unreadInvoice #4421 — overdue unread — alice@vendor.com > Hi, just a heads up the invoice for $1,240 is past due. Please confirm payment status — would help m… • Quick question about Q2 plan unread — ceo@company.com > Got a sec to chat about the launch timeline for the new product? Want to align on the scope before t… • Payout completed: $1,200 unread — alerts@stripe.com > Your payout of $1,200 has been deposited. Reference id: po_1Q4Bxz. • Re: contract terms unread — jordan@bigco.example > Thanks for the redlines. Legal will respond by EOW. Two open questions on the SLA section. • Morning briefing — Apr 30 — newsletter@nyt.com > Top stories: markets, climate, an interview with the new EU AI commissioner. • Re: standup notes — bob@team.com > Adding two things to the agenda: deploy retro + capacity planning for next sprint. • Reminder: Sales review — calendar-noreply@google > Sales review tomorrow at 1 PM. Conf Room 3. • [scenecast] PR review — support@github.com > Alice approved your PR #44. Tests are green; ready to merge.
{ "type": "list", "title": "Inbox · 10 messages · 4 unread", "items": [ { "title": "Invoice #4421 — overdue", "subtitle": "alice@vendor.com", "detail": "Hi, just a heads up the invoice for $1,240 is past due. Please confirm payment status — would help m…", "badge": "unread" }, { "title": "Quick question about Q2 plan", "subtitle": "ceo@company.com", "detail": "Got a sec to chat about the launch timeline for the new product? Want to align on the scope before t…", "badge": "unread" }, { "title": "Payout completed: $1,200", "subtitle": "alerts@stripe.com", "detail": "Your payout of $1,200 has been deposited. Reference id: po_1Q4Bxz.", "badge": "unread" }, { "title": "Re: contract terms", "subtitle": "jordan@bigco.example", "detail": "Thanks for the redlines. Legal will respond by EOW. Two open questions on the SLA section.", "badge": "unread" }, { "title": "Morning briefing — Apr 30", "subtitle": "newsletter@nyt.com", "detail": "Top stories: markets, climate, an interview with the new EU AI commissioner." }, { "title": "Re: standup notes", "subtitle": "bob@team.com", "detail": "Adding two things to the agenda: deploy retro + capacity planning for next sprint." }, { "title": "Reminder: Sales review", "subtitle": "calendar-noreply@google", "detail": "Sales review tomorrow at 1 PM. Conf Room 3." }, { "title": "[scenecast] PR review", "subtitle": "support@github.com", "detail": "Alice approved your PR #44. Tests are green; ready to merge." } ] }
xlarge ~340 tokens
Inbox · 10 messages · 4 unread
  • Invoice #4421 — overdue unread
    alice@vendor.com · 2026-04-30
    Hi, just a heads up the invoice for $1,240 is past due. Please confirm payment status — would help me close out the books for the quarter.
  • Quick question about Q2 plan unread
    ceo@company.com · 2026-04-30
    Got a sec to chat about the launch timeline for the new product? Want to align on the scope before the partner call tomorrow.
  • Payout completed: $1,200 unread
    alerts@stripe.com · 2026-04-30
    Your payout of $1,200 has been deposited. Reference id: po_1Q4Bxz.
  • Re: contract terms unread
    jordan@bigco.example · 2026-04-30
    Thanks for the redlines. Legal will respond by EOW. Two open questions on the SLA section.
  • Morning briefing — Apr 30
    newsletter@nyt.com · 2026-04-30
    Top stories: markets, climate, an interview with the new EU AI commissioner.
  • Re: standup notes
    bob@team.com · 2026-04-29
    Adding two things to the agenda: deploy retro + capacity planning for next sprint.
  • Reminder: Sales review
    calendar-noreply@google · 2026-04-29
    Sales review tomorrow at 1 PM. Conf Room 3.
  • [scenecast] PR review
    support@github.com · 2026-04-29
    Alice approved your PR #44. Tests are green; ready to merge.
  • Benefits enrollment open
    people@company.com · 2026-04-29
    Open enrollment runs through May 15. Pick your plan options on Workday.
  • 5 new jobs that match your search
    linkedin@e.linkedin.com · 2026-04-28
    We found 5 new senior engineering roles in your area.
Inbox · 10 messages · 4 unreadInvoice #4421 — overdue unread — alice@vendor.com · 2026-04-30 > Hi, just a heads up the invoice for $1,240 is past due. Please confirm payment status — would help me close out the books for the quarter. • Quick question about Q2 plan unread — ceo@company.com · 2026-04-30 > Got a sec to chat about the launch timeline for the new product? Want to align on the scope before the partner call tomorrow. • Payout completed: $1,200 unread — alerts@stripe.com · 2026-04-30 > Your payout of $1,200 has been deposited. Reference id: po_1Q4Bxz. • Re: contract terms unread — jordan@bigco.example · 2026-04-30 > Thanks for the redlines. Legal will respond by EOW. Two open questions on the SLA section. • Morning briefing — Apr 30 — newsletter@nyt.com · 2026-04-30 > Top stories: markets, climate, an interview with the new EU AI commissioner. • Re: standup notes — bob@team.com · 2026-04-29 > Adding two things to the agenda: deploy retro + capacity planning for next sprint. • Reminder: Sales review — calendar-noreply@google · 2026-04-29 > Sales review tomorrow at 1 PM. Conf Room 3. • [scenecast] PR review — support@github.com · 2026-04-29 > Alice approved your PR #44. Tests are green; ready to merge. • Benefits enrollment open — people@company.com · 2026-04-29 > Open enrollment runs through May 15. Pick your plan options on Workday. • 5 new jobs that match your search — linkedin@e.linkedin.com · 2026-04-28 > We found 5 new senior engineering roles in your area.
{ "type": "list", "title": "Inbox · 10 messages · 4 unread", "items": [ { "title": "Invoice #4421 — overdue", "subtitle": "alice@vendor.com · 2026-04-30", "detail": "Hi, just a heads up the invoice for $1,240 is past due. Please confirm payment status — would help me close out the books for the quarter.", "badge": "unread" }, { "title": "Quick question about Q2 plan", "subtitle": "ceo@company.com · 2026-04-30", "detail": "Got a sec to chat about the launch timeline for the new product? Want to align on the scope before the partner call tomorrow.", "badge": "unread" }, { "title": "Payout completed: $1,200", "subtitle": "alerts@stripe.com · 2026-04-30", "detail": "Your payout of $1,200 has been deposited. Reference id: po_1Q4Bxz.", "badge": "unread" }, { "title": "Re: contract terms", "subtitle": "jordan@bigco.example · 2026-04-30", "detail": "Thanks for the redlines. Legal will respond by EOW. Two open questions on the SLA section.", "badge": "unread" }, { "title": "Morning briefing — Apr 30", "subtitle": "newsletter@nyt.com · 2026-04-30", "detail": "Top stories: markets, climate, an interview with the new EU AI commissioner." }, { "title": "Re: standup notes", "subtitle": "bob@team.com · 2026-04-29", "detail": "Adding two things to the agenda: deploy retro + capacity planning for next sprint." }, { "title": "Reminder: Sales review", "subtitle": "calendar-noreply@google · 2026-04-29", "detail": "Sales review tomorrow at 1 PM. Conf Room 3." }, { "title": "[scenecast] PR review", "subtitle": "support@github.com · 2026-04-29", "detail": "Alice approved your PR #44. Tests are green; ready to merge." }, { "title": "Benefits enrollment open", "subtitle": "people@company.com · 2026-04-29", "detail": "Open enrollment runs through May 15. Pick your plan options on Workday." }, { "title": "5 new jobs that match your search", "subtitle": "linkedin@e.linkedin.com · 2026-04-28", "detail": "We found 5 new senior engineering roles in your area." } ] }
Message
message/channels · view: MessagingActivity
Canonical messaging — channels + messages.
HTML · medium
Recent activity 2 channels
  • #engineering
    2 messages
    bob: Looks good — bumping to 25%.
  • #marketing
    1 message
    carol: Paused c-retain. CPA was high.
Markdown · medium ~40 tokens
Recent activity · 2 channels

• #engineering — 2 messages
  > bob: Looks good — bumping to 25%.
• #marketing — 1 message
  > carol: Paused c-retain. CPA was high.
All sizes
icon ~5 tokens
3
Chat
🟢 Chat · 3
{ "type": "icon", "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"/>\n </svg>", "color": "green", "label": "Chat", "badge": 3 }
small ~11 tokens
2 channels active
  • #engineering
    2 messages
2 channels active#engineering — 2 messages
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"/>\n </svg>", "color": "green", "title": "2 channels active" }, "body": [ { "type": "list", "items": [ { "title": "#engineering", "subtitle": "2 messages" } ] } ] }
medium ~40 tokens
Recent activity 2 channels
  • #engineering
    2 messages
    bob: Looks good — bumping to 25%.
  • #marketing
    1 message
    carol: Paused c-retain. CPA was high.
Recent activity · 2 channels • #engineering — 2 messages > bob: Looks good — bumping to 25%. • #marketing — 1 message > carol: Paused c-retain. CPA was high.
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"/>\n </svg>", "color": "green", "title": "Recent activity", "meta": "2 channels" }, "body": [ { "type": "list", "items": [ { "title": "#engineering", "subtitle": "2 messages", "detail": "bob: Looks good — bumping to 25%." }, { "title": "#marketing", "subtitle": "1 message", "detail": "carol: Paused c-retain. CPA was high." } ] } ] }
large ~40 tokens
Recent activity 2 channels
  • #engineering
    2 messages
    bob: Looks good — bumping to 25%.
  • #marketing
    1 message
    carol: Paused c-retain. CPA was high.
Recent activity · 2 channels • #engineering — 2 messages > bob: Looks good — bumping to 25%. • #marketing — 1 message > carol: Paused c-retain. CPA was high.
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"/>\n </svg>", "color": "green", "title": "Recent activity", "meta": "2 channels" }, "body": [ { "type": "list", "items": [ { "title": "#engineering", "subtitle": "2 messages", "detail": "bob: Looks good — bumping to 25%." }, { "title": "#marketing", "subtitle": "1 message", "detail": "carol: Paused c-retain. CPA was high." } ] } ] }
xlarge ~40 tokens
Recent activity 2 channels
  • #engineering
    2 messages
    bob: Looks good — bumping to 25%.
  • #marketing
    1 message
    carol: Paused c-retain. CPA was high.
Recent activity · 2 channels • #engineering — 2 messages > bob: Looks good — bumping to 25%. • #marketing — 1 message > carol: Paused c-retain. CPA was high.
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"/>\n </svg>", "color": "green", "title": "Recent activity", "meta": "2 channels" }, "body": [ { "type": "list", "items": [ { "title": "#engineering", "subtitle": "2 messages", "detail": "bob: Looks good — bumping to 25%." }, { "title": "#marketing", "subtitle": "1 message", "detail": "carol: Paused c-retain. CPA was high." } ] } ] }
Contact
contact/list · view: ContactList
Canonical contact list — people with email, phone, role.
HTML · medium
Contacts 3
NameEmailTitle
Jordan Leejordan@acme.comDirector of Ops
Maria Santosmaria@brightwave.comVP Marketing
Aiden Parkaiden@meridian.comCEO
Markdown · medium ~59 tokens
Contacts · 3

| Name | Email | Title |
| --- | --- | --- |
| Jordan Lee | jordan@acme.com | Director of Ops |
| Maria Santos | maria@brightwave.com | VP Marketing |
| Aiden Park | aiden@meridian.com | CEO |
All sizes
icon ~5 tokens
3
Contacts
🟣 Contacts · 3
{ "type": "icon", "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z\"/>\n </svg>", "color": "purple", "label": "Contacts", "badge": 3 }
small ~12 tokens
3 contacts
  • Jordan Lee
    Director of Ops
3 contactsJordan Lee — Director of Ops
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z\"/>\n </svg>", "color": "purple", "title": "3 contacts" }, "body": [ { "type": "list", "items": [ { "title": "Jordan Lee", "subtitle": "Director of Ops" } ] } ] }
medium ~59 tokens
Contacts 3
NameEmailTitle
Jordan Leejordan@acme.comDirector of Ops
Maria Santosmaria@brightwave.comVP Marketing
Aiden Parkaiden@meridian.comCEO
Contacts · 3 | Name | Email | Title | | --- | --- | --- | | Jordan Lee | jordan@acme.com | Director of Ops | | Maria Santos | maria@brightwave.com | VP Marketing | | Aiden Park | aiden@meridian.com | CEO |
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z\"/>\n </svg>", "color": "purple", "title": "Contacts", "meta": "3" }, "body": [ { "type": "table", "columns": [ "Name", "Email", "Title" ], "rows": [ { "Name": "Jordan Lee", "Email": "jordan@acme.com", "Title": "Director of Ops" }, { "Name": "Maria Santos", "Email": "maria@brightwave.com", "Title": "VP Marketing" }, { "Name": "Aiden Park", "Email": "aiden@meridian.com", "Title": "CEO" } ] } ] }
large ~84 tokens
3 contacts
NameEmailPhoneTitleCompany
Jordan Leejordan@acme.com+1-555-0101Director of OpsAcme
Maria Santosmaria@brightwave.com+1-555-0182VP MarketingBrightwave
Aiden Parkaiden@meridian.com+1-555-0301CEOMeridian
3 contacts | Name | Email | Phone | Title | Company | | --- | --- | --- | --- | --- | | Jordan Lee | jordan@acme.com | +1-555-0101 | Director of Ops | Acme | | Maria Santos | maria@brightwave.com | +1-555-0182 | VP Marketing | Brightwave | | Aiden Park | aiden@meridian.com | +1-555-0301 | CEO | Meridian |
{ "type": "table", "title": "3 contacts", "columns": [ "Name", "Email", "Phone", "Title", "Company" ], "rows": [ { "Name": "Jordan Lee", "Email": "jordan@acme.com", "Phone": "+1-555-0101", "Title": "Director of Ops", "Company": "Acme" }, { "Name": "Maria Santos", "Email": "maria@brightwave.com", "Phone": "+1-555-0182", "Title": "VP Marketing", "Company": "Brightwave" }, { "Name": "Aiden Park", "Email": "aiden@meridian.com", "Phone": "+1-555-0301", "Title": "CEO", "Company": "Meridian" } ] }
xlarge ~84 tokens
3 contacts
NameEmailPhoneTitleCompany
Jordan Leejordan@acme.com+1-555-0101Director of OpsAcme
Maria Santosmaria@brightwave.com+1-555-0182VP MarketingBrightwave
Aiden Parkaiden@meridian.com+1-555-0301CEOMeridian
3 contacts | Name | Email | Phone | Title | Company | | --- | --- | --- | --- | --- | | Jordan Lee | jordan@acme.com | +1-555-0101 | Director of Ops | Acme | | Maria Santos | maria@brightwave.com | +1-555-0182 | VP Marketing | Brightwave | | Aiden Park | aiden@meridian.com | +1-555-0301 | CEO | Meridian |
{ "type": "table", "title": "3 contacts", "columns": [ "Name", "Email", "Phone", "Title", "Company" ], "rows": [ { "Name": "Jordan Lee", "Email": "jordan@acme.com", "Phone": "+1-555-0101", "Title": "Director of Ops", "Company": "Acme" }, { "Name": "Maria Santos", "Email": "maria@brightwave.com", "Phone": "+1-555-0182", "Title": "VP Marketing", "Company": "Brightwave" }, { "Name": "Aiden Park", "Email": "aiden@meridian.com", "Phone": "+1-555-0301", "Title": "CEO", "Company": "Meridian" } ] }
Event
event/calendar · view: UpcomingEvents
Canonical calendar events — what's scheduled.
HTML · medium
Upcoming 4 events
May 2, 10:00 AM → 10:15 AM
Daily standup
May 2, 1:00 PM → 2:00 PM
Sales review · Q2
📍 Conf Room 3
May 2, 3:30 PM → 4:00 PM
Customer call
📍 Zoom
May 4, 2026
Off-site
Markdown · medium ~55 tokens
Upcoming · 4 events

• May 2, 10:00 AM — Daily standup
• May 2, 1:00 PM — Sales review · Q2 · Conf Room 3
• May 2, 3:30 PM — Customer call · Zoom
• May 4 — Off-site
All sizes
icon ~5 tokens
4
Events
🔴 Events · 4
{ "type": "icon", "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5\"/>\n </svg>", "color": "red", "label": "Events", "badge": 4 }
small ~9 tokens
Next up
  • Off-site
    all day
Next upOff-site — all day
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5\"/>\n </svg>", "color": "red", "title": "Next up" }, "body": [ { "type": "list", "items": [ { "title": "Off-site", "subtitle": "all day" } ] } ] }
medium ~55 tokens
Upcoming 4 events
May 2, 10:00 AM → 10:15 AM
Daily standup
May 2, 1:00 PM → 2:00 PM
Sales review · Q2
📍 Conf Room 3
May 2, 3:30 PM → 4:00 PM
Customer call
📍 Zoom
May 4, 2026
Off-site
Upcoming · 4 events • May 2, 10:00 AM — Daily standup • May 2, 1:00 PM — Sales review · Q2 · Conf Room 3 • May 2, 3:30 PM — Customer call · Zoom • May 4 — Off-site
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5\"/>\n </svg>", "color": "red", "title": "Upcoming", "meta": "4 events" }, "body": [ { "type": "calendar", "events": [ { "title": "Daily standup", "startsAt": "2026-05-02T10:00:00", "endsAt": "2026-05-02T10:15:00" }, { "title": "Sales review · Q2", "startsAt": "2026-05-02T13:00:00", "endsAt": "2026-05-02T14:00:00", "location": "Conf Room 3" }, { "title": "Customer call", "startsAt": "2026-05-02T15:30:00", "endsAt": "2026-05-02T16:00:00", "location": "Zoom" }, { "title": "Off-site", "startsAt": "2026-05-04", "allDay": true } ] } ] }
large ~51 tokens
Upcoming
May 2, 10:00 AM → 10:15 AM
Daily standup
alice@team, bob@team
May 2, 1:00 PM → 2:00 PM
Sales review · Q2
📍 Conf Room 3
May 2, 3:30 PM → 4:00 PM
Customer call
📍 Zoom
May 4, 2026
Off-site
UpcomingMay 2, 10:00 AM — Daily standup • May 2, 1:00 PM — Sales review · Q2 · Conf Room 3 • May 2, 3:30 PM — Customer call · Zoom • May 4 — Off-site
{ "type": "calendar", "title": "Upcoming", "events": [ { "title": "Daily standup", "startsAt": "2026-05-02T10:00:00", "endsAt": "2026-05-02T10:15:00", "attendees": [ "alice@team", "bob@team" ] }, { "title": "Sales review · Q2", "startsAt": "2026-05-02T13:00:00", "endsAt": "2026-05-02T14:00:00", "location": "Conf Room 3" }, { "title": "Customer call", "startsAt": "2026-05-02T15:30:00", "endsAt": "2026-05-02T16:00:00", "location": "Zoom" }, { "title": "Off-site", "startsAt": "2026-05-04", "allDay": true } ] }
xlarge ~51 tokens
Upcoming
May 2, 10:00 AM → 10:15 AM
Daily standup
alice@team, bob@team
May 2, 1:00 PM → 2:00 PM
Sales review · Q2
📍 Conf Room 3
May 2, 3:30 PM → 4:00 PM
Customer call
📍 Zoom
May 4, 2026
Off-site
UpcomingMay 2, 10:00 AM — Daily standup • May 2, 1:00 PM — Sales review · Q2 · Conf Room 3 • May 2, 3:30 PM — Customer call · Zoom • May 4 — Off-site
{ "type": "calendar", "title": "Upcoming", "events": [ { "title": "Daily standup", "startsAt": "2026-05-02T10:00:00", "endsAt": "2026-05-02T10:15:00", "attendees": [ "alice@team", "bob@team" ] }, { "title": "Sales review · Q2", "startsAt": "2026-05-02T13:00:00", "endsAt": "2026-05-02T14:00:00", "location": "Conf Room 3" }, { "title": "Customer call", "startsAt": "2026-05-02T15:30:00", "endsAt": "2026-05-02T16:00:00", "location": "Zoom" }, { "title": "Off-site", "startsAt": "2026-05-04", "allDay": true } ] }
Task
task/list · view: TaskBoard
Canonical task list — work items with status + assignee.
HTML · medium
Sprint board
1
In progress
1
Done
1
Blocked
TitleStatusAssignee
Wire up scenebench AB adapterdonealice
Add canonical types to scenecastin_progressbob
Land daslab.dev/labs pagetodoalice
iOS scene viewer: image card aspect bugblockedcarol
Markdown · medium ~92 tokens
Sprint board

In progress: 1 · Done: 1 · Blocked: 1

| Title | Status | Assignee |
| --- | --- | --- |
| Wire up scenebench AB adapter | done | alice |
| Add canonical types to scenecast | in_progress | bob |
| Land daslab.dev/labs page | todo | alice |
| iOS scene viewer: image card aspect bug | blocked | carol |
All sizes
icon ~5 tokens
2
Tasks
🟠 Tasks · 2
{ "type": "icon", "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"/>\n </svg>", "color": "orange", "label": "Tasks", "badge": 2 }
small ~16 tokens
Tasks
  • 1 in progress · 1 done
    ⚠️ 1 blocked
Tasks1 in progress · 1 done — ⚠️ 1 blocked
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"/>\n </svg>", "color": "orange", "title": "Tasks" }, "body": [ { "type": "list", "items": [ { "title": "1 in progress · 1 done", "subtitle": "⚠️ 1 blocked" } ] } ] }
medium ~92 tokens
Sprint board
1
In progress
1
Done
1
Blocked
TitleStatusAssignee
Wire up scenebench AB adapterdonealice
Add canonical types to scenecastin_progressbob
Land daslab.dev/labs pagetodoalice
iOS scene viewer: image card aspect bugblockedcarol
Sprint board In progress: 1 · Done: 1 · Blocked: 1 | Title | Status | Assignee | | --- | --- | --- | | Wire up scenebench AB adapter | done | alice | | Add canonical types to scenecast | in_progress | bob | | Land daslab.dev/labs page | todo | alice | | iOS scene viewer: image card aspect bug | blocked | carol |
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"/>\n </svg>", "color": "orange", "title": "Sprint board" }, "body": [ { "type": "metric_grid", "metrics": [ { "type": "metric", "value": 1, "label": "In progress" }, { "type": "metric", "value": 1, "label": "Done" }, { "type": "metric", "value": 1, "label": "Blocked", "trend": "down" } ] }, { "type": "table", "columns": [ "Title", "Status", "Assignee" ], "rows": [ { "Title": "Wire up scenebench AB adapter", "Status": "done", "Assignee": "alice" }, { "Title": "Add canonical types to scenecast", "Status": "in_progress", "Assignee": "bob" }, { "Title": "Land daslab.dev/labs page", "Status": "todo", "Assignee": "alice" }, { "Title": "iOS scene viewer: image card aspect bug", "Status": "blocked", "Assignee": "carol" } ] } ] }
large ~109 tokens
Sprint board
1
In progress
1
Done
1
Blocked
Tasks
TitleStatusAssigneePriority
Wire up scenebench AB adapterdonealicehigh
Add canonical types to scenecastin_progressbobhigh
Land daslab.dev/labs pagetodoalicemedium
iOS scene viewer: image card aspect bugblockedcarolmedium
Sprint board In progress: 1 · Done: 1 · Blocked: 1 Tasks | Title | Status | Assignee | Priority | | --- | --- | --- | --- | | Wire up scenebench AB adapter | done | alice | high | | Add canonical types to scenecast | in_progress | bob | high | | Land daslab.dev/labs page | todo | alice | medium | | iOS scene viewer: image card aspect bug | blocked | carol | medium |
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"/>\n </svg>", "color": "orange", "title": "Sprint board" }, "body": [ { "type": "metric_grid", "metrics": [ { "type": "metric", "value": 1, "label": "In progress" }, { "type": "metric", "value": 1, "label": "Done" }, { "type": "metric", "value": 1, "label": "Blocked", "trend": "down" } ] }, { "type": "table", "title": "Tasks", "columns": [ "Title", "Status", "Assignee", "Priority" ], "rows": [ { "Title": "Wire up scenebench AB adapter", "Status": "done", "Assignee": "alice", "Priority": "high" }, { "Title": "Add canonical types to scenecast", "Status": "in_progress", "Assignee": "bob", "Priority": "high" }, { "Title": "Land daslab.dev/labs page", "Status": "todo", "Assignee": "alice", "Priority": "medium" }, { "Title": "iOS scene viewer: image card aspect bug", "Status": "blocked", "Assignee": "carol", "Priority": "medium" } ] } ] }
xlarge ~109 tokens
Sprint board
1
In progress
1
Done
1
Blocked
Tasks
TitleStatusAssigneePriority
Wire up scenebench AB adapterdonealicehigh
Add canonical types to scenecastin_progressbobhigh
Land daslab.dev/labs pagetodoalicemedium
iOS scene viewer: image card aspect bugblockedcarolmedium
Sprint board In progress: 1 · Done: 1 · Blocked: 1 Tasks | Title | Status | Assignee | Priority | | --- | --- | --- | --- | | Wire up scenebench AB adapter | done | alice | high | | Add canonical types to scenecast | in_progress | bob | high | | Land daslab.dev/labs page | todo | alice | medium | | iOS scene viewer: image card aspect bug | blocked | carol | medium |
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"/>\n </svg>", "color": "orange", "title": "Sprint board" }, "body": [ { "type": "metric_grid", "metrics": [ { "type": "metric", "value": 1, "label": "In progress" }, { "type": "metric", "value": 1, "label": "Done" }, { "type": "metric", "value": 1, "label": "Blocked", "trend": "down" } ] }, { "type": "table", "title": "Tasks", "columns": [ "Title", "Status", "Assignee", "Priority" ], "rows": [ { "Title": "Wire up scenebench AB adapter", "Status": "done", "Assignee": "alice", "Priority": "high" }, { "Title": "Add canonical types to scenecast", "Status": "in_progress", "Assignee": "bob", "Priority": "high" }, { "Title": "Land daslab.dev/labs page", "Status": "todo", "Assignee": "alice", "Priority": "medium" }, { "Title": "iOS scene viewer: image card aspect bug", "Status": "blocked", "Assignee": "carol", "Priority": "medium" } ] } ] }
Document
document/collection · view: FeaturedDocument
Canonical document collection — pages with title + body.
HTML · medium
Featured page
Q2 launch plan
modified 2026-04-30
Overview We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.
39 words · ~1 min
Markdown · medium ~63 tokens
Featured page

### Q2 launch plan

_ops team_

Overview

We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.
All sizes
icon ~5 tokens
3
Docs
🟡 Docs · 3
{ "type": "icon", "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"/>\n </svg>", "color": "yellow", "label": "Docs", "badge": 3 }
small ~11 tokens
3 pages
  • Q2 launch plan
    2026-04-30
3 pagesQ2 launch plan — 2026-04-30
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"/>\n </svg>", "color": "yellow", "title": "3 pages" }, "body": [ { "type": "list", "items": [ { "title": "Q2 launch plan", "subtitle": "2026-04-30" } ] } ] }
medium ~63 tokens
Featured page
Q2 launch plan
modified 2026-04-30
Overview We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.
39 words · ~1 min
Featured page ### Q2 launch plan _ops team_ Overview We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"/>\n </svg>", "color": "yellow", "title": "Featured page" }, "body": [ { "type": "document", "title": "Q2 launch plan", "body": "Overview\n\nWe're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.", "byline": "ops team", "meta": "modified 2026-04-30" } ] }
large ~81 tokens
Featured page
Q2 launch plan
modified 2026-04-30
Overview We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.
39 words · ~1 min
More pages
  • On-call runbook
    2026-04-29
  • Customer feedback · April
    2026-04-28
Featured page ### Q2 launch plan _ops team_ Overview We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring. More pagesOn-call runbook — 2026-04-29 • Customer feedback · April — 2026-04-28
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"/>\n </svg>", "color": "yellow", "title": "Featured page" }, "body": [ { "type": "document", "title": "Q2 launch plan", "body": "Overview\n\nWe're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.", "byline": "ops team", "meta": "modified 2026-04-30" }, { "type": "list", "title": "More pages", "items": [ { "title": "On-call runbook", "subtitle": "2026-04-29" }, { "title": "Customer feedback · April", "subtitle": "2026-04-28" } ] } ] }
xlarge ~81 tokens
Featured page
Q2 launch plan
modified 2026-04-30
Overview We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.
39 words · ~1 min
More pages
  • On-call runbook
    2026-04-29
  • Customer feedback · April
    2026-04-28
Featured page ### Q2 launch plan _ops team_ Overview We're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring. More pagesOn-call runbook — 2026-04-29 • Customer feedback · April — 2026-04-28
{ "type": "stack", "header": { "glyph": "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n <path d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"/>\n </svg>", "color": "yellow", "title": "Featured page" }, "body": [ { "type": "document", "title": "Q2 launch plan", "body": "Overview\n\nWe're shipping the new agent runtime in three phases. Phase 1 (May 6) covers the core SDK; phase 2 (May 20) adds the visual scrubber; phase 3 (June 3) brings the AutomationBench integration to production with belief-vs-truth scoring.", "byline": "ops team", "meta": "modified 2026-04-30" }, { "type": "list", "title": "More pages", "items": [ { "title": "On-call runbook", "subtitle": "2026-04-29" }, { "title": "Customer feedback · April", "subtitle": "2026-04-28" } ] } ] }