<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Delon Swartz</title>
    <description>The latest articles on DEV Community by Delon Swartz (@delon_swartz_f09c46c08c25).</description>
    <link>https://dev.to/delon_swartz_f09c46c08c25</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4143120%2F1c271f1d-c852-4554-a212-94f58edec6f3.png</url>
      <title>DEV Community: Delon Swartz</title>
      <link>https://dev.to/delon_swartz_f09c46c08c25</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/delon_swartz_f09c46c08c25"/>
    <language>en</language>
    <item>
      <title>AI Product Design Practice: Agents, Interfaces, and the Craft of Shipping</title>
      <dc:creator>Delon Swartz</dc:creator>
      <pubDate>Fri, 25 Sep 2026 14:47:14 +0000</pubDate>
      <link>https://dev.to/delon_swartz_f09c46c08c25/ai-product-design-practice-agents-interfaces-and-the-craft-of-shipping-4a17</link>
      <guid>https://dev.to/delon_swartz_f09c46c08c25/ai-product-design-practice-agents-interfaces-and-the-craft-of-shipping-4a17</guid>
      <description>&lt;p&gt;&lt;strong&gt;Meta description:&lt;/strong&gt; A profile of Delon Swartz on AI product design practice — agent UX, shipping discipline, and building AI-native products from South Africa without the hype cycle.&lt;/p&gt;




&lt;p&gt;AI product design is not “UI for chatbots.” It is the discipline of turning probabilistic systems into reliable products: clearer intent, safer actions, measurable outcomes, and interfaces that respect human attention.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Delon Swartz&lt;/strong&gt; is an &lt;strong&gt;AI Design Engineer&lt;/strong&gt; and product builder in &lt;strong&gt;Durban, South Africa&lt;/strong&gt;. He works across Applied AI, Applied ML, and AI product design; founded &lt;strong&gt;ModusMax AI&lt;/strong&gt;; and ships end-to-end products through &lt;strong&gt;Delon Labs UX&lt;/strong&gt;. This essay shares his practice — how he thinks about agents, UX, and delivery — without fabricating portfolios or vanity awards.&lt;/p&gt;

&lt;h2&gt;
  
  
  The object of design has changed
&lt;/h2&gt;

&lt;p&gt;Classical digital product design assumed deterministic software. Click → known state. AI-native products assume:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Outputs vary.
&lt;/li&gt;
&lt;li&gt;Tools can take actions with side effects.
&lt;/li&gt;
&lt;li&gt;Context windows and memory change behaviour over time.
&lt;/li&gt;
&lt;li&gt;Users must negotiate control with the system.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That means AI product designers (and hybrid AI design engineers) inherit concerns that used to sit only with SRE, security, and ML ops: permissions, observability, evaluation, and graceful degradation.&lt;/p&gt;

&lt;p&gt;If a design system has a button component but no pattern for &lt;strong&gt;“agent is about to modify a file — confirm?”&lt;/strong&gt;, it is not yet an AI design system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practice pillar 1: Intent over prompt theatre
&lt;/h2&gt;

&lt;p&gt;Users should not have to become prompt engineers to complete a job. Good AI product design:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Offers structured intents (“Summarise this thread for legal review”) alongside free text.
&lt;/li&gt;
&lt;li&gt;Captures constraints in UI (tone, length, data sources, deadline).
&lt;/li&gt;
&lt;li&gt;Turns successful prompts into reusable skills or playbooks.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In agent platforms, this shows up as &lt;strong&gt;skills, spaces, and clear task framing&lt;/strong&gt; rather than a blank box and hope. ModusMax’s product direction — desktop-first agents, local or cloud engines, chat plus operational surfaces — is built around that belief: power without terminal gatekeeping.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practice pillar 2: Agency with brakes
&lt;/h2&gt;

&lt;p&gt;“Agent” means the system can plan and act. Product design must decide how much agency is unlocked at each trust level.&lt;/p&gt;

&lt;p&gt;A practical ladder:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Suggest&lt;/strong&gt; — draft only.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Assist&lt;/strong&gt; — act inside a sandbox.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Execute with confirm&lt;/strong&gt; — propose a tool call; human approves.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Execute within policy&lt;/strong&gt; — autonomy inside an allowlist.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supervise&lt;/strong&gt; — human reviews exceptions and audits.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Climbing this ladder too fast is how demos become incidents. Climbing too slowly is how products feel useless. The craft is matching ladder height to domain risk — a theme that runs through Swartz’s agent UX work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practice pillar 3: Make the machine’s mind legible (enough)
&lt;/h2&gt;

&lt;p&gt;Full transparency of every token is rarely usable. Strategic legibility is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What sources were used?
&lt;/li&gt;
&lt;li&gt;What tools were called?
&lt;/li&gt;
&lt;li&gt;What is the plan before irreversible steps?
&lt;/li&gt;
&lt;li&gt;How does the user stop, undo, or take over?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Logs and timelines are UX. So are empty states that teach mental models (“Can read these folders; cannot send email until Gmail is connected”).&lt;/p&gt;

&lt;h2&gt;
  
  
  Practice pillar 4: Design the boring path
&lt;/h2&gt;

&lt;p&gt;AI product marketing loves the wow path. Real users live on the boring path: login, permissions, partial failures, unknown/uncertain answers, rate limits, offline mode, and handoff to a human.&lt;/p&gt;

&lt;p&gt;Swartz treats the boring path as first-class:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Explicit failure copy.
&lt;/li&gt;
&lt;li&gt;Partial success states.
&lt;/li&gt;
&lt;li&gt;Export and escape hatches.
&lt;/li&gt;
&lt;li&gt;Support surfaces that do not require the user to screenshot a raw stack trace.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This mindset comes as much from shipping full-stack products (UX through backend and deploy) as from model work. AI features that cannot be operated will not be loved.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practice pillar 5: Build with AI, design with judgement
&lt;/h2&gt;

&lt;p&gt;Modern builders use AI-assisted development tools. Swartz does too — they compress the distance from concept to working software. That speed is valuable. It is also dangerous if judgement does not keep up.&lt;/p&gt;

&lt;p&gt;AI-assisted coding does not absolve product ethics, accessibility, security reviews, or taste. His practice is: &lt;strong&gt;move faster on implementation, stay slower on claims.&lt;/strong&gt; Especially in public writing, he prefers precise statements over inflated ones. Markets punish fiction.&lt;/p&gt;

&lt;h2&gt;
  
  
  South African vantage point
&lt;/h2&gt;

&lt;p&gt;Designing AI products from South Africa is not a footnote. It is a vantage point that shapes his work:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Global tooling, local users&lt;/strong&gt; — ship with world-class models and frameworks while designing for African bandwidth, pricing sensitivity, and mobile habits where relevant.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Founder-scale ownership&lt;/strong&gt; — many SA builders wear design, ML integration, and delivery hats in one role. That hybrid is exactly where AI Design Engineering lives.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Narrative responsibility&lt;/strong&gt; — the market does not need imported hype cycles. It needs working agents, honest UX, and products like job platforms that serve real people (for example, youth-focused tools such as TheJobPlug).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;He has also shared public concept work — from streaming co-viewing UX explorations to notes on video agents — because product practice improves when ideas meet critique early.&lt;/p&gt;

&lt;h2&gt;
  
  
  A weekly rhythm that keeps practice honest
&lt;/h2&gt;

&lt;p&gt;For individuals and small teams, a lightweight rhythm beats a heavy process cult:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Cadence&lt;/th&gt;
&lt;th&gt;Focus&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Daily&lt;/td&gt;
&lt;td&gt;Ship a thin vertical or kill a bad assumption&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Weekly&lt;/td&gt;
&lt;td&gt;Review eval samples + 3 real user/session notes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bi-weekly&lt;/td&gt;
&lt;td&gt;Permission and safety review for new agent tools&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Monthly&lt;/td&gt;
&lt;td&gt;Re-read positioning: are we solving a job or chasing a demo?&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Write in public when possible. A clear LinkedIn article or Dev.to post forces sharper thinking than an internal wiki nobody reads — a habit Swartz models in his own posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  What he is building toward
&lt;/h2&gt;

&lt;p&gt;ModusMax is his clearest statement of AI product design belief: &lt;strong&gt;agents should be operable by people who do not live in a terminal&lt;/strong&gt;, with local and cloud options, and product surfaces that make agency understandable. Early access details are on &lt;a href="https://modusmax.online/" rel="noopener noreferrer"&gt;modusmax.online&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Alongside that, Delon Labs UX continues the habit of designing and shipping complete products — because AI product design that never touches production is only theatre.&lt;/p&gt;

&lt;h2&gt;
  
  
  Connect
&lt;/h2&gt;

&lt;p&gt;For product, design, or Applied AI leaders seeking a practitioner conversation — South Africa–based, globally minded:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.linkedin.com/in/delon-swartz-514721b0" rel="noopener noreferrer"&gt;LinkedIn — Delon Swartz&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://modusmax.online/" rel="noopener noreferrer"&gt;ModusMax&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI product design will keep changing with every model release. The durable skills are older: empathy for users, respect for risk, and the discipline to ship.&lt;/p&gt;




&lt;h3&gt;
  
  
  About
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Delon Swartz&lt;/strong&gt; is an AI Design Engineer in Durban, South Africa, focused on Applied AI, Applied ML, and AI product design. He is the founder of ModusMax AI and builds full-lifecycle products via Delon Labs UX. Connect on &lt;a href="https://www.linkedin.com/in/delon-swartz-514721b0" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>design</category>
    </item>
    <item>
      <title>Applied ML in Corporate Product Design: From Model Demos to Dependable Experiences</title>
      <dc:creator>Delon Swartz</dc:creator>
      <pubDate>Fri, 25 Sep 2026 14:39:41 +0000</pubDate>
      <link>https://dev.to/delon_swartz_f09c46c08c25/applied-ml-in-corporate-product-design-from-model-demos-to-dependable-experiences-17ll</link>
      <guid>https://dev.to/delon_swartz_f09c46c08c25/applied-ml-in-corporate-product-design-from-model-demos-to-dependable-experiences-17ll</guid>
      <description>&lt;p&gt;&lt;strong&gt;Meta description:&lt;/strong&gt; A practical guide to Applied Machine Learning inside corporate product design — workflows, UX, risk, and evaluation — featuring Delon Swartz, AI Design Engineer in South Africa.&lt;/p&gt;




&lt;p&gt;Every corporate roadmap now has a machine learning slide. Fewer roadmaps have a clear answer to a harder question: &lt;strong&gt;how does Applied ML change the product design practice itself?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Delon Swartz&lt;/strong&gt; is an &lt;strong&gt;AI Design Engineer&lt;/strong&gt; working from &lt;strong&gt;Durban, South Africa&lt;/strong&gt;, with a public focus on Applied AI, Applied ML, agentic workflows, and shipping complete products. He founded &lt;strong&gt;ModusMax AI&lt;/strong&gt; and builds through &lt;strong&gt;Delon Labs UX&lt;/strong&gt;. This article is a field guide — evergreen, practical, and free of invented case metrics — drawn from how he approaches Applied ML so features hold up in production.&lt;/p&gt;

&lt;h2&gt;
  
  
  The gap between a demo and a designed product
&lt;/h2&gt;

&lt;p&gt;A notebook accuracy score is not a product. A chatbot that answers once in a boardroom is not a product. Corporate Applied ML succeeds when three systems agree:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The learning system&lt;/strong&gt; — data, training or prompting strategy, evaluation, monitoring.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The interaction system&lt;/strong&gt; — UI/UX, permissions, explanations, recovery.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The operating system of the business&lt;/strong&gt; — policies, roles, SLAs, audit, change management.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Designers who ignore (1) decorate risk. ML engineers who ignore (2) ship power tools without handles. Leaders who ignore (3) create shadow IT with a neural network attached.&lt;/p&gt;

&lt;p&gt;Applied ML in product design is the craft of aligning all three.&lt;/p&gt;

&lt;h2&gt;
  
  
  Design principles for Applied ML features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Probabilistic UX is still UX
&lt;/h3&gt;

&lt;p&gt;ML outputs are uncertain. Interfaces must say so without drowning users in jargon.&lt;/p&gt;

&lt;p&gt;Useful patterns include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Confidence-aware presentation (when calibrated confidence is available).
&lt;/li&gt;
&lt;li&gt;Citations or source panels for retrieval-based answers.
&lt;/li&gt;
&lt;li&gt;“Suggest, don’t silently mutate” defaults for high-impact actions.
&lt;/li&gt;
&lt;li&gt;Easy correction loops that improve the system or at least the immediate task.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In agent-style products — including the direction Swartz takes with ModusMax, where agents act across desktop and cloud contexts — the design bar is higher: actions can touch files, browsers, and external tools. Permissioning and visibility are not polish; they are the product.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Start with decision rights
&lt;/h3&gt;

&lt;p&gt;Before model selection, decide:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Who may approve an automated action?
&lt;/li&gt;
&lt;li&gt;What is reversible vs irreversible?
&lt;/li&gt;
&lt;li&gt;Which data classes are in-bounds?
&lt;/li&gt;
&lt;li&gt;What happens when the model is wrong at 02:00?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are design decisions as much as compliance decisions. They belong in flows and empty states, not only in a policy PDF.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Prefer thin slices with thick evaluation
&lt;/h3&gt;

&lt;p&gt;Corporate teams often over-scope “AI transformation.” A thinner vertical — one workflow, clear success metric, solid eval harness — beats a platform fantasy.&lt;/p&gt;

&lt;p&gt;Evaluation should mix:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Offline:&lt;/strong&gt; golden sets, regression tests, safety checks.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Online:&lt;/strong&gt; task success, edit distance / correction rate, latency, abandonment.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Qualitative:&lt;/strong&gt; trust interviews with the actual operators, not only executives.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If a team cannot describe how it will know the feature is worse next month, it is not ready to ship.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Data pipelines are part of the experience
&lt;/h3&gt;

&lt;p&gt;Users feel pipeline pain as “the AI is dumb today.” Freshness, access control, schema drift, and feedback capture are product concerns. Swartz’s skill focus areas — Applied AI, ML, &lt;strong&gt;data pipelines&lt;/strong&gt;, and agentic workflows — exist because product quality collapses when data plumbing is an afterthought.&lt;/p&gt;

&lt;h2&gt;
  
  
  Corporate contexts where Applied ML design earns its keep
&lt;/h2&gt;

&lt;p&gt;Without inventing confidential client stories, the &lt;em&gt;types&lt;/em&gt; of problems that respond well to careful Applied ML design include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Knowledge work copilots&lt;/strong&gt; that retrieve from approved corpora with audit trails.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Operations assistants&lt;/strong&gt; that draft, classify, or route — with human confirmation on edge cases.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customer experience aids&lt;/strong&gt; that summarise and suggest, while keeping brand and regulatory voice under control.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Internal agent platforms&lt;/strong&gt; that reduce repetitive desktop work without forcing every employee to learn a terminal.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;South African corporates share these needs with global peers, with extra sensitivity to cost, connectivity, and multilingual realities. Designing for those constraints is a competitive advantage, not a limitation.&lt;/p&gt;

&lt;h2&gt;
  
  
  A simple delivery blueprint
&lt;/h2&gt;

&lt;p&gt;When Swartz partners with teams or builds his own products, the sequence looks like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Frame the job&lt;/strong&gt; — primary user, frequency, cost of error.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Map the current workflow&lt;/strong&gt; — where judgement sits today.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prototype the interaction&lt;/strong&gt;, not only the model — clickable or Wizard-of-Oz if needed.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Select the ML approach&lt;/strong&gt; — classical ML, embeddings + retrieval, LLM prompting, fine-tuning, or tools/agents — based on the job.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Instrument&lt;/strong&gt; — logs that respect privacy but enable learning.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pilot with champions&lt;/strong&gt; — small cohort, real data, real stakes.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Harden&lt;/strong&gt; — latency budgets, fallbacks, access control, runbooks.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Narrate change&lt;/strong&gt; — training and UX copy that set accurate expectations.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is deliberately unglamorous. Glamour is how demos win meetings. Dependability is how products win years.&lt;/p&gt;

&lt;h2&gt;
  
  
  What South Africa adds to the conversation
&lt;/h2&gt;

&lt;p&gt;Working from Durban and across South African networks influences how he thinks about Applied ML design:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Build for mixed digital maturity&lt;/strong&gt; inside one organisation.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Respect mobile-first and WhatsApp-shaped habits&lt;/strong&gt; when customer touchpoints matter.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Design for teams that must justify ROI quickly&lt;/strong&gt; — Applied ML should read as operational improvement, not research theatre.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Participate in the global tooling wave&lt;/strong&gt; — cloud AI, local models, AI-assisted development — while keeping ownership of product judgement.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;He shares concepts and research publicly on LinkedIn for the same reason he encourages teams to share carefully: closed laptops do not create markets. Open, precise thinking does.&lt;/p&gt;

&lt;h2&gt;
  
  
  Avoiding two common failure modes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Failure mode A: Model-first theatre.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A vendor model is selected before the workflow is understood. Design is asked to “make it pretty.” Users never adopt it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Failure mode B: Design-first fiction.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Beautiful screens promise magic the data and models cannot support. Trust collapses on first contact.&lt;/p&gt;

&lt;p&gt;The antidote is a shared language between design, ML, and engineering — and practitioners who can walk between those rooms. That is the niche of the AI Design Engineer / AI product engineer: not claiming omniscience, but translating.&lt;/p&gt;

&lt;h2&gt;
  
  
  An invitation, not a brochure
&lt;/h2&gt;

&lt;p&gt;This article will not pad with fake before/after percentages or unnamed Fortune logos. For working artefacts, look at the ModusMax product direction at &lt;a href="https://modusmax.online/" rel="noopener noreferrer"&gt;modusmax.online&lt;/a&gt;, public UX/AI writing on &lt;a href="https://www.linkedin.com/in/delon-swartz-514721b0" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;, and shipped product work such as &lt;a href="https://www.thejobplug.co.za/" rel="noopener noreferrer"&gt;TheJobPlug&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Organisations moving from ML demos to dependable product experiences — in South Africa or with distributed teams — will find in Swartz’s work a clear example of Applied ML treated as product design, not research theatre.&lt;/p&gt;

&lt;p&gt;Applied ML does not need more mystique in the enterprise. It needs product design that tells the truth about uncertainty — and still helps people finish the job.&lt;/p&gt;




&lt;h3&gt;
  
  
  About
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Delon Swartz&lt;/strong&gt; is a Durban-based AI Design Engineer focused on Applied AI, Applied ML, and AI product design. Founder of ModusMax AI and product builder at Delon Labs UX. &lt;a href="https://www.linkedin.com/in/delon-swartz-514721b0" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; · &lt;a href="https://modusmax.online/" rel="noopener noreferrer"&gt;ModusMax&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>design</category>
    </item>
    <item>
      <title>Applied AI Design Engineering in South Africa: Building Products People Actually Use</title>
      <dc:creator>Delon Swartz</dc:creator>
      <pubDate>Fri, 25 Sep 2026 14:38:05 +0000</pubDate>
      <link>https://dev.to/delon_swartz_f09c46c08c25/applied-ai-design-engineering-in-south-africa-building-products-people-actually-use-2iok</link>
      <guid>https://dev.to/delon_swartz_f09c46c08c25/applied-ai-design-engineering-in-south-africa-building-products-people-actually-use-2iok</guid>
      <description>&lt;p&gt;&lt;strong&gt;Meta description:&lt;/strong&gt; How Applied AI, thoughtful UX, and product craft meet in South Africa — featuring Delon Swartz, an AI Design Engineer working at the intersection of agents, ML, and product design.&lt;/p&gt;




&lt;p&gt;South Africa’s technology scene has always punched above its weight: deep engineering talent, sharp product instincts forged in constrained markets, and a bias toward shipping. In that environment, &lt;strong&gt;Applied AI&lt;/strong&gt; is no longer a slide in a strategy deck. It is a design and delivery discipline — how models, data, interfaces, and workflows come together so people get work done.&lt;/p&gt;

&lt;p&gt;This piece is about that discipline. It also introduces the approach of &lt;strong&gt;Delon Swartz&lt;/strong&gt;, an &lt;strong&gt;AI Design Engineer&lt;/strong&gt; and AI product practitioner based in &lt;strong&gt;Durban, KwaZulu-Natal&lt;/strong&gt;. Publicly he also describes his work as &lt;strong&gt;AI Product Engineer &amp;amp; Automation Specialist&lt;/strong&gt;, spanning Applied AI, machine learning workflows, agentic systems, and product UX. He founded &lt;strong&gt;ModusMax AI&lt;/strong&gt;, a desktop-first AI agent platform, and builds digital products end-to-end through &lt;strong&gt;Delon Labs UX&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;What follows is not a fabricated case-study reel. It is a practical view of Applied AI design from a practitioner shipping in South Africa — and a window into how that craft looks when design, ML, and delivery sit in one role.&lt;/p&gt;

&lt;h2&gt;
  
  
  What “Applied AI” means when you also design the product
&lt;/h2&gt;

&lt;p&gt;Applied AI is often split from “design”: engineers train or wire models; designers polish screens. That split is outdated.&lt;/p&gt;

&lt;p&gt;In practice, Applied AI design engineering means:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Choosing the right level of intelligence&lt;/strong&gt; — when a rules engine, a retrieval layer, a fine-tuned model, or a multi-step agent is the honest answer.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Designing the human loop&lt;/strong&gt; — confirmations, overrides, explanations, and failure states that keep trust intact.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Owning the path to production&lt;/strong&gt; — auth, APIs, data pipelines, evaluation, and deployment — not only a prototype.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Respecting local context&lt;/strong&gt; — bandwidth, device mix, languages, and business processes that look different in Johannesburg, Cape Town, Durban, and beyond than in a US demo video.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If the model is impressive but the workflow is confusing, the product has failed. If the UI is beautiful but the agent hallucinates irreversible actions, the product has failed harder.&lt;/p&gt;

&lt;h2&gt;
  
  
  South Africa as a proving ground
&lt;/h2&gt;

&lt;p&gt;Working from South Africa shapes Applied AI work in useful ways — and Swartz’s practice reflects that environment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Constraint breeds clarity.&lt;/strong&gt; Teams here rarely have infinite GPU budgets or endless specialised headcount. That pushes toward pragmatic stacks: strong cloud services where they earn their keep, local or lighter models where privacy and cost matter, and ruthless prioritisation of user jobs-to-be-done.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Corporate and startup demand are rising together.&lt;/strong&gt; Banks, insurers, retailers, media, and public-interest organisations are exploring automation and copilots. At the same time, founders are building agent platforms and vertical tools for African and global users. The shared need is people who can &lt;strong&gt;translate capability into product&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Trust is the product.&lt;/strong&gt; South African users — like users everywhere — abandon tools that feel opaque or unsafe. Applied AI design has to make risk visible: what the system will do, what it will not do, and how a human stays in control.&lt;/p&gt;

&lt;p&gt;None of this requires hype rankings or invented awards. It requires craft.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where his work sits today
&lt;/h2&gt;

&lt;p&gt;A few publicly shareable anchors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;ModusMax AI&lt;/strong&gt; — Swartz founded and builds ModusMax, a plug-and-play &lt;strong&gt;AI agent&lt;/strong&gt; experience delivered as a desktop app (macOS and Windows), with cloud continuity and options such as Telegram access and local Llama models. The product thesis is simple: powerful agents should not require a terminal ritual. Early access and product details live at &lt;a href="https://modusmax.online/" rel="noopener noreferrer"&gt;modusmax.online&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full-lifecycle product building&lt;/strong&gt; — Through Delon Labs UX he designs and ships complete digital products: UX, architecture, backends, AI integration, and deployment, often with modern AI-assisted development tooling.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shipped consumer-facing work&lt;/strong&gt; — Including &lt;strong&gt;TheJobPlug&lt;/strong&gt; (&lt;a href="https://www.thejobplug.co.za/" rel="noopener noreferrer"&gt;thejobplug.co.za&lt;/a&gt;), a South African job/CV platform aimed at youth entering the market.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Earlier industry grounding&lt;/strong&gt; — Production coordination experience at &lt;strong&gt;Triggerfish&lt;/strong&gt; in Cape Town on Netflix-related animation work, which sharpened delivery discipline long before agents were mainstream.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ongoing public thinking&lt;/strong&gt; — LinkedIn essays and concept shares on UX research, co-viewing product design, agentic AI, and emerging ideas such as video agents.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;He also continues to deepen formal Applied AI skills (including Microsoft generative AI engineering coursework listed on his profile). Titles evolve; the through-line is consistent: &lt;strong&gt;design + AI systems + shipping&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  A working framework for Applied AI design
&lt;/h2&gt;

&lt;p&gt;When Swartz approaches a corporate or startup AI product problem, he uses a simple loop:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Job, not model
&lt;/h3&gt;

&lt;p&gt;Start with the user’s job and the organisation’s risk profile. “Add GPT” is not a requirement. “Reduce time-to-quote without increasing compliance risk” is.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Interface before spectacle
&lt;/h3&gt;

&lt;p&gt;Map the moments where AI appears: empty states, progressive disclosure, citations, undo, escalation to a human. Agents that act on files, browsers, or customer records need explicit permission patterns.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Evaluation as a product feature
&lt;/h3&gt;

&lt;p&gt;Offline metrics matter. So do online ones: task completion, correction rate, time saved, and qualitative trust. Design instrumentation early.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Architecture that matches maturity
&lt;/h3&gt;

&lt;p&gt;Many teams need retrieval-augmented generation and solid tooling before multi-agent orchestration. ModusMax’s own dual path — cloud APIs and local models — reflects a broader industry truth: &lt;strong&gt;choice and control&lt;/strong&gt; beat one-size-fits-all.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Ship, learn, narrow
&lt;/h3&gt;

&lt;p&gt;Applied AI products improve when scope is narrowed after contact with reality. He has argued publicly that hiding ideas on a laptop helps no one — while still protecting what truly must stay confidential.&lt;/p&gt;

&lt;h2&gt;
  
  
  Positioning without mythology
&lt;/h2&gt;

&lt;p&gt;Market conversations increasingly value practitioners who can sit with design, ML, and delivery — the niche of corporate design AI and AI product engineering. That demand is real. What this profile will &lt;em&gt;not&lt;/em&gt; do is invent league tables, fake client logos, or vanity metrics. Credibility in Applied AI is earned the old way: clear thinking, working software, and honest communication.&lt;/p&gt;

&lt;p&gt;Teams hiring or partnering for Applied AI / AI product design in South Africa or remotely can judge the work: the product thesis, the UX of agency, the operational seriousness.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who this is for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Product and design leaders&lt;/strong&gt; who need AI features that survive contact with users.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Engineering managers&lt;/strong&gt; who want design-literate AI builders, not slideware.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Founders&lt;/strong&gt; exploring agent platforms and automation without drowning non-technical users in CLI friction.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;South African teams&lt;/strong&gt; who want global-quality AI product craft with local context.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Connect
&lt;/h2&gt;

&lt;p&gt;For conversations on Applied AI, agentic workflows, or AI-native product design:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LinkedIn: &lt;a href="https://www.linkedin.com/in/delon-swartz-514721b0" rel="noopener noreferrer"&gt;Delon Swartz&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;ModusMax: &lt;a href="https://modusmax.online/" rel="noopener noreferrer"&gt;modusmax.online&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;TheJobPlug: &lt;a href="https://www.thejobplug.co.za/" rel="noopener noreferrer"&gt;thejobplug.co.za&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Applied AI in South Africa does not need more mystique. It needs designers and engineers who ship carefully — and keep learning in public.&lt;/p&gt;




&lt;h3&gt;
  
  
  About
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Delon Swartz&lt;/strong&gt; is an AI Design Engineer / AI Product Engineer &amp;amp; Automation Specialist based in Durban, South Africa. He focuses on Applied AI, Applied ML, and AI product design; founded ModusMax AI (desktop AI agents); and builds end-to-end digital products through Delon Labs UX. Connect on &lt;a href="https://www.linkedin.com/in/delon-swartz-514721b0" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>design</category>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
