A new personal finance experience in ChatGPT
Key Points
- Pro preview in U.S. on web and iOS
- Secure linking via Plaid (Intuit coming)
- Financial memories + 30‑day deletion policy
Summary
A preview release (May 15, 2026) of a personal finance experience is rolling out to a subset of ChatGPT Pro users in the U.S. on web and iOS. Users can securely link financial accounts (Plaid; Intuit support coming), view a dashboard (portfolio, spending, subscriptions, upcoming payments), and ask context‑aware finance questions powered by GPT‑5.5 reasoning. The feature includes persisted Financial memories, per‑user data controls, and deletion policies designed to keep users in control.
Key Points
- Rollout: Preview to a smaller group of Pro users in the U.S.; plan to expand to Plus and then broader availability.
- Account linking: Secure connection via Plaid (Intuit coming), supports 12,000+ institutions; syncing and categorization starts after authentication and can take a few minutes.
- Feature surface: Dashboard (spending, subscriptions, portfolio performance, upcoming payments), spend analysis, goal planning, subscription review, scenario planning, and tailored saving plans.
- Grounded responses: ChatGPT uses connected account balances, transactions, investments, liabilities, and user-shared goals to produce context-aware guidance (not a replacement for professional advice).
- Financial memories: Users can save contextual items (goals, obligations) to inform future conversations; these are a dedicated memory type for finances.
- Controls & privacy: No full account numbers are exposed; ChatGPT cannot initiate account changes. Users can disconnect accounts in Settings > Apps > Finances or from the Finances page; synced account data is deleted from OpenAI systems within 30 days after disconnect. Conversation history is separate and can be deleted manually. Model training follows the user’s chosen data settings (Settings > Data controls).
- Ecosystem: Planned integrations (e.g., Intuit) to enable actions like application flows, tax estimates, and scheduling experts while staying inside ChatGPT.
Practical notes for engineers
- Integration: Uses Plaid for account linking today; expect Intuit integration soon. Design for asynchronous account sync and categorization (sync may take minutes).
- Data model: System stores balances, transactions, investments, liabilities, and financial memories; implement clear flags for memory type and retention policies to support the 30‑day deletion timeline.
- Privacy: Ensure UI exposes disconnect, memory delete, and data control toggles; enforce that account linking is read‑only (no transaction initiation) and redact full account numbers.
- UX hooks: Entry points: Finances in sidebar, or mention '@Finances, connect my accounts' in chat. Provide dashboard APIs or telemetry to monitor sync status and categorization outcomes.