Perplexity Launches 'Computer' AI Interface
The AI company Perplexity has launched a new product called "Computer." Its interactive landing page was reportedly built using a suite of modern development tools including Cursor and Figma. The launch showcases the use of AI-native tools in the creation of new software products.
- Perplexity Computer functions as a multi-model orchestration system, not a single LLM. It uses a primary reasoning engine (Opus 4.6) to delegate sub-tasks to specialized models like Gemini for research or Veo 3.1 for video generation, orchestrating up to 19 different models to complete a complex workflow. - The use of Cursor in the product's creation highlights the trend of AI-first IDEs that move beyond simple code completion. These tools integrate deeply with the development environment, offering codebase-wide context and enabling multi-step, autonomous coding tasks that resemble agentic workflows. - The workflow of turning Figma designs into code, as seen with tools like Cursor, is often enabled by protocols like MCP (Model Context Protocol), which acts as a bridge between the Figma API and the AI, allowing the model to read the design's structure and generate corresponding code. This represents a significant shift in the design-to-development pipeline, automating the initial scaffolding of UI components from a single source of truth. - This launch exemplifies the industry's shift from *assistive* AI (like autocomplete) to *agentic* AI that can autonomously execute entire workflows, such as researching a topic, writing the code for an application based on the research, and then deploying it. When these agents encounter a problem, they are designed to create and delegate to sub-agents to find solutions, such as researching missing API keys or generating necessary data. - The mention of Figma is relevant to performance-focused engineers, as its plugin architecture relies on WebAssembly (Wasm) to run untrusted code in a secure sandbox, preventing malicious code from compromising the core application. This use case for Wasm is a prime example of how it enables high-performance, secure, and complex applications to run efficiently within the browser. - The move from a search tool that provides direct answers to an orchestration "Computer" that enables complex workflows mirrors the IC-to-manager transition. An engineer's focus shifts from directly solving technical problems to enabling a team to solve them by providing context, removing obstacles, and optimizing the overall system's performance. - Building an internal tool like "Computer" requires a product-centric approach to developer experience, abstracting away the complexity of the underlying multi-model system. This is analogous to designing internal libraries, where the goal is to provide a clean, powerful API that allows other engineers to be productive without needing to understand the intricate implementation details.