This is not a hypothetical. This is what happened when I gave Perplexity Computer a real-world task, my login keys, and a few minutes of spoken notes.

For the past two years, we have learned to talk to AI. We ask it questions, and it gives us answers. Perplexity, once known for its smarter web search, has evolved. It's no longer just a consultant; it's becoming an employee. It can not only offer advice but also do the work.

That era is now ending.

This week, I ran an experiment that convinced me we have crossed a significant threshold. I wanted to create a new microsite for my AI Toolbox — formerly a poorly formatted page on my Beehiiv website. Instead of hiring a developer or spending a weekend wrestling with code myself, I gave the task to Perplexity Computer.

I did not type a detailed prompt. I spoke for a few minutes into Wisprflow, a voice-to-text tool, outlining my vision for the site. I also had the legacy page with all the tools I liked and was evaluating. Then, I gave the transcribed notes to Perplexity Computer and asked it not only to build the site but also to make the core architectural decision: should this be a custom application or a WordPress site?

Then, I did something that felt both futuristic and reckless: I gave it the keys. It hurt, but I broke out the credit card and signed up for a month of Perplexity Pro for $200. I granted Perplexity Computer access to my GitHub and Vercel accounts and let it run.

What happened next was nothing short of impressive.

This AI Lesson will walk you through that exact workflow. We are moving beyond hypothetical tutorials to show you what happens when you delegate a real, non-trivial project to a persistent, autonomous AI agent.

Skill Level: Advanced — This workflow involves granting AI access to production services such as GitHub and Vercel. Proceed with extreme caution and at your own risk.

IN PARTNERSHIP WITH NEBIUS

PRODUCTION INFERENCE FOR OPEN-SOURCE LLMS

Nebius Token Factory is built for teams running open-source LLMs in real products. We deliver managed inference with explicit control over execution paths: speculative decoding, cache-aware routing, and post-training tuned to real traffic. Predictable tail latency, stable cost, and production-grade systems for AI that actually ships.

AI LESSON

I Vibe-Coded a Website From a Voice Memo, and Here's What Happened

What happened when I gave an AI agent a real-world task, my login keys, and a few minutes of spoken notes.

This is not a theoretical exercise. This is a real project. The goal was to build a microsite for the AI Toolbox, a curated list of AI tools I recommend. The process demonstrates a new paradigm for work: human-led, AI-executed. Here’s the end result.

My Vibe Coded website of curated AI Tools - The AI Toolbox

Step 1: The Briefing (via Voice)

Instead of writing a detailed project brief, I used a voice-to-text app, Wisprflow, to capture my thoughts. I spoke for about two pages worth of notes, describing the site's purpose, the kind of content it would host, and the general feel I was going for. The app transcribed my rambling into a structured text document. This became the entire project brief.

This initial step is crucial. The quality of the AI output is directly tied to the quality of your input. Using a tool to structure your thoughts — whether it is voice-to-text, a mind map, or a simple bulleted list — is the foundation of successful delegation.

Step 2: Prompting for a Decision, Not Just a Task

My prompt to Perplexity Computer was fundamentally different from a standard AI query. I did not tell it what to build. I asked it to decide.

My prompt looked something like this:

Here are my notes for a new AI Toolbox microsite: [pasted Wisprflow transcript]. I need a site that is fast, modern, and easy to update. Analyze these notes and make an architectural recommendation: should I build this as a custom application or use a CMS like WordPress? Explain your reasoning, then, based on your decision, create a project plan to build and deploy the site.

This is the key shift in how to work with a tool like Perplexity Computer. I was asking the AI to act as a CTO, not just a coder. Perplexity Computer analyzed the request and came back with a nuanced recommendation: build the site using Next.js (a JavaScript library) and host it on Vercel (a low-cost, high-quality application hosting provider) for performance and scalability. Crucially, it also suggested that a WordPress backend could be integrated later for easier content administration if needed or the AI turned out to be a less than capable webmaster. This was not a simple either/or answer; it was a strategic, phased approach that balanced immediate needs with future flexibility.

Step 3: Granting Access and the Cost

Perplexity Computer requires a Pro subscription (currently available to Perplexity Max subscribers; enterprise availability is coming soon), which runs $200 per month at the enterprise tier, or $20/month for the standard Pro plan. I signed up for a month to run this experiment — and yes, it stung a little. But the question I was asking myself was not whether $200 was expensive. It was whether $200 was cheaper than a developer's hourly rate for the same work. It was not even close.

Once I approved its plan, Perplexity Computer asked for access to my GitHub and Vercel accounts. This is the moment that gives IT departments nightmares, and it should not be taken lightly. I used OAuth to connect the services — which is more secure than sharing passwords — but it still grants the AI significant permissions to create repositories, write code, and deploy to production.

Perplexity Computer then:

  1. Created a new private repository in my GitHub account. The AI named the repository based on the project description.

  2. Wrote the Next.js application code and pushed it to the repository. I was able to watch the code being written in real-time.

  3. Connected to my Vercel account, configured the project, and deployed the site live. The AI handled the entire deployment process, including setting up the domain.

A note on trust and access: Best practice is to create dedicated service accounts or use platforms that support granular, token-based permissions for this kind of automation. Before granting any AI agent access to production services, understand exactly what permissions you are granting and whether they can be scoped to the minimum required for the task. **This is not a toy. You are granting access to your production systems. Proceed with extreme caution.

Every Day Updates with Manus

I am not sure I will use Perplexity long term, but I wanted to make the website easier for me and my admin, Christine, to update. Also, my Perplexity results weren’t perfect. It seemed to get stuck making updates. So I created a project in Manus, my go-to desktop agent, and added custom instructions and a style guide. Now, whenever I need to make a tweak, I don’t code; I just describe. For example, on the original website, I felt like there was too much vertical space. I asked it to shrink the vertical space of the hero image, and it did it. I wanted to generate a sitemap.xml for search, I asked, and I received.

Step 4: The Result

The entire process — from voice note to live website — was handled autonomously. Perplexity Computer made the right architectural choice, wrote clean and functional code, and managed the full deployment pipeline without any intervention from me. But it did get stuck while trying to upload the site logo. I ended up using Manus to fix that.

It was not just a tech demo. It was real work, completed by an AI agent that had access to the right tools, a clear goal, and the authority to make decisions. The result was a professional, functional microsite, delivered without me writing a single line of code or configuring a single server. The AI was able to take my unstructured notes and turn them into a complete, working application. This is a powerful new capability that will change how we build software.

What This Workflow Can’t Do (Yet)

As impressive as this is, it’s important to be realistic about the current limitations. These AI agents are powerful, but they are not magic. Here’s what this workflow still struggles with:

  • Subjective Design & UX: The AI can build a functional site, but it doesn’t have a designer’s eye. The layout was clean and basic, but it lacked the nuanced user experience (UX) considerations and brand personality that a human designer would provide. You get a solid wireframe, and for most people, it was much better than they could do. Was it world-class? No. Was it above average, yes.

  • Debugging and Iteration: If the AI-generated code has a bug, or if you want to make significant changes after the initial build, the process becomes much more difficult. These agents are better at greenfield creation than they are at iterative refinement and debugging. You’ll likely need a human developer to take over for any serious post-launch maintenance.

  • Security Audits: The AI-generated code has not been through a security audit. While it may be functional, it could contain vulnerabilities that a human expert would catch. For any application handling sensitive data, a manual security review is non-negotiable.

  • Resource Management & Unstructured Tasks: The agent did an amazing job with structured code and deployment, but it failed on a seemingly simple, unstructured task: uploading images. It couldn't figure out the correct process and got stuck in a loop. This highlights a critical weakness: these agents can burn through credits at an alarming rate when they encounter a problem they can't solve. In this experiment, the agent consumed nearly a full month's worth of my Perplexity Pro credits in the first 24 hours trying and failing to upload a handful of images. Ultimately, I had to log into Manus, a browser-based AI agent with a more granular toolset, to apply the fix. This provided a fascinating, real-world comparison: Perplexity Computer was brilliant at the initial, large-scale creation, but stumbled on a small, unstructured task. Manus, with its more granular toolset, was able to step in and complete the job. It’s a powerful reminder that we’re in a multi-agent world; the key is knowing which agent to deploy for which task. To avoid this, it's best to: (a) start with a small, scoped sub-task to confirm the agent understands the goal, (b) check in after the first 30 minutes to ensure it's on track, and (c) set a budget alert if the platform supports it.

AI FRIDAY FORUM BY MARKETINGPROFS
THREE EXPERT SESSIONS. REAL FRAMEWORKS. PRACTICAL ROI.

Join us on March 13, 2026, at 11:30 AM EST for a three-session event featuring Mark Hinkle, Pam Didner, and Deniz Olcay — covering everything from agentic marketing foundations to measurable content activation to reproducible human-AI workflows that actually deliver results.

Are We All Going to Be Developers? Maybe…

This workflow is a template for a new kind of professional leverage. You no longer need to be a developer to build custom software. You need to be a good project manager who can clearly articulate a goal and then delegate it to a capable digital worker.

The real shift here is not just about building websites. Think about what this capability means at scale. For example, you could feed an AI agent the transcript of a client discovery call, along with your internal notes on the project, and ask it to generate a formatted, professional-looking Statement of Work (SOW). The agent could extract the key deliverables, timelines, and pricing information and structure it into a customer-ready document, saving you hours of administrative work. You can describe the presentation you need, and it will generate a complete slide deck with custom graphics and on-brand design. You can describe a data problem and have it write the code to solve it. The pattern is the same: structured input, delegated execution, human review.

Here is how to apply this pattern to your own work:

  1. Start with a real project. Do not test the waters with a toy problem. Pick a small but real task from your backlog that you have been putting off because it requires a skill you do not have. For example, you could ask an AI to build a custom dashboard for your team or to automate a repetitive data entry task.

  2. Structure your brief before you prompt. Use a tool like Wisprflow, Fireflies, or even a clean document to organize your thoughts. The AI can only work with what you give it. The more structured your input, the better the output will be.

  3. Ask for decisions, not just execution. Frame your prompts around outcomes and strategic choices. Let the AI do the planning and the reasoning, not just the typing. For example, instead of telling the AI to build a website with a specific technology, ask it to recommend the best technology for your needs.

  4. Start with low-risk service connections. Before connecting production accounts, try a workflow that saves files to a new, empty Google Drive folder. Build your confidence in the process before granting access to critical infrastructure.

We are at the very beginning of this shift. The tools will improve, the safety guardrails will mature, and the scope of what we can delegate will expand. But the opportunity is already here, and it is already impressive. The question is no longer whether AI can do real work. The question is what real work you are willing to give it.

IN PARTNERSHIP WITH ALL THINGS AI

All Things AI 2026 — March 23–24 | Durham Convention Center, NC

I produce the All Things AI Conference with my business partner, Todd Lewis, founder of All Things Open. We are committed to upskilling and aim to deliver the most valuable, accessible expert-led workshops in the industry. Here’s what’s on tap in Durham in March. Workshops sold out in 2025. Don't wait. Check out all the workshops here.

  • Conference Pass — $199 — Tuesday, March 24. Full conference access, 50+ sessions across 4 tracks, networking events, and session recordings.

  • AI for DevOps Workshop + Conference — $299 — Monday–Tuesday, March 23–24. Full-day hands-on workshop with John Willis (Author of the DevOps Handbook and co-founder of the DevOps movement) plus full conference access.

  • AI for Business Workshop + Conference — $299 — Monday–Tuesday, March 23–24. Full-day hands-on workshop with Mark Hinkle plus full conference access.

  • AI for Agents Workshop + Conference — $299 — Monday–Tuesday, March 23–24. Full-day hands-on workshop with Don Shin plus full conference access.

Prices increase after March 17. Compare that to $1,000–$3,000+ at other AI conferences.

I appreciate your support.

Your AI Sherpa,

Mark R. Hinkle
Publisher, The AIE Network
Connect with me on LinkedIn
Follow Me on Twitter

Reply

Avatar

or to participate

Keep Reading