Skip to content

[research] Agentic Necessity Test #15324

@mnkiefer

Description

@mnkiefer

Using the principle that agentic workflows should be reserved only for irreducible decision-making or tasks not cleanly implementable as deterministic GitHub Actions, analyze all workflows in .github/workflows in this repo.

Definitions:

  • Pure Agentic: Requires non-trivial AI decision-making and cannot reasonably be implemented as static YAML/scripts.

  • Deterministic: Can be fully implemented with static logic, with stable outputs and no meaningful loss of capability.

  • Hybrid: Deterministic orchestration with localized AI reasoning components.

For each workflow:

  1. Classify as Pure Agentic, Hybrid, or Deterministic.
  2. Justify the classification briefly.
  3. Identify whether any agentic components could be reduced to deterministic logic.
  4. Identify whether any deterministic components could be elevated to agentic reasoning.

Focus on architectural necessity, cost efficiency (token/time overhead), stability over time, and replaceability with regular GitHub Actions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions