A3 Roadmap 2026
Source document
This page is synced from the A3 Roadmap Google Doc. Update the doc for the latest plan; copy changes here when milestones shift.
Objectives
- A3 is capable of creating automation scripts. Primary use case is deep scraping, which may include:
- Navigating (including figuring out the URL to navigate to)
- Sign in / log in
- Extracting data in structured format
- Filling out forms
- Cookie management for reusing login information
- Captcha solving (a few popular providers)
- Using network resources for extraction
- A3 Cloud can execute automations at scale:
- In queue / schedule mode
- Realtime
- A3 platform provides a dashboard for monitoring automations
- Users can sign up to the A3 platform to start using it
Milestones
| Name | Description | Estimated delivery |
|---|---|---|
| Automation Core | Project / workflow / script composition topics | Mar–Apr 2026 |
| UI | Application user interface | Apr–May 2026 |
| Browser Cloud | Chrome leasing infrastructure | May–Jun 2026 |
| Automation Infrastructure | API, IAM, Queue | Jun–Jul 2026 |
| Dashboard | Automations, Queue, Account | Jul–Aug 2026 |
Plan
Automation Core
- Re-think project / workflow / script concepts to align with developers' expectations and make it easier for LLMs to work with
- Shorten the iteration loops for creating and testing scripts
- Research DSLs
- Research sub-agents
- Research custom learning tools
- [Continue to iterate on tools and sub-agents past launch]
UI
- Control agents directly from UI
- Run / rerun parts of scripts without restarting the whole workflow
- Improve overall process visibility:
- Separate agent chat
- Display logs matching production use
- LLM calls
Browser Cloud
Build infrastructure for on-demand browser leasing:
- Manage Chrome + Playwright instances
- Manage extensions
- Manage proxies
- Leasing / releasing logic
- Provision in Scaleway initially
- [Manage cache and data directories]
- [Possibly expand to other providers]
Automation Infrastructure
- API for running automation jobs
- Queue management
- Authentication
- Account management
- Auxiliary endpoints: cookie storage
Dashboard
- Log in / Sign up
- Track in-progress and finished automations
- Inspect automation (inputs, outputs, logs)
- Manage queue
- API keys management
- Account management
