JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Research architecture guide

Decision-Native Agent Runtime

A bilingual research design and partial runtime prototype for option-space virtualization, paged context, fault recovery, and local replanning; several schedulers, resolvers, and live-Jev evaluations remain unimplemented or incomplete.

Original by 6Mikao9Agent workflowsRepository README and linked design documentsSource reviewed

Before you dive in

What you’ll find in the original

  1. Virtualize large option spaces into pages with reserved controls and explicit call budgets rather than overloading one decision.
  2. Manage layered memory by decision impact and replan only the dependency-local region invalidated by a change.
  3. Distinguish ambiguous options, missing options, and insufficient information because each failure needs a different recovery action.
Worth knowing

This source mixes implemented prototypes with research proposals. Async prefetch, learned replacement, a cross-space resolver, unified option/context scheduling, and long live-Jev evaluation are not implemented; saved full-dialogue and speed experiments use a local top-1 proxy, not Jev for each token.