AI agents are 95% software engineering: the foundation-first playbook for enterprise systems

ManagementNews

Build foundations before you tune prompts

AI agents don’t ship as magic; they ship as systems. The enterprise-ready path is heavy on identity, governance, data contracts, observability, and scalable infra—then the AI sits neatly inside. Community feedback underscores the point, with real-world teams prioritizing IAM, GDPR-grade controls, and AI-ready data models before any prompt polish.

Points clés

  • Alex Wang argues that building AI agents is “5% AI + 95% software engineering,” emphasizing system architecture over prompt tricks.
  • Enterprise agent platforms hinge on core rails: identity and access management, document filtering and governance (ACLs, redaction, PII masking), schema mapping and data contracts, human-in-the-loop escalation, and infra that scales across vector and SQL.
  • Production readiness requires observability, evals, guardrails, cost controls, and audit logs to meet reliability and compliance expectations.
  • Agents should be treated like APIs that can reason, demanding fine-grained access control, storage separation of structured and unstructured knowledge, tracing, fallback routing, lineage, and flows that connect document pipelines with model orchestration (MCP, tools, integrations).
  • The core directive: before tuning prompts, build the foundations.
  • Wang links to an open-source GitHub framework used to run multi-agent systems, inviting enterprises to explore and adopt.
  • Engagement signals include 1,819 reactions and 90 comments, reflecting broad practitioner interest in engineering-first agent design.
  • In fintech, Benjamin Sicard (Fipto) highlights success with AI-ready data: dbt semantic models for governed metrics, IAM with row/column ACLs, and PII tokenization; he flags friction around identity and access, data contracts, and observability/evals.
  • Practitioners from Red Hat and others reinforce that robust planning and engineering make or break agent reliability.
  • GDPR and data privacy concerns surface prominently in comments, with calls for leaders and best practices in document governance for agentic AI.

À retenir

If you’re new to agents, start unsexy: nail IAM, data contracts, and governance before you let anything think. Separate your knowledge stores, wire in tracing and fallbacks, and turn on evals and cost controls—your future audit will feel less like a horror movie and more like a cozy procedural. Only then sprinkle prompt tuning on top, like salt, not like the entire meal.

Sources