Introduction
Productivity apps update constantly, but most releases are minor: a bug fix here, a design tweak there. The first few months of 2026 have been different. Three of the most widely used productivity tools, Notion, Todoist, and Obsidian, each shipped genuinely significant features that change how the apps work at a fundamental level.
Notion introduced autonomous AI agents that can run tasks without any manual prompting. Todoist launched Ramble, a voice-to-task feature that lets you speak naturally and have the app create structured tasks from your words. Obsidian shipped an official command-line interface that opens the app up to scripting and automation for the first time.
If you use any of these tools, or are considering them, these updates are worth understanding. If you are still deciding which productivity apps to invest in, our full comparison in Best Productivity Apps in 2026 covers the complete landscape. This guide focuses specifically on what is new and why it matters.
Notion: Custom Agents and a Presentation Mode
Custom Agents (Version 3.3, February 24)
The biggest Notion update in years arrived on February 24, 2026, with the launch of Custom Agents as part of Notion 3.3. These are not the AI writing assistants Notion has offered for the past couple of years. Custom Agents are autonomous: you define a job, set a trigger or schedule, and the agent runs independently without requiring any manual prompting.
The use cases span three main categories. Q&A agents monitor channels like Slack and answer repetitive questions automatically using information from your Notion workspace, Slack, email, and calendar. Task routing agents capture incoming requests, create tasks, assign owners, and triage across systems. Status update agents generate reports on a schedule, pulling context from your tools to write daily standups, weekly sprint recaps, or monthly OKR summaries.
Notion reported that early testers created over 21,000 Custom Agents during the beta period, and the company itself runs over 2,800 agents internally. Brian Emerick, a Technical Program Manager at Vercel, described the feature as "a great way to spin up something quickly and elegantly without over-cooking a custom solution." Remote's IT Operations Manager, James Lawley, reported saving his team 20 hours per week with agents that "triage with over 95 percent accuracy and resolve 25 percent of tickets autonomously."
Custom Agents integrate with Slack, Notion Mail, Notion Calendar, and external tools like Linear, Figma, and HubSpot via MCP (Model Context Protocol). Users can choose which AI model powers their agents, with current options including GPT-5.2, Claude Opus 4.5, Gemini 3, and MiniMax M2.5 for cost-efficient basic tasks.
Custom Agents are available on Business and Enterprise plans. They are free to use through May 3, 2026, after which they will run on a Notion credits system.
Present Any Page (March 2)
A smaller but surprisingly useful addition landed on March 2: the ability to turn any Notion page into a fullscreen presentation. Add dividers to separate slides, hit Command-Option-P on Mac or Ctrl-Alt-P on Windows, and your content auto-scales to fit the screen with a clean title slide. No more exporting to PowerPoint or Google Slides for quick team presentations. This feature is available on Plus plans and above.
Other Notable Updates
Notion also shipped a new "can create pages" database permission on March 5, allowing users to create entries in a shared database without being able to view or edit other records. This is particularly useful for teams working with external contributors or handling sensitive information. Additionally, performance improvements released in the January 3.2 update made page loading 27 percent faster on Windows and 11 percent faster on Mac.
Todoist: Ramble Voice Capture
What Ramble Does
Todoist's most significant addition in early 2026 is Ramble, a voice-to-task feature built on the Todoist Assist AI platform. The concept is straightforward: tap the Ramble button, speak naturally about what you need to do, and the app creates a structured task from your words. It parses dates, times, priorities, labels, and project names from natural speech without requiring any specific syntax.
For example, you can say "prepare the client presentation by next Thursday morning and mark it high priority" and Ramble will create the task with the correct date, time block, and priority level attached. It supports 40 languages and can handle mid-sentence language switching.
Why It Matters
Voice input for task management is not new, but previous implementations relied on rigid voice commands or basic speech-to-text that just dropped raw transcription into a task field. Ramble uses large language models to understand intent and context, which means it handles the organizational work, assigning the right project, date, and metadata, rather than leaving that to you afterward.
The feature is available on all Todoist plans, with a usage limit on the free tier. Ramble works across Todoist's full platform including iOS, Android, macOS, Windows, and the web. There is also a keyboard shortcut for desktop that lets you trigger Ramble from anywhere without opening the full app.
Todoist continues to rack up industry recognition alongside these features. The app won PCMag's Best Online Collaboration Software for 2025, was named the Best To-Do List App by the New York Times Wirecutter in 2025, and took the Microsoft Store Best Productivity App award in 2024.
Obsidian: Command-Line Interface and Image Resizing
The CLI (Version 1.12, February 10)
Obsidian 1.12, released on February 10, 2026, introduced something the power-user community has wanted for years: an official command-line interface. The Obsidian CLI lets you control the application directly from your terminal, enabling scripting, automation, and integration with external tools.
The practical implications are significant. You can now create daily notes, search your vault, rename files, and run Obsidian commands from shell scripts, cron jobs, or other automation tools without opening the app GUI. The CLI includes autocompletion for commands, a help system, and silent-by-default operation that makes it suitable for background processes.
Specific commands include daily:path for getting your daily note's file path, rename for file renaming, and search:context for searching with surrounding context. This opens Obsidian up to integration with scripts, CI/CD pipelines, and custom workflows that were previously impossible without third-party plugins.
Image Resizing and Attachment Cleanup
Two quality-of-life features arrived in the same release. Images in Live Preview can now be resized by dragging the corner, with a double-click to reset. This eliminates the need to manually set image dimensions in Markdown syntax. Automatic attachment cleanup now prompts you when deleting a file to optionally delete its attachments as well, preventing orphaned images and files from accumulating in your vault over time.
Headless Sync (February 27)
Obsidian Sync now supports headless operation through the obsidian-headless npm package, allowing you to sync your vault on a server or in a CI environment without running the full desktop application. For developers and teams who use Obsidian as part of a larger content pipeline, this is a meaningful capability upgrade.
Other Improvements
The Bases feature, Obsidian's database system, gained search filtering and drag-and-drop file import. The file explorer now supports standard copy-paste keyboard shortcuts. The editor added right-click options for toggling line numbers and inline titles. Copy-paste from the editor now includes HTML formatting, making it easier to paste rich text into tools like Google Docs.
The Bigger Picture: AI Meets Workflows
The common thread across all three apps is a shift from passive tools to active collaborators. Notion's Custom Agents do not wait for you to ask. Todoist's Ramble does not require you to type. Obsidian's CLI does not require you to click. Each update reduces the friction between having an intention and getting it into your system.
For Notion, the bet is that AI agents can handle entire categories of repetitive work autonomously. For Todoist, it is that voice is a faster input method than typing when you are on the move or in the middle of something else. For Obsidian, it is that text-based tooling and automation should work the same way developers already interact with their other tools.
The practical takeaway is that if you chose your productivity stack a year ago and have not revisited it, the landscape looks meaningfully different now. Features that were experimental or missing six months ago are now production-ready and free to try.
Conclusion
The first quarter of 2026 brought genuinely significant updates to three of the most popular productivity apps. Notion's Custom Agents turn the platform into an autonomous workflow engine. Todoist's Ramble makes voice capture a real alternative to typing. Obsidian's CLI opens the app to scripting and automation for the first time. Each update addresses a real limitation rather than adding features for their own sake, and each is available now on current plans.
If you are already using one of these tools, take fifteen minutes to explore the new features. If you are evaluating your options, our full guide to the Best Productivity Apps in 2026 provides the broader comparison to help you choose.



