Notes

The athletic director's newest deputy

Every athletic director in Division I has a deputy for revenue, a deputy for operations, and a deputy for compliance. A new one is joining the cabinet whether we planned for it or not: the autonomous agent.

5 min read Sep 4, 2026·Updated Sep 9, 20263 viewsAICollege AthleticsAutonomous AgentsStrategy

Every athletic director in Division I has a familiar leadership table: a deputy for internal operations, a deputy for revenue and fundraising, a deputy for compliance and student-athlete wellbeing.

A new deputy is joining the cabinet. It doesn't have a corner office on the eighth floor, it doesn't recruit donors at the pre-game tailgate, and it doesn't take vacation.

It is the autonomous software agent. And while college sports hasn't decided if it's ready for a new kind of leader, it's going to get one either way. It's just a question of how fast.

The Math Changed#

The economics of modern college athletics tightened overnight. Between the House settlement, direct revenue sharing with student-athletes, roster limitations, and conference realignment, every athletic department in the country is feeling the exact same operational squeeze.

At the exact moment operating margins compressed, the administrative overhead of running eighteen to thirty varsity sports exploded.

For thirty years, the athletic department playbook for emerging complexity was simple: when a new obligation arrived—NIL tracking, portal compliance, dynamic ticket pricing, digital asset syndication—you either hired two more coordinators or bought another $40,000 SaaS subscription.

Neither of those levers works anymore. Headcount is capped by budget realities, and departments are already drowning in twenty-five disconnected software logins that don't talk to each other.

The Chatbot Trap#

When most athletic administrators hear "AI," they think of a widget on the bottom right of their website answering questions about parking lots, or a coordinator prompting an LLM to draft a golf outing invitation.

That is consumer AI. It is helpful, but it doesn't change the operating leverage of an athletic department.

The real shift is agentic work: autonomous software systems capable of perceiving an operating state, selecting from a strict set of deterministic tools, executing work across disconnected databases, and verifying their own results against institutional policy.

When you stop treating AI as a text generator and start treating it as an administrative operating layer, you realize the newest deputy's job isn't creative. It's operational triage.

Where Departments Actually Bleed Time#

Athletic departments rarely fail because of bad strategy. They bleed time in the connective tissue between systems:

  1. Game Day Handoffs: Facilities enters a lightning delay in an operations tool; game ops updates the field clock; sports information manually blasts social and push notifications; ticketing adjusts gate scanners; concessions pauses beer sales. Today, five humans text each other in a group chat to sync five software dashboards.
  2. Asset Routing: Photographers dump 3,000 RAW images onto a media server at halftime of a football game. Who tags the corporate sponsor on the field goal net, identifies the NFL alumni standing on the sideline, and routes watermarked cut-downs to the student-athletes' phones within three minutes?
  3. Financial Reconciliation: Cross-referencing university ERP ledgers against team travel expense cards, matching in-flight per diems against roster travel limits, and catching missing folios before accounts payable freezes an assistant coach’s card while they're on a recruiting trip in Dallas.

None of this requires human genius. It requires high-context, deterministic execution.

In my private engineering lab, I run self-hosted agent runtimes and orchestration frameworks (like Paperclip, Hermes, and OpenClaw) on dedicated local hardware. The single biggest lesson from running these systems is that agents cannot be managed with loose chat prompts. They require strict contracts:

  • Explicit tool schemas: The agent can only execute audited actions (e.g., reconcile_travel_roster(), dispatch_fan_alert(), verify_sponsor_asset()).
  • Fail-closed boundaries: If an API response is ambiguous or an expense violates a policy threshold, execution immediately halts and asks for human sign-off.
  • Coordination ledgers: When multiple specialized agents collaborate, they log to a shared state ledger so every single action has an immutable audit trail.

Ranked List

Where does an athletic department bleed time first?

The deputy's first job should be the biggest time sink. Rank these, then add the one eating your department.

  1. 01

    Asset routing

    3,000 halftime photos tagged, sponsors identified, and watermarked cut-downs routed to the right phones within minutes.

  2. 02

    Financial reconciliation

    Travel cards and per diems matched against ledgers and roster limits before accounts payable freezes a card mid-recruiting trip.

  3. 03

    Game-day handoffs

    Lightning delay in the ops tool, field clock, social blasts, gate scanners, and beer sales all synced by five humans in a group chat.

  4. 04

    NIL and portal monitoring

    Continuous watch on eligibility windows, deadlines, and disclosures across compliance portals.

  5. 05

    Ticket-office triage

    Dynamic pricing, promo codes, and refund queues cleared without a coordinator copy-pasting between four tools.

What the Newest Deputy Owns#

If you were to write the job description for this role, it wouldn't sit in campus central IT, and it wouldn't be an "AI coordinator." It functions as an executive peer in the cabinet with three clear mandates:

1. Fleet & Security Governance#

Collegiate athletics handles sensitive student-athlete FERPA records, trainer and medical logs under HIPAA, high-net-worth donor portfolios, and proprietary scouting evaluations. The newest deputy ensures all agentic runtimes are private, isolated, and fail-closed. You never pipe protected student-athlete data into public model training loops.

2. The Operational Spine#

Athletics departments run on fractured systems: ticketing, marketing automation, donor CRM, compliance portals, video storage, and campus general ledgers. The agentic deputy doesn't buy another SaaS platform; it builds the connective tissue that allows specialized software agents to bridge those silos directly.

3. Rescuing Staff from Spreadsheet Paralysis#

The objective is never to replace human relationships—college athletics is fundamentally a business of trust, coaching, and mentorship. The objective is to eliminate administrative drag. When an assistant director of marketing doesn't spend four hours copy-pasting email lists across three tools, they spend four hours sitting with local business owners selling premium inventory.

The Pacing Question#

Every conference realignment cycle and legal settlement forces college athletics to professionalize. Those who resist the shift will spend the next five years drowning in administrative overhead while their peers run lean, hyper-responsive front offices.

College sports doesn't need more people who just talk about AI. It needs practitioners who know the field, understand where the friction lives, and are willing to build the systems that do the work.

Share
Vote0
3 views