Jeremy Mcdonald Jeremy Mcdonald

Asynchronous AI

Inconsistencies in AI output aren’t just a user experience issue. While you can spot and fix problems in a chat interface, things become much more difficult when you’re using the API.

The solution is asynchronous AI. By treating it more like a team with clear roles for briefing, doing the work, checking it, and packaging the result; we can manage quality, context, and complexity more effectively. The real future of AI isn’t about one model doing everything. It’s about building systems that work together.

The Future of Multi Tiered, Team Structured AI Deployment

Reading time: 5 minutes

When I speak to people about their approach to AI deployment at their businesses there are a few hesitations that everyone has. Here are the common ones:

  • "Doesn't it always hallucinate"

  • "How can I be sure that it's accurate"

  • "I don't know how to deploy it"

  • "Won't it take our jobs"

The future of deployment of AI is not via a chat interface that we know it. But built out automation and systems that utilise proprietary data to do the jobs AI is much better than us at. Research, multi source data ingestion and data analysis and processing. But if you've giving it the keys to decision making, how can you be sure it's the right one. The answer is Asynchronous AI.

But before we get to that, let's understand the issue.

AI Hallucinations

AI hallucinations when large language models confidently provide false or fabricated information have been a long-standing and well-documented issue. They range from subtle factual inaccuracies to completely invented events, citations, or reasoning. While they’re often written with remarkable fluency and authority, their unreliability creates real limitations when AI is expected to perform tasks requiring consistency, reliability, and trust.

The issue becomes even more complicated when you’re no longer operating within the friendly confines of a chat interface. While humans can manually detect and course-correct a hallucination mid-conversation in the UI, the story is different when you’re using the AI via an API, where inputs and outputs are meant to be automated, invisible, and assumed to work.

A Test of Consistency, Output, and Accuracy?

I ran a simple but revealing test that evaluated outputs across three metrics: consistency, output, and accuracy. We prompted GPT 3.5 Turbo 100x times via the API (Application Programming Interface) with the same input and observe how stable the outputs were.

Here were the input prompts:

Test 1 - "Acting as an SEO Expert & copywriter, look at this page https://www.theguardian.com/football/2025/jul/15/bigger-better-more-often-infantino-wont-let-up-on-his-ambition-for-club-world-cup and summarise in a short sentence what it is about"

Test 2 - "Acting as an expert in SEO, provide recommendations for optimising this page https://www.theguardian.com/football/2025/jul/15/bigger-better-more-often-infantino-wont-let-up-on-his-ambition-for-club-world-cup for more evergreen search volume. The output should be a list of 5 keywords with reasons for each of them"

Test 3 - "Acting as an SEO expert and sentiment analysis. Look at this page: https://www.theguardian.com/football/2025/jul/15/bigger-better-more-often-infantino-wont-let-up-on-his-ambition-for-club-world-cup provide me with a detailed list of 3 key changes you'd do to make the page target more search behaviour and keyword opportunity and then analysis the sentiment of the page to summarise 3 key points from the sentiment analysis"

Each of them escalating in terms of complexity and the sort of question you'd ask a junior in your team to complete.

In order to grade the consistency we looked at the following framework:

  • Consistency (Structural): The AI produced different styles, tones, and formats across runs.

  • Output: Were the results output in the requested format across the requests

  • Accuracy: Sometimes facts were present and correct. Other times they were… fictional.

Here were the results:

AI Accuracy Test Looking at SEO Complexity

On a one-off basis through the UI, this variation is manageable. You notice it. You click regenerate. You fix it. No problem.

But via the API, where automation depends on deterministic and predictable behavior, this is a breaking issue. In production environments where human oversight isn’t practical for every request, hallucination and inconsistency aren’t just annoying, they’re dangerous.

The Importance of Thresholds

This leads us to the concept of thresholds the invisible standards that dictate whether an AI response is “good enough” to be used. Think of thresholds as the AI’s quality gate: how well does the output need to align with factuality, task specificity, or user tone before it’s deemed acceptable?

Let’s consider a playful but telling example. If you ask an AI:

“Tell me a story about a mop.”

You might get three different levels of threshold:

  1. Low Threshold: “Once there was a mop. It cleaned floors. The end." (Technically accurate. Completely uninteresting. Functionally useless.)

  2. Mid Threshold: “The mop had dreams of being a dancer, twirling across the linoleum like Fred Astaire. But it was stuck in a janitor’s closet… until one night…" (Creative, engaging. A solid answer.)

  3. High Threshold: “In 1973, amidst the oil crisis, a factory in Detroit built a mop with an experimental polymer head that would later be considered revolutionary. This is the story of how that mop ended up in the Smithsonian…” (Original, researched, deeply structured. Too ambitious, but better.)

Setting and maintaining the right threshold is critical. And to do that reliably, you need more than just one-shot AI output. You need an architecture that can evaluate, refine, and structure, autonomously.

Enter Asynchronous AI: A Team Model for Machines

Now imagine AI not as a monolithic black box that returns a string of text, but as a distributed asynchronous system, like a team of people with specialised roles:

  1. The Briefer: Interprets the prompt and defines the goals.

  2. The Executor: Actually does the work (writing, coding, summarizing, etc.).

  3. The Reviewer: Checks the output for quality, accuracy, tone, etc.

  4. The Outputter: Packages the final result in the desired format.

This is asynchronous AI; where each “role” can be played by separate instances or phases of the model, running sequentially or in parallel, evaluating and improving each other’s output.

It mimics the way high performance teams work: distributing complexity, enabling specialisation, and introducing checks and balances. But balanced with differing levels of Thresholds and standards to ensure desired deliverables are met.

And just like in a human team, this system doesn’t assume perfection in the first draft, but rather, builds in refinement as a feature, not a patch.

Why This Matters: Context, Windows, and Limitations

In a conversational UI, a lot of this happens invisibly. Context is preserved in your chat history. The model remembers your earlier preferences. It self-corrects, adds nuance, and even “learns” over the session (within limits). But that context, the glue holding everything together, doesn’t exist in the same way via API.

When using the API, context windows become a hard constraint. Everything the model needs to understand has to be included in the payload: your prior prompts, any preferences, the response history, all of it. If you don’t manage this carefully, the model responds like it has no memory, because… it doesn’t.

This is where asynchronous, multi-agent, team-like AI becomes not just helpful, but necessary. It allows you to simulate long-term memory, enforce standards, manage context, and execute multi-step reasoning, all without assuming the model will just “get it” from a single shot and there are multiple attempts to deliver an accurate version.

Final Thoughts: The Path Forward

The future of AI isn’t about pushing harder on single-shot prompt engineering. It’s about orchestrating AI like a team, thinking in systems, and designing workflows where multiple agents with defined roles collaborate, asynchronously, to meet quality thresholds, manage context, and produce reliable outputs.

Hallucinations, inconsistency, and brittle context limitations aren’t just bugs, they’re signs that we’re still thinking too linearly. The solution isn’t just better models. It’s better architecture.

Asynchronous AI is that architecture. And it’s how we’ll go from clever answers to trustworthy systems.

Read More
Jeremy Mcdonald Jeremy Mcdonald

Launching: We Are Pioneers

Six months ago, I was running a traditional digital marketing agency, helping clients with SEO, digital PR, and research in the ways we'd always done them. Today, I'm watching our AI-powered solutions save marketing teams over 100 hours monthly while delivering results that seemed impossible just a year ago.

Six months ago, I was running a traditional digital marketing agency, helping clients with SEO, digital PR, and research in the ways we'd always done them. Today, I'm watching our AI-powered solutions save marketing teams over 100 hours monthly while delivering results that seemed impossible just a year ago.

The transformation didn't happen overnight. It started with a simple experiment in December 2024 that would completely reshape how I think about the future of marketing and ultimately lead to the birth of We Are Pioneers.

The Moment Everything Changed

It was a late evening in December when I first experimented with building a competitor brand index using AI alone. What typically took our team weeks of manual research, data compilation, and analysis was completed in hours. Not only was it faster—it was more comprehensive, more accurate, and revealed insights we would have missed entirely.

That night, I realized I wasn't just looking at a new tool. I was witnessing the future of how marketing teams would work.

But here's what struck me most: while AI was clearly powerful, it wasn't replacing the strategic thinking, creative problem-solving, and relationship-building that makes marketing truly effective. Instead, it was amplifying these human capabilities in ways I'd never imagined possible.

From Experiment to Transformation

By January 2025, what started as curiosity had become conviction. I began upskilling in AI solutions architecture, learning to map processes and build workflows that could transform entire marketing operations. The more I experimented, the more I realised we were standing at the edge of a fundamental shift.

Marketing teams were drowning in repetitive tasks, manual research, and time-consuming processes that AI could handle effortlessly. Meanwhile, they were starving for more time to do what humans do best: think strategically, build relationships, and create innovative campaigns that truly connect with audiences.

The opportunity wasn't just to make things faster or cheaper. It was to make marketing fundamentally better.

Why "We Are Pioneers"?

The name came to me during one of those early prototyping sessions. I was watching an AI system automatically personalise outreach at a scale and quality that would have required an army of specialists just months before. We weren't just using new technology; we were exploring uncharted territory.

That's when it hit me: we're not just early adopters or tech enthusiasts. We're pioneers in the truest sense, venturing into unknown terrain to discover what's possible when human creativity meets artificial intelligence.

The "we" is intentional. This isn't about replacing marketing teams; it's about empowering them. Every solution we build is designed to amplify human innovation, not eliminate it. The AI handles the heavy lifting so marketers can focus on strategy, creativity, and building genuine connections.

What We Are Pioneers Really Means

We Are Pioneers represents three core beliefs that drive everything we do:

1. AI Should Amplify, Not Replace

Too many companies approach AI as a way to cut costs or reduce headcount. We see it as a way to unlock human potential. When AI handles data analysis, research, and repetitive tasks, marketing professionals can focus on what they're truly exceptional at: strategic thinking, creative problem-solving, and building relationships that drive real business results.

2. The Future Belongs to Those Who Act Now

We're in the early stages of an AI revolution that will reshape every aspect of marketing. The teams that start experimenting and implementing AI solutions today will have an insurmountable competitive advantage tomorrow. We're here to help forward-thinking organisations become the pioneers of their industries.

3. Implementation Is Everything

The gap between AI's potential and AI's reality lies in implementation. Most teams know AI could help them but don't know where to start, what to build, or how to make it stick. That's our speciality: bridging the gap between possibility and practice with solutions that actually work in the real world.

The Journey from Vision to Reality

By February 2025, we'd scaled our AI investment and built workflows that were delivering innovative products across SEO, Digital PR, and Research. The results spoke for themselves.

AI Progression Opportunities

But the real validation came from our team's response. Instead of feeling threatened by AI, they were energised by it. They were spending less time on tedious tasks and more time on strategic, creative work that actually moved the needle.

What This Means for Marketing Teams

If you're reading this as a marketing professional, you're probably wondering what AI means for your role, your team, and your industry. Here's what I've learned from months of hands-on implementation:

Your expertise becomes more valuable, not less. AI can analyse data and identify patterns, but it can't understand market nuance, interpret cultural context, or build authentic relationships. The more AI handles the tactical execution, the more valuable your strategic thinking becomes.

Speed becomes a competitive advantage. When your team can research, analyse, and optimise at AI speed while maintaining human insight and creativity, you're not just keeping up with competitors. You're leaving them behind.

Quality improves across the board. AI doesn't get tired, doesn't forget follow-ups, and doesn't have off days. It consistently executes at a level that amplifies your team's best work while eliminating the inconsistencies that plague manual processes.

Looking Forward: The Pioneer's Path

We're still in the early days of this transformation. The AI solutions we're building today will seem primitive compared to what's possible in just a few years. But that's exactly why the pioneer mindset matters.

The teams that start experimenting now, that build AI capabilities today, that learn to work alongside intelligent systems are the teams that will define the future of marketing.

We Are Pioneers exists to help you become one of them.

Whether you're a business that knows AI could help but doesn't know where to start (that's our AI Incubator), a team ready to build a specific AI solution (our AI Launchpad), or an organisation committed to making AI a core competitive advantage (our Head of AI service), we're here to guide you through uncharted territory.

The Bottom Line

I launched We Are Pioneers because I believe we're living through the most significant transformation in marketing since the internet itself. AI isn't just changing how we work. It's changing what's possible.

But transformation requires pioneers: people willing to explore new territory, experiment with new approaches, and build the future instead of waiting for it.

The question isn't whether AI will change your industry. It's whether you'll be among the pioneers who define how.

Read More