mindly
HomeDownloadPricingWhat's New
Sign UpDownload
HomeDownloadPricingWhat's New
Sign UpDownload

mindly

Your second brain powered by AI. Organize thoughts, connect ideas, and unlock your mind's potential.

Product

  • Home
  • Download
  • Pricing
  • Integrations
  • Methods
  • What's New
  • Contact
  • Account

For Your Needs

  • For Students
  • For Researchers
  • For PhD Students
  • For Writers
  • For Product Managers
  • For Knowledge Workers
  • For Designers
  • For Consultants
  • For Founders

Comparisons

  • All comparisons
  • Mindly vs Notion
  • Obsidian Alternative: Mindly vs Obsidian
  • Logseq Alternative: Mindly vs Logseq
  • Apple Notes Alternative: Mindly vs Apple Notes
  • Evernote Alternative: Mindly vs Evernote

Legal

  • Privacy Policy
  • Terms of Use
  • Manage subscription

Connect

Product Hunt

Features

  • All Features
  • Capture
  • Chat With Your Documents
  • Auto-organize
  • Search
  • Explore
  • Suggestions
  • Voice

Popular Use Cases

  • All Use Cases
  • Second Brain
  • AI Second Brain
  • PDF Organizer
  • Meeting Notes
  • Bookmark Manager
  • Note Taking App for Mac
  • Research Notes App
  • Screenshot Organizer

Methods

  • All Methods
  • PARA Method
  • Zettelkasten Method
  • CODE Method
  • Progressive Summarization
  • Evergreen Notes
  • The Digital Garden
  • Atomic Notes
  • Interstitial Journaling

Guides

  • All Guides
  • PKM Glossary
  • Switch to Mindly
  • Free Tools
  • ENEX Converter (free)
  • Notion Export Cleaner (free)
  • Second Brain Template
  • Statistics
  • About
  • Press Kit
  • Build a Second Brain
  • Personal Search Engine
  • Why Your Second Brain Fails
  • Second Brain for Work
  • Declutter Your Digital Life
  • AI Note-Taking Apps

© 2026 mindly. All rights reserved.

  1. Home
  2. /
  3. Blog
  4. Analysis

Analysis

The August 2026 AI Shutdowns and What They Teach About Where to Build

August 2026 delivered a concentrated lesson in what happens when your workflow depends on infrastructure you do not control. The shutdowns were not bugs. They were the business model working as designed.

September 22, 2026·13 min read·By Ada Winter

In this article

  1. What Actually Happened
  2. The Actual Cost of Migration
  3. This Was Not a Bug
  4. What Should Live Where
  5. The Model-Storage Split
  6. What August 2026 Taught

August 2026 was a busy month for deprecation notices. On August 9, OpenAI discontinued the ChatGPT Atlas browser after nine months of operation. On August 15, Relay.app closed for free users, with paid accounts following on September 14, less than two months after the shutdown was announced. On August 26, the OpenAI Assistants API stopped accepting calls, ending a service that had been promoted as the way to build stateful AI agents. Each of these was a different product, a different vendor, a different circumstance. Together they tell the same story: building on third-party AI infrastructure is convenient until the day it is not, and the migration cost falls entirely on you. This is not an argument against using external AI services. It is an argument for understanding what you are trading when you do, and for keeping the parts that would hurt to rebuild under your own control.

What Actually Happened

Three shutdowns, three patterns, one underlying lesson.

OpenAI Assistants API (August 26)

The Assistants API was OpenAI's answer to building stateful conversational agents. You created an Assistant, gave it tools and instructions, and the API maintained conversation threads and file storage across sessions. It was the recommended path for production agent development throughout 2025. On June 14, 2026, OpenAI announced deprecation, and on August 26 the API stopped working. No degraded mode, no extension, no automated migration.

The replacement is the Responses API, which takes a different architectural approach. Migration requires re-implementing state management, because the Thread abstraction does not carry over. More critically, conversation history stored in Threads became inaccessible after shutdown. If you relied on the API to store your chat logs, those logs are gone unless you exported them first. Vector stores and files persist, but the Assistant definitions and Threads do not.

ChatGPT Atlas Browser (August 9)

Atlas was OpenAI's standalone AI browser, launched in November 2025 with tight ChatGPT integration. Nine months later it was discontinued, with its features folded into the ChatGPT Chrome extension and desktop app. Users had a migration window to export bookmarks, history, and where possible, cookies. Research conducted in Atlas, unless explicitly saved elsewhere, lived only in Atlas. The browser was the silo and the silo closed.

Relay.app (July–September 2026)

Relay.app was a workflow automation platform with AI capabilities. On July 16, 2026, its homepage was replaced with a shutdown notice, with no advance warning and no public explanation. Free accounts closed August 15; paid accounts September 14. Users could export workflows as JSON and tables as CSV, but the export could take 24 hours to generate and the download link expired after 48. App credentials were deleted at shutdown, meaning every integration needed to be reconnected on whatever platform came next.

The explanation arrived later: the founder and part of the team had been hired by Google to work on Chrome. The business decision was rational for the people who made it and irreversible for the people who depended on it.

The Actual Cost of Migration

Platform risk is exposure created when a workflow depends on infrastructure you do not control. The cost materializes when the platform changes pricing, restricts access, or shuts down, at which point the migration work falls entirely on you. August 2026 made this concrete rather than theoretical.

For Assistants API users, migration meant re-architecting state management for existing agents, particularly those that relied on native Thread and File Storage abstractions. Zapier workflows using ChatGPT actions built on the Assistants API stopped working on August 26 and required manual rebuilding using the Responses API action. This was not a minor configuration change. It was rewriting the integration.

For Relay.app users, the timeline was the most punishing part. Thirty days from announcement to free-tier closure, sixty days to paid closure. Businesses with Relay at the center of a critical workflow had one month to identify an alternative, configure it, test it, and migrate, while continuing to run the workflows that depended on the platform that was closing. This is not impossible but it is also not trivial, and the cost scales with how deeply embedded the dependency was.

PlatformAnnouncedShutdownNotice period
OpenAI Assistants APIJune 14, 2026August 26, 202673 days
ChatGPT AtlasEarly AugustAugust 9, 2026~1 week
Relay.appJuly 16, 2026August 15 / September 1430–60 days
The August 2026 shutdown calendar

This Was Not a Bug

Platform discontinuation is a normal part of the business model, not a failure of it. Companies launch products, measure adoption, and shut down the ones that do not meet their targets or no longer fit their strategy. The Assistants API was deprecated because OpenAI developed a better architecture; Atlas was folded into existing products because a standalone browser was not the right surface; Relay was abandoned because its leadership took a better offer. None of these were irrational decisions for the companies that made them.

The asymmetry is that your workflows are not part of that calculation. The vendor's incentives include revenue, strategic positioning, talent retention, and competitive dynamics. They do not include the continuity of your specific integration. When those incentives point toward discontinuation, discontinuation happens, and the notice period is a courtesy, not a contract.

This is especially true in AI, where the technology stack is still settling. APIs that were best practice eighteen months ago are deprecated today because the architecture moved. Features that shipped as differentiators become table stakes and get folded into broader products. Standalone tools get acquired, pivoted, or shut down at rates that make five-year roadmaps fictional. The pace of change is part of what makes the field interesting. It is also part of what makes deep dependency on any single provider risky.

The pattern

Shutdown is a feature, not a bug

Companies discontinue products that do not meet their objectives. Your workflow's continuity is not one of their objectives. Plan accordingly.

What Should Live Where

The question is not whether to use external AI services. It is which parts of your system should depend on them.

Models are the easiest thing to swap. If your integration calls a model through a standard interface, switching providers is a configuration change. The model is a commodity in this sense: it does a job, another model can do the same job, and the switching cost is low. This is why building directly on model APIs is generally safer than building on higher-level platform abstractions. The abstraction adds convenience and adds lock-in.

State is harder to move. Conversation history, vector stores, workflow configurations, anything the platform holds on your behalf, these require export before shutdown and import after. If the platform's export is incomplete, or the destination's import is incompatible, you lose data. Keeping state in systems you control, your own database, your own files, your own search index, makes discontinuation a matter of changing where you send API calls, not a matter of recovering what you stored.

Business logic is the hardest. If your workflow is expressed in a platform's proprietary language, using its specific nodes and triggers and conditions, the workflow is the lock-in. Migrating to a different automation platform means reimplementing the logic, not just reconnecting the integrations. The August shutdowns hit hardest where workflows were defined in the platform rather than in code the user controlled.

  • Keep your data local. Sync it, back it up, but do not make a third party's storage the only place it exists.
  • Use standard formats. The harder it is to export your data, the more you will lose when export is suddenly mandatory.
  • Treat platform features as accelerators, not foundations. If the feature disappeared tomorrow, could you rebuild what matters? If not, the dependency is deeper than you think.
  • Prefer thin integrations. An API call to a model is easier to replace than a workflow built on a platform's abstraction layer.
  • Test your exports before you need them. The time to learn that the export is incomplete is not the day before shutdown.

The Model-Storage Split

The cleanest architecture for durability separates two concerns. The model is an inference service you call on demand, replaceable by another model that accepts the same inputs. The storage is a system you control, where your data lives in formats that outlive any particular vendor.

Under this split, a vendor shutdown affects your inference but not your data. You find a new model, point at it, and keep working. The migration is measured in hours, not weeks. The alternative, where the vendor holds your data and your workflow definition in proprietary formats, makes migration a project that competes with everything else you need to do, on a timeline you did not choose.

This is the same argument that applies to personal knowledge management, arriving from a different direction. The reason to keep your notes in open formats on your own device is that you will outlast any note-taking application. The reason to keep your workflows in code you control is that you will outlast any automation platform. The underlying principle is the same: dependency on things that can disappear should be shallow, not deep.

Mindly is built on this split: the library is local and portable, and the AI is a service you can swap. Local-first by design →

What August 2026 Taught

The people most affected by the August shutdowns were not people who used AI services casually. They were people who built deeply, who trusted platform abstractions, who stored state where it was convenient rather than where it was portable. The convenience was real and the cost came due.

There is no avoiding all platform risk in a world where useful AI services exist and you want to use them. The mitigation is to be clear-eyed about where the dependency is and what you would lose if that dependency broke. For anything you cannot afford to lose, the answer is to keep it somewhere you control. For everything else, use the platforms, enjoy the convenience, and know that the convenience is rented, not owned.

Frequently asked questions

What happened to the OpenAI Assistants API?

The Assistants API was deprecated on June 14, 2026 and discontinued on August 26, 2026. It was replaced by the Responses API, which takes a different architectural approach. Migration required re-implementing state management because the Thread abstraction did not carry over. Conversation history stored in Threads became inaccessible after shutdown unless users exported it beforehand.

Why did ChatGPT Atlas shut down?

ChatGPT Atlas was discontinued on August 9, 2026, nine months after launch. OpenAI folded its capabilities into the ChatGPT Chrome extension and desktop app. The standalone browser did not fit OpenAI's product strategy, and its features were migrated to surfaces with broader adoption. Users were given a brief window to export bookmarks and history.

What is AI platform risk?

Platform risk in AI systems is the exposure created when a workflow depends on infrastructure you do not control. The risk materializes when the platform changes pricing, restricts access, deprecates features, or shuts down entirely, at which point the cost of migration falls on you. August 2026 saw multiple AI platforms shut down within weeks of each other, making this risk concrete for many users.

How can I reduce AI vendor lock-in?

Keep your data in systems you control rather than relying on platform storage. Use standard formats that can be exported and imported elsewhere. Prefer thin integrations that call model APIs directly over deep integrations with platform-specific abstractions. Test your exports before you need them. Design your workflows so that the logic lives in code you own, not in a platform's proprietary representation.

What happened to Relay.app users?

Relay.app announced its shutdown on July 16, 2026 with free accounts closing August 15 and paid accounts September 14. Users could export workflows as JSON and data as CSV, but exports could take 24 hours to generate. App credentials were deleted at shutdown, requiring users to reconnect integrations on alternative platforms. The founder and part of the team joined Google.

Should I stop using AI APIs?

No. AI APIs provide genuine value and avoiding them entirely is not practical. The point is to be deliberate about where you place dependency. Models are relatively easy to swap because they are called through standard interfaces. State and business logic are harder to move. Keep the things that matter most in systems you control, and use external platforms for acceleration rather than as foundations.

How much notice do AI platforms give before shutting down?

It varies widely. The Assistants API gave 73 days between deprecation announcement and shutdown. Relay.app gave 30 to 60 days depending on account type. Atlas gave roughly a week. There is no standard notice period, and the timeline is set by the vendor's priorities, not yours. Design your dependencies with the assumption that notice could be short.

Sources

What This Article Cites

  1. Assistants API beta deprecation — August 26, 2026 sunsetOpenAI Developer Community · 2026Official deprecation announcement and migration guidance.
  2. Evolving Atlas into ChatGPT for browser-based agentic workOpenAI Help Center · 2026Official guidance on Atlas discontinuation and data export.
  3. Relay.app is shutting downRelay.app · 2026Shutdown announcement with timeline and export instructions.

Keep reading

Related Articles

  • The App Graveyard: Choosing Tools Your Data Outlives→
  • Local AI Came to Your Laptop. Your Notes Did Not.→
  • The AI Memory Wars: Who Owns What Your Assistant Knows About You→

Related features

Built into Mindly

  • File Formats→
  • Private Notes App→
  • Data Export→

Your Second Brain
Is One Download Away

Free for macOS. No account required.

Download freeSee pricing