JOUNES // FORECASTS
Home  ·  Projects  ·  Essays  ·  GitHub  ·  LinkedIn  ·  Email
// RESEARCH-RATE FORECAST

Research-rate forecast

TimesFM 2.0 · zero-shot · 14-day horizon
Last 7 days: 20.71 bullets/day  ·  Next 14 days: 22.76/day  ·  +9.9%

What this is

A continuously-running pipeline reads recent AI-infrastructure research — arXiv abstracts, GitHub repos, HN threads, lobsters, OpenAlex — and extracts concrete "what to build" suggestions from each. Those suggestions are clustered nightly by topic (BERTopic over the embedded text). Each cluster's daily volume is fed through a zero-shot time-series model (TimesFM 2.0) which predicts the next 14 days.

The numbers below are bullets per day — one bullet is one extractable engineering suggestion from one source. Rising clusters indicate where the AI-infrastructure community is converging next; declining ones lose attention. Predictions made 2026-05-20, back-graded each Sunday against actuals.

  1. orchestration persona orchestrators orchestrator0.32/day+319.1%
    What’s being proposed
    • Agentic Orchestration Harnesses Carnelian (Kordspace) utilizes a capability-based security model to orchestrate autonomous AI agents, treating capabilities as the primary mechanism for safe task execution and workspace automation.
    • Capability-Based AI Orchestrators Build runtimes like Carnelian that utilize capability-based security to orchestrate autonomous agents, ensuring that agents only possess the minimal authority required for specific tasks.
    • Modular FPCC Orchestrator An open framework that allows Autonomous Agents to specify and certify program modules using disparate type systems or program logics, which are then linked into a fully certified system.
  2. isolation proxy jit gvisor0.27/day+265.7%
    What’s being proposed
    • Runtime Secret Scanners Develop security layers with lifecycle hooks that monitor for outbound secret patterns and enforce domain-tier restrictions on outbound requests to prevent credential exfiltration.
    • Hardened Argument Validation Layer Integrating gVisor kernel-level isolation with credential proxy sidecarsto ensure that agents cannot access raw secrets required for storage partition keys, effectively removing the raw material needed for privilege…
    • Defense-in-Depth Integration Combine gVisor for kernel-level workload isolation with credential proxy sidecars and strict network egress allowlists.
  3. recovery state management rollbacks0.23/day+226.0%
    What’s being proposed
    • Atomic state Recovery Runtimes Develop a runtime utilizing Clawstack's memory and disk snapshotting to enable deterministic rollbacks and "time-travel debugging" for autonomous agent failures.
    • Transactional Belief Store Create a state management layer using Pydantic schemas to enforce type-safety, incorporating "Time Travel" transactional rollbacks to prevent corruption during autonomous loops.
    • Adaptive Event Encoder Build a dual-encoder system based on the PLEASING frameworkthat uses an adaptive gated mechanism to weigh historical events against global concurrent events.
  4. capability exec task minimum0.37/day+157.7%
    What’s being proposed
    • Dynamic Argument Scoping Engine Building on the Aethelgard concept of a Capability Governor, a framework is needed to dynamically scope which CLI flags and mount options are available based on the task's "minimum viable capability set". This…
    • Capability-Based Access Replace the fs-bridge.ts canonical path validationand the apply_patch workspace logicwith a capability-based access model. This removes the need for repeated string parsing and prevents vulnerabilities like…
    • Runtime Isolation Implement a software-defined capability model to replace the current exec pipeline. This addresses the structural weakness where command identity is incorrectly assumed to be recoverable via lexical parsing.
  5. rust polling comparative durable0.15/day+146.4%
    What’s being proposed
    • Naked Executor for ARM64 Build a polling-based runtime using the RawCoroutine traitto replace standard Rust Waker mechanics. This removes hidden background overhead and provides deterministic latency required for execution.
    • Durable Execution Layer Integrate Weft's Rust-based durable executorinto the OpenClaw runtime. This replaces the standard "while-loop" architecturewith a system capable of pausing for hours or days for human approval without losing state.
    • Translation Validator Develop a validator to verify the output of aggressive -O3 optimizations. This ensures that the Rust compiler's optimization passes do not alter the semantics of the unsafe code required for computed gotos.
  1. automata substrates homoiconic approximate0.03/day-92.2%
    What’s being proposed
    • Automata Reverse-Engineering Build interactive tools using Evidence-Driven State-Merging (EDSM) algorithms to recover the underlying finite state automata from noisy latent-space transitions, allowing human experts to guide the state-merging…
    • Minimalist Unifying Substrates Homoiconic C (HC) utilizes a uniform representation of code and data to simplify the transformation of complex structures. This allows for the construction of higher-level abstractions that can approximate continuous…
    • Mutable state Substrates Implement a minimalist, homoiconic language—similar to Homoiconic C—that treats all constructs uniformly. This reduces the complexity of modeling discrete systems by allowing the agent to build higher-level…
  2. moe prefetcher experts expert0.09/day-83.4%
    What’s being proposed
    • Direct-to-Metal Kernel Dispatcher A replacement for the standard execution model to reduce the CPU-bound orchestration latency that currently limits high-TFLOPS hardware.
    • Routing-Aware Prefetcher Implement a predictive loader that analyzes token streams to pre-stage experts from DDR to HBM. This targets the latency gap in MoE architectures where only a fraction of parameters are active per token, reducing the…
    • Kernel-Resident I/O Routines Offload high-frequency background tasks, such as LSM-tree compaction, by combining io_uring and ebpf.
  3. distillation mathematical reification articulation0.23/day-80.2%
    What’s being proposed
    • Deterministic Cognitive Engine A Competitive Mixture of Experts (CMoE) framework based on Functional Language Logic (FLL). Instead of probabilistic MLPs, this engine should utilize parameterized mathematical functions (linear, parabolic, and…
    • Minimalist Language of Thought (LoT) A closed logical system restricted to a minimal operational character set (e.g., an 8-token limit) to isolate internal computation from the ambiguities of natural language and guarantee paradox-free reasoning.
    • Host Interpreter Layer A decoupled articulation model that translates the abstract logical vectors of the rir into human-readable text, functioning as a translation layer between the rir system and the user.
  4. mte pointers pac compartmentalization0.13/day-77.5%
    What’s being proposed
    • MTE-Backed Secret Substrate Implement a system on AmpereOne processorsthat utilizes MTE to create isolated, short-lived memory windows for secrets.
    • WASM-Sovereign Bridge Integrating the substrate with WebAssembly using a Cage-inspired toolchainwould combine MTE for spatial/temporal safety with Pointer Authentication (PAC) to prevent leaked pointers from being reused across different…
    • MTE-Backed Capability Substrate Implement an in-process access control scheme that retrofits ARM MTE to enforce compartmentalization. This replaces identity-based checks with pointer-tag validation, ensuring an agent cannot perform a mutation…
  5. tagging collision deterministic tag0.07/day-75.7%
    What’s being proposed
    • Deterministic Secret Tagging Implement compiler-level static analysis for deterministic taggingto ensure secret-bearing memory regions cannot be accessed via tag collision.
    • Deterministic Zoning for High-Assurance Modules Because ARM MTE is probabilistic, critical modules (e.g., cryptography, authentication) require deterministic zoning rather than random tagging to prevent adversaries from treating the defense as a hurdle.
    • Deterministic Tagging Engine Replace the standard 4-bit statistical taggingwith a zone-based assignment system. By pairing MTE tags with memory zones (zometag), the substrate can achieve deterministic spatial safety, eliminating the collision…
Provenance: Published 2026-05-20
// GENERATED FROM A LIVE OBSIDIAN VAULT · CLOUDFLARE PAGES · DRAFTED WITH AGENTS
← back to Forecasts