Skip to content
ETIS
COMP 330 PROFESSIONAL PAPER SERIES
COMP-WP-001

Why Software Engineering Matters More in the AI Era

A Professional Orientation for COMP 330

Core Thesis

Artificial intelligence is making software easier to produce and harder to trust. The engineers who matter most will not be those who can generate the most code. They will be the people who can turn accelerated production into systems that are understandable, reviewable, testable, secure, operable, and accountable.

Executive Summary

Software engineering is entering a period of rapid change. Generative AI can already explain unfamiliar code, produce implementations, draft tests, propose architectures, review pull requests, and create documentation. Coding agents can accept an issue, inspect a repository, modify multiple files, run tools, execute tests, and return a pull request for human review.

This does not make software engineering obsolete. It changes where the difficult work lives. When code becomes cheaper to produce, the scarce capabilities become understanding the real problem, expressing precise intent, designing coherent systems, supplying authoritative context, evaluating generated work, controlling authority, managing risk, operating production systems, and defending decisions with evidence.

COMP-WP-001 introduces the professional standard of COMP 330. Students will work in teams, use a GitHub repository as the engineering system of record, use AI throughout the lifecycle, and mature one project through two development cycles. Demonstrations matter, but engineering evidence matters more: requirements, decisions, issues, pull requests, reviews, tests, release records, operational thinking, and honest disclosure of limitations.

The paper explains why working code is not the same as engineered software. A demo shows that one path worked once. Professional engineering asks whether the system can be understood, changed, reviewed, tested, governed, recovered, and trusted under real conditions.

The central message is direct: the future belongs neither to engineers who reject AI nor to people who accept its output passively. It belongs to engineers who use AI aggressively while remaining fully responsible for the system.

Why Read This Paper?

COMP-WP-001 is the professional orientation for COMP 330. It explains the direction of the profession, the standard the course will hold, and why repository-centered, evidence-centered, team-based engineering matters more as AI capability increases.

After reading it, you should be able to:

  • explain why software engineering matters more when code generation becomes easier;
  • distinguish programming from full-lifecycle software engineering;
  • explain how AI raises the burden of verification, integration, and accountability;
  • understand why the model is not the system;
  • describe the repository as the team’s engineering workspace;
  • explain how evidence supports trustworthy engineering claims;
  • understand why professional teamwork and review are essential;
  • describe the purpose of the two development cycles;
  • use AI professionally through disclosure, verification, and human ownership;
  • identify what employers will increasingly need from software engineers.

Key Topics

Software Engineering Education AI-Assisted Engineering Professional Judgment Repository-Centered Engineering Engineering Evidence Professional Teamwork Responsible AI Use Two-Cycle Development Operational Readiness Portfolio Development Career Preparation COMP 330

Intended Audience

COMP 330 Students Computer Science Students Software Engineering Students Early-Career Engineers Software Engineering Instructors Academic Program Leaders Engineering Mentors Employers and Industry Partners

What the Paper Examines

  1. The software-engineering profession at an AI inflection point.
  2. Why coding remains essential but is not the whole profession.
  3. How AI raises the engineering bar.
  4. Why the model is not the system.
  5. The repository as the engineering workspace.
  6. Evidence as the basis for trustworthy claims.
  7. Professional teamwork, role ownership, and review.
  8. Two development cycles as a model for engineering maturity.
  9. Professional AI use through disclosure, verification, and ownership.
  10. Career preparation, course expectations, and the COMP 330 commitment.

Relationship to ETIS

Citation

IEEE

W. T. O’Connell, “Why Software Engineering Matters More in the AI Era: A Professional Orientation for COMP 330,” COMP 330 Professional Paper Series, COMP-WP-001, ver. 1.0, Fall 2026.

APA 7th Edition

O’Connell, W. T. (2026). Why software engineering matters more in the AI era: A professional orientation for COMP 330 (COMP-WP-001, Version 1.0). Engineering Trustworthy Intelligent Systems.

Chicago

O’Connell, William T. “Why Software Engineering Matters More in the AI Era: A Professional Orientation for COMP 330.” COMP 330 Professional Paper Series, COMP-WP-001, version 1.0. Fall 2026.

BibTeX

@techreport{oconnell2026softwareengineeringmatters,
  author      = {William T. O'Connell},
  title       = {Why Software Engineering Matters More in the AI Era: A Professional Orientation for COMP 330},
  institution = {Engineering Trustworthy Intelligent Systems},
  type        = {COMP 330 Professional Paper},
  number      = {COMP-WP-001},
  year        = {2026},
  note        = {Version 1.0, Fall 2026},
  url         = {https://etisframework.org/publications/education-papers/comp-wp-001/}
}

Version History

Version Date Status Notes
1.0 Fall 2026 Current Initial publication.