With the modern capabilities of the Unified Extensibility Platform (UXP), developers can deeply integrate Adobe applications with Large Language Models (LLMs) like ChatGPT, Claude, and Gemini to create highly advanced, AI-assisted workflows. A prime example of this is the UXP-based extension MATE, which transforms how designers approach automation, coding, and content creation.
Here are some of the modern AI workflows made possible through UXP frameworks:
- Conversational Script Generation & Execution: Users can bypass complex coding by typing natural language prompts (e.g., “arrange all selected items in a perfect circle” or “apply a 10% random rotation to all images”). The AI instantly writes the required code, and with “Auto-Run” mode enabled, it can read your selected items and immediately execute the task without you ever interacting with the code.
- Automated UI Generation: You can ask the AI to “Generate UI” for your newly created script. It will automatically build a custom interface panel or dialog box featuring sliders and input fields (like setting minimum and maximum opacity values) so that other designers can easily use the automation.
- Text Transformation and Localization: Designers can select text frames and command the AI to fix grammar, rewrite, summarize, or lengthen/shorten the copy. It can also instantly translate the text into over 30 different languages without leaving the application.
- Complex GREP Generation: Instead of struggling with complex regular expressions, users can ask the AI to instantly write advanced GREP patterns for text searches and formatting.
- File System and Asset Management: Taking advantage of UXP’s filesystem access, AI workflows can automatically rename linked files on your hard drive and simultaneously update those out-of-date links in your active document.
- In-App Image Generation: Workflows can connect to external image models (such as OpenAI’s gpt-image-1) to generate conceptual art or placeholders and import them directly into your InDesign or Illustrator layouts.
- External Data Integration (MCP): UXP allows connections to Model Context Protocol (MCP) servers, which act as plugins for the AI itself. This empowers the AI to scrape live data from external websites (via FireCrawl), pull copy from Notion pages, or connect directly to Digital Asset Management (DAM) systems like CI HUB.
- Agentic Automation (Upcoming): Developers are currently building “agentic” AI modes. This will allow the AI model to autonomously test, develop, and refine its own scripts to solve layout and programming problems without requiring continuous prompting or constant human supervision.