How to Save Articles to ChatGPT: A Non-Coder's Guide to Routines
Open your ChatGPT settings right now and look for "Tasks" or "Schedules" in the sidebar. If you're on Plus, Pro, or Team, the panel is already there. There's a good chance the counter reads 0 active tasks.
You're not alone. ChatGPT shipped Scheduled Tasks in January 2025 and most paying users have never opened the panel once. It's the most underused feature of the most popular AI tool on earth โ and for the specific problem of "I save articles I never read," it's a fix hiding in plain sight.
This guide is for non-developers. No terminal. No API keys. No code. I set my first one up while making coffee, and the second while the coffee cooled. If that's the bar, you can clear it.
What ChatGPT Routines Actually Do
Routines (officially called Scheduled Tasks inside ChatGPT) let you write a prompt once and have ChatGPT run it on a schedule. Daily at 7 AM. Every Monday at noon. Once, next Tuesday. It sends the result to you as a push notification or email.
The whole feature is built around natural language. You don't pick a time from a dropdown. You type something like "every morning at 7, summarize the top 3 AI news stories in under 100 words" and ChatGPT creates the task for you.
A few facts that matter:
- โขYou need ChatGPT Plus, Pro, or Team ($20/month for Plus, the cheapest tier).
- โขYou can have up to 10 active tasks at any time. Not 15, not unlimited โ 10.
- โขTasks can run as often as every 15 minutes, up to 4 per hour.
- โขThe feature works in the iOS app, Android app, and macOS desktop app. Web and Windows are still catching up at time of writing.
- โขResults come as push notifications or emails. They don't auto-post anywhere.
That's the whole surface area. It's small on purpose. The power comes from what you ask it to do.
5 Routines You Can Set Up Today (No Code)
Here are five that I actually run or have seen work. Copy the prompt text into ChatGPT, hit send, and it becomes a scheduled task.
1. Morning AI News Digest
> "Every weekday at 7:30 AM, search the web for the 3 most important AI tool launches or updates from the last 24 hours. Summarize each in under 40 words with a link. Keep the whole message under 150 words."
Why this one first: it replaces three newsletters and a Twitter doomscroll. You read it with breakfast. Done.
2. "What Should I Read Today?"
> "Every weekday at 9 AM, pick one article from the list I'll paste below and tell me why it's worth 10 minutes today. Rotate so I don't see the same piece twice in a week."
You paste your reading list once in the same thread. ChatGPT remembers it within that task. It's a tiny nudge but it breaks the "500 saved articles, zero opened" loop.
3. Weekly Reading Recap
> "Every Sunday at 6 PM, ask me what I read this week. Wait for my reply, then write a short summary of the top themes and one question I should think about next week. Send it to my email."
This one is a ritual, not an automation. The point is the Sunday nudge forces you to actually recall the week. Most people skip this step and wonder why nothing sticks.
4. "What Was I Researching Last Week?"
> "Every Monday at 8 AM, remind me of the three topics I was researching most last week based on our previous chats, and suggest one concrete next step for each."
ChatGPT's memory has to be turned on for this one. Settings โ Personalization โ Memory. It pulls from your chat history.
5. Monthly Bookmark Autopsy
> "On the 1st of every month, ask me: 'Which three saved articles did you actually read last month? Which 10 did you not open? Want to delete them?' Wait for my reply, then give me a one-line justification for deleting the rest."
Guilt-free way to clear the pile. The wait-for-reply pattern matters โ ChatGPT can run a task and then continue the conversation with you when the notification lands.
Where Routines Break: The Saved-Articles Problem
Here's the honest limitation most tutorials skip past.
ChatGPT Routines can search the web. They can remember facts you've told them. They cannot, out of the box, read your Pocket queue, your Chrome bookmarks, your Readwise library, or your Notes app. There's no native "connect my reading list" button.
This matters a lot. The most useful routines would be things like:
- โข"Every morning, summarize yesterday's saved articles."
- โข"Every Friday, list the 5 articles I saved this week that I haven't opened yet."
- โข"Pick the saved article closest to what I'm working on today."
None of these work with Scheduled Tasks alone. The routine has no way to reach into where your articles live.
This is the exact gap Burn 451 was built to close.
How Burn 451 Fills the Gap
Burn 451 is a read-later tool with a 24-hour timer โ save something, you have a day to read it or vault it or let it go. The part that matters for this post: Burn ships a public REST API, a command-line tool, and a 26-tool MCP server. All three are free, on the free tier, today.
For non-developers, the way this works with ChatGPT Routines is simpler than it sounds.
Option A: The sharing link trick (zero setup). Every vault in Burn has a public share URL. You vault articles about, say, "AI agents" into one vault. Inside your ChatGPT routine you paste that vault URL and ask ChatGPT to fetch it. Example prompt:
> "Every morning at 8, fetch https://burn451.cloud/vault/ai-agents and summarize the 3 newest articles in under 120 words."
ChatGPT can open public URLs. You don't need an API key. You just need one vault and one link.
Option B: The ChatGPT custom GPT path (still no code). If you're on Plus, you can build a Custom GPT in about 4 minutes. In the GPT builder, paste the Burn API docs URL and tell the builder "connect to the Burn 451 API, token is <your token>." You get the token from Burn's settings panel โ copy one field, paste one field. Then your scheduled task can reference the custom GPT and it'll pull real-time data.
Option C: The MCP route (for the slightly technical). If you also use Claude Desktop, Claude Code, or Cursor, Burn's MCP server connects your vault to those clients in one line. That's a different workflow from ChatGPT Routines, but worth mentioning because some readers will want it.
For the non-coder path, Option A covers 80% of what most people want.
Step-by-Step: Your First "ChatGPT Reads Burn" Routine
Time estimate: 3 minutes, assuming you already have a Burn account.
Step 1. In Burn, create a vault for your daily reading. Call it whatever you want โ I called mine "morning-feed."
Step 2. Vault 3-5 articles into it. Anything you'd want summarized.
Step 3. Click the vault's share button. Copy the public URL. It looks like https://burn451.cloud/vault/morning-feed.
Step 4. Open ChatGPT (iOS, Android, or macOS app). Start a new chat. Paste this, replacing the URL with yours:
> "Every morning at 8 AM, fetch this URL: https://burn451.cloud/vault/morning-feed. Take the 3 most recently vaulted articles. Write a 120-word brief covering what each one argues and one sentence on why it matters. Send me a push notification when it's ready."
Step 5. Send it. ChatGPT will confirm: "Task scheduled." You can see it in the Schedules panel.
That's it. Tomorrow at 8 AM your phone buzzes with a 120-word summary of the three articles you vaulted. Over time, as you save more, the brief gets richer. You can edit the task any time โ change the word count, change the time, change the vault.
When This Breaks
I said I'd be honest. Here's what actually goes wrong.
- โขChatGPT skips days. Roughly 1 in 10 runs just... doesn't fire. OpenAI hasn't explained why. Don't build anything mission-critical on it.
- โขWeb fetch is finicky. ChatGPT can't always open every URL โ some pages 403, some load too slow, some return content it doesn't want to summarize. Public Burn vault URLs are plain HTML and work reliably in my testing, but occasional misses happen.
- โขThe 10-task cap is real. If you hit it, you have to delete an old task to make a new one. No pleading your way out.
- โขNon-Plus users are locked out. This feature doesn't exist on free ChatGPT. If you don't want to pay $20/month to OpenAI, skip this entire post โ or use Claude's or Gemini's free scheduling features, which work differently.
- โขThe output lives in notifications. ChatGPT doesn't save task results into a clean log. If you want a searchable archive of your morning briefs, you have to copy them somewhere yourself.
None of this is a dealbreaker. But "set it and forget it" is aspirational. "Set it and glance at it" is honest.
The Pricing Picture
- โขChatGPT Plus: $20/month. Assumed if you're reading this.
- โขBurn 451: Free today. The 24-hour timer, vaults, AI summaries on save, public share URLs, REST API, CLI, and 26-tool MCP server are all on the free tier.
- โขTotal new spend to do everything in this post: $0.
I built Burn this way on purpose. You shouldn't have to pay two tools to fix a reading habit. ChatGPT Routines + Burn's free tier covers the full workflow.
Related Reading
- โขVault as Karpathy-style LLM Wiki โ what "curated vaults" means as a reading practice.
- โขLLM Knowledge Base concept โ why giving an AI assistant real access to your reading changes the output.
- โขAgent memory patterns vault โ how persistent context works across tools like Burn, ChatGPT, and Claude.
[Try Burn 451 free](https://burn451.cloud?ref=save-to-chatgpt-routines)
Frequently asked questions
Can I save an article directly to ChatGPT?
Not the way you might hope. ChatGPT has a save-to-memory feature, but it stores short facts about you, not full articles. For article-length content, you save into a read-later tool like Burn 451 and let ChatGPT reference it by URL or via a Custom GPT. Scheduled Tasks can then fetch that URL on your schedule and summarize what you saved.
Do ChatGPT Routines work on the free plan?
No. Scheduled Tasks require ChatGPT Plus, Pro, or Team โ the cheapest tier is Plus at $20/month. There is no free trial for this specific feature at time of writing. If you don't want to pay OpenAI, Claude and Gemini both offer different scheduling approaches on their free tiers, but they work differently from ChatGPT's implementation.
How many ChatGPT scheduled tasks can I have at once?
Up to 10 active tasks at any time. Frequency is capped at every 15 minutes, and you can run at most 4 tasks in any single hour. If you hit the 10-task ceiling, you have to pause or delete an existing task before creating a new one. There's no higher tier that unlocks more slots today.
Will this work with Pocket, Instapaper, or Readwise?
Only if the tool exposes public share URLs or a documented API, and only if you're willing to build a Custom GPT to reach a private API. Pocket shut down in July 2025. Readwise has a REST API but requires a developer-ish setup. Burn 451 ships public vault URLs specifically so a ChatGPT routine can fetch them without any API glue โ that's the lowest-friction path for non-developers.
Is my saved content private when ChatGPT fetches it?
If you use a public Burn vault URL, anyone with that URL can view it โ the same model as a shared Google Doc set to anyone-with-the-link. Don't use public vaults for private research. If you need private access, use the Burn REST API with an auth token; that path needs a Custom GPT to hold the token, which takes another 4 minutes to set up.
What's the best first routine to set up?
The morning AI news digest. It takes 60 seconds to create, provides visible value the next morning, and gives you an excuse to open the Schedules panel and see the rest of the surface area. Start small, then add one routine per week. Trying to configure all five routines on day one is the fastest way to not do any of them.
Ready to start burning?
Download Free โ iOS