Basalt Studio logo
Basalt Studio.Basalt Studio.
Back

'Start Small, Start From Somewhere': A Non-Coder's Leap Into AI Innovation

Eliott Ardisson

Eliott Ardisson

Founder & CEO - Basalt Studio

Updated
insights

How non-technical founders can build AI agents that actually work — starting small, using domain expertise, and avoiding the most common implementation mistakes.

ai agents
customer support
hr
programmatic

Key Takeaways

  • Domain expertise matters more than coding skills when identifying problems worth automating — non-technical founders are often better positioned to design effective AI agents than developers without industry context.
  • Starting with one narrow, well-defined workflow produces faster, more measurable results than attempting a broad AI transformation.
  • The most common failure mode for non-technical AI builders is insufficient testing against real-world edge cases, not inadequate tooling.
  • AI agents are not a one-time project — the businesses that get lasting value treat them as continuously iterated systems, not deployments.
  • For founder-led SMBs, the choice between building yourself and working with an implementation partner comes down to time, risk tolerance, and how central the workflow is to revenue.

What an AI Agent Actually Is (and Isn’t)

Before getting into how non-technical founders can build them, it helps to be precise about what an AI agent actually does.

An AI agent is a software system that can interpret inputs, make decisions based on context, and execute a sequence of actions without a human directing each step. Unlike simple automation — which follows fixed rules — agents can handle variation, manage exceptions, and chain together multiple tasks in response to changing conditions.

A basic example: a customer intake agent at a legal firm doesn’t just route emails to the right folder. It reads an inquiry, extracts the legal matter type, checks a calendar for availability, drafts an initial response, and flags anything that needs a lawyer’s immediate attention. Each step requires judgment, not just pattern-matching.

The distinction matters because it changes how you design them. You are not writing rules. You are defining goals, providing context, and specifying what a good outcome looks like. That is work that rewards domain expertise, not programming fluency.


Why Non-Technical Founders Have a Real Advantage

There is a persistent assumption that AI agent development is fundamentally a technical problem. It is not — or at least, it is not only that.

The hardest part of building a useful AI agent is specifying what you actually want it to do. That means articulating the edge cases, the exception-handling logic, the tone requirements, the escalation triggers, and the success criteria. All of that knowledge lives with the people who have been doing the work manually, not with the engineers who might eventually implement it.

A recruitment agency founder knows exactly what distinguishes a qualified candidate brief from a vague one. A property manager knows which tenant queries can be resolved with a standard response and which ones need a human in the loop within the hour. A tax preparation firm owner knows the three questions that determine whether a client belongs in a standard workflow or a complex one.

Technical teams without that context build agents that are technically functional but practically useless. They handle the happy path and fall apart the moment real-world complexity appears.

This is not a theoretical point. In our work helping founder-led SMBs deploy operational AI agents, the firms that see meaningful results fastest are almost always the ones where the business owner was deeply involved in defining the workflow logic — not just handing requirements to a developer and waiting.


The Case for Starting Small

The instinct when adopting AI is to think about transformation. Replace the entire customer service function. Automate the whole sales pipeline. Build a system that does everything.

That instinct reliably produces failed projects.

The businesses that get real traction with AI agents start with one specific, recurring, well-understood problem. Not because ambition is bad, but because narrow scope produces faster feedback, lower risk, and clearer measurement.

Consider a small accounting practice. A broad “AI transformation” of client onboarding might take months to specify, build, and integrate — and the first sign that something is wrong might not appear until the system is already handling live clients. A narrow agent that drafts responses to client document-request queries can be tested within a week, measured within a month, and refined based on actual usage.

That refinement cycle is where real value accumulates. An agent that starts at 60% effectiveness and improves over 90 days of iteration is more valuable than a theoretically comprehensive system that never quite works as intended.

McKinsey research has consistently noted that narrow, well-scoped AI deployments tend to outperform broad transformation initiatives in early-stage adoption, particularly in smaller organisations where change management capacity is limited. The principle applies directly to founder-led SMBs.

Good starting points for a first AI agent:

  • Answering repetitive inbound questions (customer service, tenant queries, patient intake)
  • Qualifying inbound leads before a human reviews them
  • Drafting first-pass documents from structured inputs (proposals, briefs, summaries)
  • Logging and routing internal requests across tools
  • Following up on outstanding tasks or pending client responses

Each of these has clear inputs, a definable good output, and a measurable baseline to compare against.


How to Design an Agent When You Can’t Write Code

The actual design process for a non-technical founder follows a sequence that is more about observation and documentation than technology.

Step one: document the manual process in detail. Walk through exactly what a human does to complete the task. Not the idealised version — the real version, including the judgment calls, the exceptions, and the moments where someone would pause to think. This documentation becomes the specification for the agent.

Step two: identify the decision points. Where does the human apply judgment? What information do they look at to make that call? Which outcomes are acceptable and which require escalation? These decision points are where the agent needs to be carefully designed, and they are also the places most likely to be glossed over in a first build.

Step three: define what success looks like, specifically. Not “faster” or “better” — measurable. Time to first response drops from four hours to fifteen minutes. Percentage of inquiries resolved without human intervention reaches 60%. Proposal drafts requiring fewer than two rounds of revision. You cannot improve what you cannot measure, and vague success criteria are the second most common reason early AI implementations stall.

Step four: build the minimum viable version. The first version of the agent should handle the most common scenario well, not all scenarios adequately. Build for the 80% case. The edge cases can be handled by escalation to a human in the short term, and addressed in iteration once you have real usage data.

Step five: test with real scenarios, not demo scenarios. Pull actual customer queries, real support tickets, genuine inbound inquiries. Test with the awkward ones — the ones that made a team member pause when they handled them manually. Agents tested only against ideal scenarios fail in production.


Common Pitfalls for Non-Technical Builders

Several failure modes appear consistently enough to be worth naming directly.

Building for the happy path. The agent works perfectly in testing because testing only uses clean, cooperative inputs. Real users ask ambiguous questions, provide incomplete information, and combine multiple requests in one message. Agents that handle only the tidy version of a workflow frustrate users and get abandoned.

Skipping the feedback infrastructure. An AI agent that has no feedback mechanism cannot improve. From the first day of deployment, you need a way to capture which interactions worked well and which did not. This does not need to be sophisticated — a simple thumbs-up/down rating, a brief follow-up question, or a weekly review session with the team using the agent. Without this data, you are iterating blind.

Underestimating data preparation. Agents need examples of what good looks like. A customer service agent needs real examples of your best support responses. A lead qualification agent needs examples of qualified and unqualified leads with explanations. This preparation work is not glamorous, but it is where most of the quality difference between a mediocre agent and a good one is determined.

Treating the first deployment as the finished product. The first version of an AI agent is a hypothesis. It will be wrong about something. The business owners who treat the initial deployment as a starting point — something to learn from and improve — consistently outperform those who expect a one-time build to work indefinitely without maintenance.


Technical Concepts Worth Understanding (Even Without Coding)

You do not need to write code to understand the moving parts. But knowing what the components are helps you have better conversations with anyone helping you build.

Prompt engineering is the practice of writing instructions that guide the AI model’s behaviour. This is not coding — it is closer to writing a detailed brief for a contractor. Non-technical founders can develop real competency here, and it directly influences agent quality.

Integrations are the connections between the AI agent and your existing systems — your CRM, your email platform, your scheduling tool, your document storage. These connections determine what information the agent can access and what actions it can take. Integration complexity is often where DIY builds hit their limits.

Context windows refer to how much information the AI model can hold in mind at once during an interaction. For practical purposes, this matters when you are building agents that need to handle long documents or multi-step conversations.

Orchestration describes how multiple agents or tools are coordinated to complete a more complex workflow. A single agent handles one task. Orchestration chains agents together — an intake agent passes context to a qualification agent which triggers a scheduling agent. This is where implementation complexity increases meaningfully.


When to Build vs. When to Bring in Help

The honest answer is that it depends on three factors: the complexity of the workflow, the centrality of the workflow to your revenue, and how much time you are willing to invest in a learning curve.

Simple, non-critical workflows with clean inputs and outputs are reasonable DIY projects using current no-code tooling. A content research helper, an internal FAQ agent, a simple lead-response drafter — these are genuinely buildable without technical help, and building them yourself creates real organisational knowledge.

Complex workflows that touch revenue directly, require integrations with multiple existing systems, or need to handle significant exception volumes are worth professional implementation. The cost of a failed or underperforming agent in these contexts is higher than the cost of getting external help to build it correctly.

The middle ground — workflows that are moderately complex but not business-critical — is where honest self-assessment matters. If you have the time to iterate through a learning curve and the tolerance for a version one that needs work, building it yourself has genuine advantages. If you need something reliable within a defined timeframe, that calculation changes.


Industry-Specific Starting Points

Different industries have natural first-agent opportunities based on where recurring, time-consuming manual work concentrates.

Legal and professional services: Initial client intake and matter classification. Agents that gather basic information from a new enquiry, identify the type of matter, and produce a structured intake summary for a lawyer or consultant to review. The quality bar is about information completeness and routing accuracy, both of which are measurable.

Recruitment and HR: Candidate pre-screening. Agents that review inbound applications against a defined brief, ask initial screening questions, and produce a structured summary with a preliminary assessment. Recruiters who have defined what a qualified candidate looks like are well-positioned to specify this effectively.

Real estate: Lead qualification and follow-up. Agents that respond to initial property enquiries, gather buyer or tenant criteria, and schedule viewings or pass qualified leads to an agent. The high volume of repetitive initial contact makes this an obvious starting point.

Accounting and tax: Client document chasing. Agents that track outstanding document requests, send contextualised follow-up messages, and update a tracker when documents are received. Low complexity, high time-saving, easily measured.

HVAC and trades: Quote request triage and scheduling. Agents that gather job details from inbound requests, classify urgency, and schedule assessment visits based on calendar availability. The limited variation in common job types makes this tractable for a first build.


A Realistic View of the Timeline

Non-technical founders often underestimate how long good implementation takes and overestimate how long the first version needs to be before it is useful.

A first AI agent for a straightforward workflow — documented process, clean inputs, limited integration requirements — can be in meaningful use within two to four weeks. “Meaningful use” means real users running real tasks through it, not a demo environment.

Reaching a version that reliably handles 70-80% of the target workflow without intervention typically takes two to three months of iteration after initial deployment. This is not a failure — it is how agent development works when done properly.

The businesses that get frustrated and abandon AI agents are usually the ones that expected production-quality performance from a version-one build, or that deployed without a feedback loop and had no way to identify where the agent was falling short.

Plan for iteration from the start, and measure against a baseline, not against an imagined ideal.


Where to Go From Here

The gap between “interested in AI” and “running an AI agent in production” is smaller than most non-technical founders expect — and larger than most AI vendors admit. The tools are genuinely more accessible than they were two years ago. The hard work is still in the problem definition, the process documentation, and the willingness to iterate through a version that is not yet what you want it to be.

Start with one workflow. Document it in detail. Define what success looks like before you build anything. Test against real scenarios.

If you want a structured conversation about where AI agents could realistically fit in your business and what implementation actually involves, you can book a strategy call with Eliott at Basalt Studio here: https://cal.com/eliott-ardisson-kzq7zs/ai-strategy-call. No pitch deck, no guaranteed ROI promises — just a practical conversation about your workflows and whether AI agents are the right tool for them.