All posts

Writing

The Ghost in the Machine: Why AI is the New Currency of Intent

AI is no longer just a chatbot feature set. From capability stacks to agentic action — how to understand the progression from Deep Learning to Gen AI to autonomous agents, and where to start.


AI is no longer just a chatbot feature set. It is becoming the new currency of intent: the ability to convert what you mean into systems that act. This article reframes AI as a practical toolkit for both white-collar and blue-collar professionals, then outlines how to start applying agentic workflows in daily operations.

1. The Stack: From Deep Learning to Agentic Action

To spend this new currency effectively, you have to understand what AI actually is — not a magic trick, but a stack of capabilities that progresses from models to action.

The field has moved through three distinct layers:

  • Deep Learning foundations — pattern recognition, classification, the statistical substrate everything runs on
  • Gen AI creation — text, code, image, and audio generation from natural language
  • Agentic AI execution — autonomous systems that plan, use tools, and complete multi-step tasks

For white-collar professionals, this progression shifts work from one-off assistance to AI-managed workflows: scheduling, coordination, drafting, and triaging at a scale that wasn't feasible before. For blue-collar and agricultural professionals, it points toward autonomous equipment — systems that detect pests, adapt to soil conditions, and execute field tasks in real time.

The practical implication is that the question is no longer "can AI help with this?" It's "at which layer of the stack does this problem live, and what does an agent-level solution look like?"

2. The Anatomy of an Agent

If AI is the currency, the AI agent is the transaction. The key shift happens when a system moves from interpreting your request to planning and executing action.

An effective agent combines four elements in a continuous loop:

  • Perception — receiving and parsing inputs (text, API responses, tool outputs)
  • Reasoning — planning a sequence of steps toward a goal
  • Memory — retaining context across tasks, from project constraints to prior decisions
  • Tool use — calling external APIs, databases, and services to act in the world

Memory is what separates a useful agent from a stateless model call. It allows context retention across a session and, in more advanced implementations, across sessions — farm history, client context, project constraints, incident timelines. The system can reference what it learned two hours ago, not just what you told it in the last message.

In practical projects like Warden and Watershed, this appears as systems that plan steps, call tools, and adapt based on feedback — not as systems that answer questions.

3. Human Will in the Loop

Human judgment remains the anchor. The most reliable operating model is Human-in-the-Loop (HITL): AI accelerates execution while humans define direction, risk boundaries, and final accountability.

The practical division of labour:

  • Use AI for the What — drafting, summarizing, boilerplate acceleration, pattern matching at scale
  • Keep humans on the Why — architecture decisions, safety, trade-off selection, accountability
  • Treat AI as a power tool — it multiplies skilled labour, it doesn't replace expertise

The organizations that get into trouble with AI automation are usually the ones that let the boundary between "what the AI decides" and "what humans decide" drift without examining it. That boundary needs to be explicit, documented, and revisable.

Full autonomy is appropriate for low-stakes, reversible actions with high signal confidence. Everything else should route through a human decision point — not because AI isn't capable, but because the cost of a wrong automated action is higher than the cost of a human approval step.

4. How to Start Spending This Currency

The barrier to entry has never been lower. You don't need a PhD to start applying AI in your trade or office, but you do need a practical sequence.

Start with a scoped task. Pick one repetitive, rule-based process — email triage, expense categorization, log analysis, scheduling. Build an agent that handles the clean cases and surfaces the edge cases for human review. Measure the time saved before adding complexity.

Build the fundamentals first. Clean logging, consistent data pipelines, and well-scoped detection rules are what AI amplifies. An AI layer on top of a poorly organized process will produce sophisticated-looking outputs that don't mean much.

Follow the stack, not the hype. The progression from Deep Learning to Gen AI to Agentic AI is a ladder, not a leap. Start where you are. If you're using GPT or Claude as a writing assistant today, the next step is structured output — constrained JSON responses you can route programmatically. After that comes tool use. After that comes autonomous loops.

The Toolbox: An Interface Comparison

A practical comparison of tools at the Gen AI layer, for professionals who want to apply them without getting lost in the options:

  • ChatGPT (The Multi-Tool): Generalist brainstorming and translating complex concepts into plain language. Best for ideation, first drafts, and explaining unfamiliar domains.
  • Gemini (The Connected Foreman): Real-time research and verification against live documentation. Best when you need current information, not training-data snapshots.
  • Cursor (The Specialized Workshop): Deep, project-wide contextual understanding for technical work. Best for engineers building in a codebase — at a higher cost than general assistants.
  • GitHub Copilot (The Apprentice): Automates the repetitive grunt work and boilerplate code. Best for reducing toil on mechanical tasks, freeing attention for design decisions.

None of these is the right tool for everything. The skill is knowing which layer of the stack your problem lives at, and picking accordingly.

References

  • Bender, E. M., et al. (2021). On the Dangers of Stochastic Parrots. ACM FAccT.
  • Google. (2024). Gemini: A Family of Highly Capable Multimodal Models.
  • IBM. (2023). The Quantified Value of Human-in-the-loop AI. IBM Institute for Business Value.
  • ISO/IEC 42001. (2023). Information technology — Artificial intelligence — Management system.
  • LangChain. (2026). LangChain and LangGraph Documentation.
  • Microsoft. (2023). AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation.
  • NIST. (2023). AI Risk Management Framework (AI RMF 1.0).
  • OpenAI. (2023). GPT-4 Technical Report.
  • Pan, Y. (2016). Heading toward Artificial Intelligence 2.0. Engineering, 2(4).
  • Schick, T., et al. (2023). Toolformer: Language Models Can Teach Themselves to Use Tools. NeurIPS.
  • Wang, G., et al. (2023). Voyager: An Open-Ended Embodied Agent with Large Language Models.
  • Yao, S., et al. (2023). ReAct: Synergizing Reasoning and Acting in Language Models.
  • Zanzotto, F. M. (2020). Human-in-the-loop Artificial Intelligence. IEEE Intelligent Systems.