Riya Grover
Introducing Sequence Labs
For the past several months, we've been scoping and building agents at Sequence. Today we're sharing some of that work publicly as Sequence Labs. This is where we share what we're prototyping, what's live, and what we've learned. Some of it will ship. Some of it won't.

How we build
LLMs are useful at different levels, and we think about each one differently.
The first is slotting them into specific product flows: a contract becomes structured data, a query gets a structured answer. The second is running guided automations with human oversight, so multi-step workflows with tools, review steps, and audit trails. The third is autonomous operation, where the guardrails are strong enough that the agent can run without someone watching every step.
We're building across all three. A few principles apply at every level, and they matter more the higher you climb.
The quality of your tools matters. Tools, context, and constraints are the biggest differentiators. A well-scoped agent with good context will outperform a general one with a better model.
Keep humans in the loop. Someone has to be able to see what the agent did, why it did it, and have a clear path to override it. In finance, this is the baseline.
Smallest useful scope first. Every agent should do one specific job well before we widen its remit. Most agent projects go wrong because the scope is too broad from the start.
Measure everything. "Vibes are good" isn't signal. We track quality, latency, and cost at every layer, on every agent we ship.
What's in Labs
Contract Intake Agent (Live, v0.37)
Customer contracts contain a lot of structured data: customer details, billing contacts, pricing terms, billing schedules. Until now, someone had to transcribe all of that into Sequence for every new customer.
Contract Intake Agent reads the contract and does it automatically. It extracts the key information and sets up the customer and billing schedule for review. It's live, it's in production, and it's been saving our customers real time since earlier this year.
Customer Knowledge Base (Prototype, v0.01)
Most of what a team knows about a customer lives scattered across Slack channels, shared docs, and call notes. This agent ingests those sources into a vector index and exposes it via an MCP server, so any agent can search and cite the source material rather than starting from scratch.
This one is still being built. We're publishing it because it's a building block for a lot of what comes next.
How we test ideas: Hack Day
In March 2026, we ran an internal hack day to form a view on how we want to build our next generation of agents. Going into it we had two questions to answer, and built seven prototypes.
The first question: how do we want to build our MCP server? This meant thinking through API key security and whether we could implement an OAuth IDP layer based on Stytch, scoped to RBAC rules per user.
The second: which agent framework do we want to adopt? We had multiple people try different TypeScript and Python frameworks, building agents that interact with our API via tool calls, to see how each one fits with our existing infrastructure. Having different people try different approaches was deliberate.
What we're not building
We're not building agents that do the billing. Sequence's deterministic billing engine, the part that handles pricing models, usage calculations, and the actual math, stays deterministic.
We're building agents that handle the work around billing: contract intake, customer queries, data retrieval. The jobs that are manual, slow, and error-prone. That frees up the finance team to focus on the decisions that actually require judgement.
Labs is where we figure out which agents are worth building, how to build them well, and what we're willing to ship. We'll keep adding to it.
Explore Sequence Labs: https://sequencehq.com/labs
Riya Grover
Related articles

Introducing Sequence 2.0
Today, we're launching Sequence 2.0: The first AI-native revenue automation platform built from the ground up for modern finance teams. Sequence 2.0 is a complete revenue suite, including CPQ, Billing and Revenue recognition.
Riya Grover

How we use Sequence to level up pricing flexibility
Sequence is built to provide pricing flexibility for sales teams while retaining a fully automated billing workflow for finance. Here’s how using Sequence has provided us with a unique competitive advantage when configuring custom deal terms, without breaking our revenue collection workflow downstream.
Enda Cahill

Sequence Collect
Sequence Collect is the AI revenue automation conference for modern finance leaders, taking place September 18th in San Francisco. Designed for CFOs and RevOps leaders from fast-growing B2B scaleups, the event addresses critical questions like "How should we price our AI agents?" and "How far can we scale with 1 finance operator + AI?" Limited spots available at sequencecollect.com.
Riya Grover