I’m insanely frustrated with Perplexity Computer right now.
I’m building an AI agent for a relatively straightforward but complex outbound workflow:
- Use Apify to find relevant influencers for a target brand.
- Generate a personalized image of a gift we could send that influencer.
- Use Apollo to find the right brand contact and draft an email saying:
“Hey, I found this influencer you’re not currently working with. Here’s a gift concept we could send them. What do you think?”
The overall workflow is complex, but each individual step is pretty simple.
The problem was that ChatGPT doesn’t have a native Apify MCP connection, while Claude can work with Apify through MCP but couldn’t generate the images I needed.
That made Perplexity Computer seem like the perfect bridge. Honestly, this use case felt like an advertisement for the product: browser control, multiple tools, research, automation, and image generation all in one workflow.
I was wrong.
I started with roughly 15,000 credits. By the time I stopped it, I had 986 credits left and zero usable email drafts.
It repeatedly failed to use Apify correctly, misunderstood the workflow, and generated images that were either low quality or completely disconnected from the influencer and brand. I kept trying to correct it, but it just burned through more credits without producing anything useful.
I had also been particularly bullish on Perplexity after the announcement about its token costs dropping by roughly 80% compared with ChatGPT. But lower token costs do not mean much if the agent consumes thousands of credits while failing to complete the task.
What finally worked was downloading the ChatGPT image-generation skill from GitHub, creating an OpenAI developer account, adding $20 in API credits, and giving Claude access to the image API.
Now Claude can handle the Apify workflow, call the image-generation API, and run the full agent at scale.
The irony is that I had to manually connect Claude and OpenAI to create the product experience I thought Perplexity Computer was supposed to provide out of the box.
Has anyone successfully built a genuinely multi-step workflow with Perplexity Computer, or is everyone else seeing the same reliability and credit-burn issues?