Skip to content
Tiatra, LLCTiatra, LLC
Tiatra, LLC
Information Technology Solutions for Washington, DC Government Agencies
  • Home
  • About Us
  • Services
    • IT Engineering and Support
    • Software Development
    • Information Assurance and Testing
    • Project and Program Management
  • Clients & Partners
  • Careers
  • News
  • Contact
 
  • Home
  • About Us
  • Services
    • IT Engineering and Support
    • Software Development
    • Information Assurance and Testing
    • Project and Program Management
  • Clients & Partners
  • Careers
  • News
  • Contact

AI-smart, not AI-first

Many companies are rushing into “AI-first” mandates right now. We’ve seen this pattern before. A decade ago, it was “cloud-first,” and it led to the same outcome: Fast adoption, thin governance and a wave of security and cost problems that took years to unwind. By 2019, OMB had to formally pivot federal policy from cloud-first to cloud-smart, not to slow adoption down, but to make it sustainable.

The lesson isn’t “move slower.” It’s “don’t generate operational debt in the name of speed.” That’s the lens I want to apply to AI adoption today, not as criticism of any one company’s approach, but as a pattern I think every technology leader is watching play out in real time.

What AI first gets right

The urgency is real. Competitive pressure is real. Waiting for perfect governance before adopting AI is not a serious strategy; companies that sit out lose ground they won’t get back. AI-first, as an instinct, is correct.

AI enabled: the step before AI first

Before an organization can responsibly go AI-first, it has to be AI-enabled: employees have access to sanctioned tools, data is structured for AI consumption and basic guardrails are already in place. AI-first without that foundation isn’t acceleration; it’s improvisation. Most of the ungoverned adoption happening today isn’t a failure of AI-first as a strategy; it’s organizations attempting AI-first while still being, at best, AI-enabled. Getting the sequence right, enabled before first, is itself a form of AI-smart.

Where it breaks down

The failure mode isn’t adoption; it’s unstructured adoption, adoption without a foundation to build on, without a path to scale and without security and accountability built in from the start. AI-smart isn’t a slower version of AI-first. It rests on one foundation and four pillars: A defined context to build on, a path to scale what works, security controls that hold up under agentic risk, clear governance over who owns what, and business value that justifies the exposure and existing tools transformation. Take away the foundation and the pillars have nothing to stand on; take away any one pillar and the structure leans.

AI-first architecture diagram.

Ed Kandel

The foundation: Context

Being AI-enabled gets an organization to the starting line, tools in place, data structured, guardrails established. Context is what turns that general readiness into a decision for a specific solution: What this particular AI system is allowed to touch. It’s the business data, systems and permissions a given solution is scoped to, not an implicit boundary inherited from whatever access the underlying service account happens to have, but an explicit one someone has deliberately set.

Getting context right, concretely, means being able to answer:

  • What data can this solution see, and where does that data live?
  • What systems can it call, and what actions can it take once it’s there?
  • Who is it acting on behalf of, and does its access match that person’s or team’s actual permissions?

Where to start: The gate

Before any of the four pillars matter, a solution has to clear one checkpoint that AI needs as a discipline. I’d propose: Technical and Business Significance, a lightweight but mandatory gate that any AI solution has to pass before it’s approved for the environment, answering what it technically does, what data and permissions it touches, and what business value justifies that exposure. The same gate may include vendor, risk, compliance, legal and security reviews.

Everything below is what happens once a solution clears that gate and is granted “Technical and Business Significant” status.

Pillar 1: Scaling

Once a solution is approved and its context is defined, the question shifts from “should this exist” to “how does this grow without every team re-solving the same problems.” Without a repeatable path, each new team either re-litigates governance from scratch or skips it entirely to move fast.

  • Build a reference pattern, a reusable architecture, access model and approval template, for each class of approved AI solution, so scaling reuses vetted patterns instead of one-off exceptions.
  • Track adoption centrally enough to know how many instances of a pattern exist and who owns each one.
  • Scale efficiently, not just widely: Route tasks to the right-sized model instead of defaulting to the largest one, cache repeated queries to cut cost and latency, and monitor token usage, inference costs and compute footprint, including Kubernetes-based inference scaling for LLM workloads, as adoption grows rather than reacting only after costs spike.

Pillar 2: Security

This is the technical control layer, the mechanisms that keep an approved solution from becoming a liability once it’s live:

  • Shadow AI, evolved. It used to be unsanctioned SaaS. Now it’s unsanctioned MCP servers and API connectors, employees wiring an LLM directly into Jira, internal databases or SharePoint, often without security ever reviewing what data flows through or what the model is now capable of doing. It’s gone further still: users with no development background are using tools like Cursor to build and launch full applications on their own, with the intent to “review it later.” These apps go live before anyone in security even knows they exist.
  • A new risk category, not just a bigger one. Traditional API risk is largely about data exposure. Agentic and MCP tool use adds an action dimension; a model can read, write, delete or trigger workflows. That’s a meaningfully different threat model than a chatbot saying something it shouldn’t.
  • Governance built for the wrong actor. Most API security programs are designed around human or deterministic service-to-service calls. They weren’t built for a non-deterministic agent deciding, in real time, which calls to make. Least privilege and scoping matter more here, not less.
  • Non-human identity, still catching up. Every agent, MCP server and API integration is effectively a new non-human identity with its own credentials and permissions. NHI governance was already immature before AI accelerated the problem, and it now needs significantly more investment: proper lifecycle management, credential hygiene and ownership, not just provisioning and forgetting.

Each of these risks points to the same remedy: Visibility and enforcement at the point where AI actually touches systems, not after the fact. That’s what the practices below are built around.

Foundational practices (start now):

  • Inventory every MCP server and AI connector in use today, sanctioned or not.
  • Route AI and agent traffic through a governed MCP gateway, the same enforcement point used for auth, scoping and rate limiting, rather than ad hoc integrations.
  • Apply least privilege scoping to every tool an agent can call, and treat every agent as a non-human identity requiring lifecycle management.
  • Log and monitor agent actions, not just model outputs.
  • Be deliberate about AI-SPM investment. The category is real, but the value proposition versus existing CSPM and CNAPP tooling is still maturing for a lot of buyers. Buy for a defined problem, not a trend.

Emerging practices (industry still maturing):

  • Extend DLP to cover agents that inherit user permissions, since an agent acting on someone’s behalf can move data just as easily as the user it’s impersonating, often faster and at greater scale.
  • Register every agent in the CMDB as an independent entity, with a defined scope, owner and permissions set, not folded silently into the identity of the user or service that deployed it.
  • Design for agent-to-agent (A2A) security deliberately, including on-behalf-of (OBO) flows, so that when one agent calls another, permissions are scoped and traceable rather than inherited by default.

Pillar 3: Governance and compliance

Where security is about technical controls, governance is about accountability, who owns a solution, whether it’s still operating within the bounds it was approved for, and what regulatory or policy obligations it has to satisfy. This is the layer that’s easiest to skip because nothing breaks visibly when it’s missing, until an audit, an incident or a regulator asks who’s responsible.

  • Ownership as a first-class question. Every approved AI solution needs a named owner accountable for its behavior, not an assumption that whoever built it is still watching it.
  • Compliance obligations tracked per solution. Data residency, industry-specific regulation and internal policy requirements should be checked at approval and re-checked as a solution’s usage evolves, not assumed to hold indefinitely.
  • Vendor sprawl. Multiple teams independently contracting different engines — Copilot, Gemini, Claude — for materially the same use case isn’t resilience; it’s redundant spend and redundant risk surface. Multi-engine strategies are legitimate when deliberate and matched to real capability differences; they’re a governance failure when they’re just an artifact of teams choosing in isolation.
  • Infrastructure sprawl. The same pattern plays out at the cloud layer: AI workloads landing on different clouds (AWS, Azure, GCP) not from deliberate architecture, but because different teams defaulted to whatever platform they already knew. Multi-cloud is a legitimate strategy when it’s intentional; it’s a governance gap when it’s an accident of who built what, where.

Foundational practices (start now):

  • Assign and document an accountable owner for every approved AI solution at the time it clears the gate.

Emerging practices (industry still maturing):

  • Build periodic re-certification into the governance cycle, confirming a solution’s scope, owner and compliance posture are still accurate, not just correct at launch.

Pillar 4: Business value

Context, scaling, security and governance answer how AI gets adopted responsibly. This pillar answers why a given solution deserves that investment in the first place, why an existing solution requires AI transformation and to what level. A value that justified a solution at approval time can erode as usage patterns shift, as the systems it touches change or as the business problem it was built for evolves. Treating business value as a one-time answer at approval, rather than something revisited as a solution scales, is how organizations end up maintaining AI capabilities long after the case for them has quietly disappeared.

  • Transform existing systems into AI-enabled ones based on business need and known value. Replace them with AI-native systems only when replacement delivers better ROI, and the replacement is still technical and business-significant and scalable, and clears the same context foundation and the security and governance pillars.
  • Revisit the value case at the same cadence you revisit context, not just at initial approval.
  • Retire or re-scope solutions whose usage no longer matches the business justification that got them approved.

The business case

This isn’t a compliance argument. It’s a speed argument. Organizations that build context, scaling, security and governance in from the start scale faster, because they aren’t spending next year unwinding this year’s shortcuts. Cloud-smart didn’t slow federal cloud adoption; it made it durable. The same will be true here.

The vision

This isn’t about fear or slowing anyone down. It’s about making sure the AI adoption happening right now is still standing, secure and without a mountain of technical debt. That’s what “smart” means.


Read More from This Article: AI-smart, not AI-first
Source: News

Category: NewsSeptember 17, 2026
Tags: art

Post navigation

NextNext post:AI agents should retrieve facts, not define them

Related posts

AI agents should retrieve facts, not define them
September 17, 2026
AI failures are inevitable. So is the CIO getting blamed.
September 17, 2026
The CIO-Legal partnership will define the future of enterprise AI
September 17, 2026
The 7 new Cs of IT leadership for the AI era
September 17, 2026
Digital transformation fails without this culture shift
September 17, 2026
Salesforce’s massive outage exposes the hidden risks of cloud dependencies
September 17, 2026
Recent Posts
  • AI-smart, not AI-first
  • AI agents should retrieve facts, not define them
  • AI failures are inevitable. So is the CIO getting blamed.
  • The CIO-Legal partnership will define the future of enterprise AI
  • The 7 new Cs of IT leadership for the AI era
Recent Comments
    Archives
    • September 2026
    • August 2026
    • July 2026
    • June 2026
    • May 2026
    • April 2026
    • March 2026
    • February 2026
    • January 2026
    • December 2025
    • November 2025
    • October 2025
    • September 2025
    • August 2025
    • July 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
    • June 2024
    • May 2024
    • April 2024
    • March 2024
    • February 2024
    • January 2024
    • December 2023
    • November 2023
    • October 2023
    • September 2023
    • August 2023
    • July 2023
    • June 2023
    • May 2023
    • April 2023
    • March 2023
    • February 2023
    • January 2023
    • December 2022
    • November 2022
    • October 2022
    • September 2022
    • August 2022
    • July 2022
    • June 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • July 2021
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • August 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • July 2018
    • June 2018
    • May 2018
    • April 2018
    • March 2018
    • February 2018
    • January 2018
    • December 2017
    • November 2017
    • October 2017
    • September 2017
    • August 2017
    • July 2017
    • June 2017
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • January 2017
    Categories
    • News
    Meta
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Tiatra LLC.

    Tiatra, LLC, based in the Washington, DC metropolitan area, proudly serves federal government agencies, organizations that work with the government and other commercial businesses and organizations. Tiatra specializes in a broad range of information technology (IT) development and management services incorporating solid engineering, attention to client needs, and meeting or exceeding any security parameters required. Our small yet innovative company is structured with a full complement of the necessary technical experts, working with hands-on management, to provide a high level of service and competitive pricing for your systems and engineering requirements.

    Find us on:

    FacebookTwitterLinkedin

    Submitclear

    Tiatra, LLC
    Copyright 2016. All rights reserved.