AIKernel.NET
version: 0.0.5 / status: Refactor / edition: Draft / published: 2026-06-05 / updated: 2026-06-05

English version: IComputationalComplexityGate

IComputationalComplexityGate

Responsibility

task が現在の model execution budget に収まるか、または delegate / decompose / clarify / deny すべきかを、推論開始前に deterministic に判定する境界を定義する。

Key Members (Draft)

Member Type Description
EvaluateAsync ValueTask<ComplexityGateResult> deterministic な TaskComplexityProfileModelExecutionBudget に照らして評価する。

Admission-control / routing の参照は ../../use-cases/AIKernel_UseCaseCatalog-jp.md を参照する。

Notes

  • complexity extraction は deterministic かつ replayable でなければならない。
  • model budget 外の task を stochastic inference へ楽観的に渡してはならない。

Changelog

  • v0.0.5 (2026-06-05): pre-inference computational-complexity gate contract を追加。

This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/governance/IComputationalComplexityGate-jp.md and should be read together with the surrounding category pages in the side navigation.

Source: architecture/interfaces/governance/IComputationalComplexityGate-jp.md