Ai Agents 3 min read

Agentic Creativity: Adobe Firefly AI Assistant Automates Apps

Adobe's Firefly AI Assistant acts as a cross-application agent to automate complex creative workflows across Photoshop, Premiere Pro, and Illustrator.

On April 15, 2026, Adobe released the Firefly AI Assistant, a conversational agent designed to orchestrate multi-step workflows across the entire Creative Cloud ecosystem. The system functions as a cross-application execution layer bridging Photoshop, Premiere Pro, Illustrator, Express, Lightroom, and Frame.io. For developers building creative tooling, this marks a structural shift in how professional desktop environments handle tool invocation and context state.

Cross-Application Orchestration

When a user describes the outcome they want, the assistant orchestrates and executes multi-step workflows across Adobe’s apps. It identifies the required applications, invokes the correct tools in sequence, and handles the file handoffs automatically. The assistant maintains context across sessions, remembering project parameters and previous decisions.

A prompt asking to resize a logo for social media and apply specific brand colors to a video file would span Illustrator and Premiere Pro. The assistant handles the cross-application handoffs without requiring manual asset exports. Adobe separately announced Project Graph, a node-based workflow system that lets creators build reusable “capsules” combining multiple steps into shareable, repeatable units.

Third-Party Model Integration

Adobe is building the orchestration layer to support external AI providers alongside its own Firefly models. The company has announced plans to expand access to third-party models like Anthropic’s Claude, with additional integrations to follow. If you build systems requiring multi-agent coordination, this architecture demonstrates how to decouple high-level reasoning logic from specialized execution models.

Skill Libraries and Context Storage

The assistant ships with a pre-built Creative Skills library covering standard workflows like social media asset generation across multiple platforms. Users can customize these skills to match how they work. Over time, the assistant learns the user’s preferences, including most-used tools, workflows, and aesthetic choices.

If you are working on stateful AI agents, Adobe’s implementation highlights how persistent memory can eliminate repetitive prompting in enterprise tools. The assistant learns preferred workflows over time and applies those parameters to new requests automatically.

Beta and Frame.io Integration

The assistant enters public beta in the coming weeks through the Firefly web application. The Firefly AI Assistant is the public evolution of Project Moonlight, which Adobe previewed at Adobe MAX in October 2025 and has since advanced through private beta. The release includes Frame.io integration for gathering feedback and applying changes directly within the assistant’s workflow.

If you are designing workflow software, the graphical user interface is no longer the sole boundary for user interaction. You need to structure your application architecture to expose core features to natural language orchestrators, ensuring your platform can participate in automated execution chains.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading