8 May 2026 Feature Platform Latest

Marketing site and community page

The public site is live at betteraccountant.app. Built with Astro, deployed to Cloudflare Pages.

  • Product pages — documents, extraction, reconciliation, workpapers, and tax agent each have their own page
  • Changelog — filterable by category and type, with an Atom RSS feed at /changelog/feed.xml
  • Community — newsletter signup and engagement section for firm operators
  • Legal — privacy policy and terms of service
8 May 2026 Feature Ai Engine

Accounting agent cockpit

The accounting agent now records its work as engagement tasks instead of chat-only output. The cockpit shows the current task, source-backed checks, open blockers, recent trace events, and the next reviewer action.

Accounting and tax remain separate product surfaces. The accounting agent uses accounting-specific context, tools, evaluations, and review states for evidence, reconciliations, workpapers, journal entries, and Accounts Packs.

8 May 2026 Feature Ai Engine

Engagement query control

Engagement Cockpit now includes a Query Center for open questions, client-owned requests, checklist requirements, and unavailable evidence. Accountants can answer internally, draft a client request, or document why evidence cannot be provided.

The client request page now supports answer, upload, or not-available responses without exposing the firm workspace.

7 May 2026 Feature Tax New

Tax computation agent

The tax agent handles Malaysian corporate tax computations end to end. Upload financial statements and supporting documents — it interviews you about the engagement, gathers evidence, computes adjustments, and produces a working tax computation.

  • Structured interview — walks through the engagement stage by stage, asking for what it needs rather than dumping a form
  • Preparation health — shows what’s ready, what’s missing, and what needs review before finalizing
  • Evidence proof — every tax adjustment links back to the supporting document

Available at /tax on the marketing site with full documentation.

5 May 2026 Improvement Ai Engine

Managed AI extraction

New workspaces no longer need to bring their own AI keys to begin extracting documents. The platform provides managed extraction through Cloudflare’s AI gateway by default.

You can still configure your own provider keys for higher rate limits or model preference — but onboarding is now zero-config.

Also shipped: client workspace context so each engagement tracks its own document set and extraction state independently.

4 May 2026 Feature Workpapers

Evidence-backed accounting workflow

Every journal entry and classification now traces back to the source document it came from. The AI agent works within approval gates — routine operations proceed automatically, but entries above MYR 1,000 require your sign-off.

  • Evidence linking — extracted figures reference their source page and line, so you can verify without hunting
  • Agent approvals — configurable thresholds for draft entries, posted entries, and financial modifications
  • CSV imports — bulk import bank transactions with validation and duplicate detection
3 May 2026 Feature Platform

Google sign-in and transactional email

Two platform foundations shipped:

  • Google authentication — sign in with your Google account. Supports MFA setup during onboarding and handles existing password flows gracefully.
  • Transactional email — onboarding invitations, password resets, and workspace notifications now send via Resend. No more manual setup links.
2 May 2026 Fix Documents

Document processing reliability

  • Fixed upload dispatch so queued documents process immediately after upload completes
  • Bank statement extraction now produces deterministic output regardless of chunk boundaries
  • Document preview no longer reloads when switching between tabs
  • Processing errors surface clearly in the UI with retry options
  • Added workpool-backed queues so concurrent uploads don’t starve each other
1 May 2026 Feature Documents

Document extraction with provider routing

The core extraction pipeline is live. Upload invoices, bank statements, or ledgers — the system parses them into structured accounting data using your configured AI provider.

  • Provider routing — extraction uses whichever provider you’ve configured (OpenAI, Anthropic, Kimi, or Cloudflare). Falls back to Cloudflare Workers AI if your primary provider fails.
  • Chunked extraction — long documents (500+ lines) are split into chunks and processed in parallel, then stitched back together.
  • Processing queue — uploads are queued and processed reliably with automatic retry on transient failures.