Skip to main content

AI in IT and Software

PM: Read in full โ€” 15 min

The IT and Software Industry Contextโ€‹

Software and IT teams are among the earliest and deepest AI adopters. The output of their work โ€” code and text โ€” is directly in-domain for language models, and they're often the teams building AI tools for other industries. This creates a feedback loop: internal AI use builds the organizational literacy needed to deploy AI externally.

High-Value Use Casesโ€‹

Developer Productivityโ€‹

AI coding assistants embedded in editors and terminals are now standard infrastructure at many software organizations. Productivity gains concentrate in:

  • Boilerplate reduction: schema definitions, CRUD operations, test fixtures, configuration โ€” code that follows patterns the model has seen many times
  • Code comprehension: understanding unfamiliar codebases, legacy systems, or third-party libraries
  • Documentation generation: docstrings, API documentation, README updates

Where productivity gains are overstated: novel algorithmic work, complex business logic, and code requiring understanding of organizational context the model hasn't seen.

By 2026, 84% of developers report using AI coding tools regularly, and AI now accounts for approximately 41% of all code written.1 The productivity gains are real โ€” but so are the verification costs: 66% of developers report that AI-generated outputs look correct but fail testing when reviewed closely.2

DevOps and Infrastructure Automationโ€‹

AI assists with infrastructure-as-code generation (Terraform, Kubernetes manifests, CloudFormation templates), CI/CD pipeline configuration, and monitoring query generation.

The pattern: describe what you want (an autoscaling group with health checks and minimum 3 instances), receive a template, review and adjust. Faster than referencing documentation for infrequent operations.

Security Analysisโ€‹

Static analysis of code for common vulnerability patterns โ€” SQL injection, insecure deserialization, path traversal, missing authentication โ€” is increasingly AI-assisted. Models identify logic-level vulnerabilities that traditional static analysis tools miss.

Important caveat: AI security analysis produces false positives and misses vulnerabilities requiring system-level context. Use as a complement to, not a replacement for, security review.

Customer Support and Internal Knowledge Basesโ€‹

IT organizations frequently deploy AI Q&A systems over internal documentation, runbooks, incident histories, and knowledge bases. This is a direct RAG application:

  • Index internal documentation
  • Allow employees to ask natural language questions
  • Return answers grounded in documentation with citations

Highest value: onboarding new employees, incident response support, and answering repeat questions that currently require expert time.

Incident Responseโ€‹

AI models with access to log data and runbooks assist during incidents by surfacing relevant procedures, identifying similar past incidents, and drafting incident communications. The value is speed โ€” reducing the time between alert and meaningful diagnostic action.

The Agentic Shift in Software Organizationsโ€‹

By 2026, every major AI coding assistant launched autonomous agent capabilities. GitHub Copilot Agent Mode (February 2026), Cursor background agents, and Replit Agent 3 can autonomously write, test, and iterate across an entire codebase with minimal human input. Agentic coding increases throughput substantially โ€” but introduces a new organizational challenge: AI-generated code now arrives faster than most teams can review it.3

For software organizations building out their AI tooling strategy, this creates an asymmetry: the generation side scales automatically, but the review and verification side does not. The organizations getting the most value from agentic tools are investing equally in automated test coverage, security scanning, and code review capacity โ€” not just in the agents themselves.

Industry-Specific Limitationsโ€‹

Security of code generation: AI coding assistants may suggest vulnerable code patterns, particularly for cryptographic operations and authentication. Security review is not optional.

IP and licensing: AI-generated code has unclear intellectual property status in many jurisdictions when training data included copyrighted code. Organizations should have a clear policy.

Reliability for critical systems: AI-generated infrastructure code requires the same testing and review rigor as hand-written code. The model doesn't understand your specific production environment.

PM Takeaway

Software organizations have an adoption advantage: they can run internal AI use on their own systems before deploying to customers. This "eat your own cooking" approach builds organizational AI literacy and surfaces failure modes before external exposure.

Footnotesโ€‹

  1. Index.dev. (2026). "Top 100 Developer Productivity Statistics with AI Tools 2026." https://www.index.dev/blog/developer-productivity-statistics-with-ai-tools โ†ฉ

  2. GetPanto.ai. (2026). "AI Coding Productivity Statistics 2026: Gains, Tradeoffs, and Metrics." https://www.getpanto.ai/blog/ai-coding-productivity-statistics โ†ฉ

  3. Faros AI. (2026). "Best AI Coding Agents for 2026: Real-World Developer Reviews." https://www.faros.ai/blog/best-ai-coding-agents-2026 โ†ฉ