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: 18.29 bullets/day  ·  Next 14 days: 20.5/day  ·  +12.1%

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-19, back-graded each Sunday against actuals.

  1. orchestration persona orchestrator orchestrators0.41/day+413.3%
    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.
    • Multi-Channel Orchestration API Develop a tool-serving layer to manage parallel tasks and simultaneous API calls across interfaces, utilizing the MCP (Model Context Protocol) to standardize how agents collaborate and share resources across…
  2. provenance revocation cryptographic erasure0.63/day+339.9%
    What’s being proposed
    • Provenance and Traceability Engines Infrastructure that generates decision trace logging with full provenance chains, enabling compliance teams to verify autonomous decisions in trading or healthcare.
    • Provenance-Aware Memory Store Develop a state persistence layer where memory fragments are cryptographically tagged to their source, allowing the system to perform "selective flushes" of corrupted state to mitigate memory poisoning.
    • Ephemeral Artifact Provenance Engine Implement a tracking system based on PROV-AGENT that leverages W3C PROV to map the lineage of ephemeral tool-execution artifacts. This allows for the deterministic deletion of resources once the binding session expires.
  3. capability exec task replace0.3/day+302.9%
    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.
  4. enforcement deterministic policy llm0.5/day+246.5%
    What’s being proposed
    • Deterministic Policy Layers Implement runtime engines using OPA/rego, Cedar, or YAML to intercept agent actions at sub-millisecond latency (<0.1ms p99), treating tool-calls as untrusted syscalls.
    • Deterministic Governance Kernel Implement a runtime enforcement layer for OpenClaw that replaces prompt-based guardrails with non-LLM policy engines to eliminate "ambient authority" and ensure sub-millisecond, deterministic policy enforcement.
    • Deterministic Pre-action Interceptor Develop a validation layer that shifts the security boundary from RLHF-based linguistic refusal to a structural check of functional intent [Thesis 2]. This interceptor must validate tool calls against strict schemas…
  5. isolation proxy gvisor credential0.23/day+226.6%
    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.
  1. byte nanotag tripwires granular0.1/day-88.1%
    What’s being proposed
    • Byte-Granular Secret Tripwires Integrate NanoTag's approach to provide byte-level overflow detection, preventing adversaries from leaking fragments of a secret within the same 16-byte MTE granule.
    • Hybrid Granularity Monitor Integrate "tripwire" granules to overcome the 16-byte hardware limit of MTE. Implementing a NanoTag approach allows the substrate to trigger software-based byte-granular detection only when a tripwire is hit…
    • Byte-Granular Detection Systems Expanding on the NanoTag "tripwire" approach to bridge the precision gap between hardware tagging and ASAN.
  2. instruction pim zmalloc linearizing0.02/day-84.6%
    What’s being proposed
    • User-Level Zero-Copy Bridge Leverage the SMMU (System Memory Management Unit) to enable user-initiated transfers between Valkey and the SLM input buffer.
    • Aligned zmalloc Wrapper Extend Valkey's zmalloc interface to ensure memory allocations are cache-line aligned and padded, preventing false sharing during multi-threaded transfers to the SLM.
    • PIM-Aware compiler Develop a compiler capable of identifying instruction-level offloading candidates for Processing-In-Memory (PIM). Utilizing HMC-atomic instructions can double speedups for bandwidth-constrained workloads by reducing…
  3. bdi reinforcement learning0.02/day-84.2%
    What’s being proposed
    • Environmental Tree-Search Wrappers Implement best-first tree search for Autonomous Agents to improve success rates in interactive environments.
    • Agentic Layering Broad research into agentic reasoning distinguishes between foundational capabilities (tool use, search), self-evolving reasoning (feedback and adaptation), and collective multi-agent coordination.
    • BDI-ML Hybrid Orchestrator Combine Belief-Desire-Intention (BDI) logic for high-level reasoning with Reinforcement Learning (RL) for low-level optimization, utilizing a symbolic wrapper to enforce immutable laws [Thesis 2, Thesis 5].
  4. mte pointer capability tags0.31/day-81.8%
    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.
    • Memory-Safe Runtime Integrate ARM MTE (Memory Tagging Extension) into the substrate to provide hardware-level detection of buffer overflows and use-after-free vulnerabilities, ensuring the non-Turing-complete runtime cannot be subverted…
    • Wasm Capability Passing Replace blocklist-based restrictions in Pyodide with a strict capability-passing architecture where resources are inaccessible unless a handle is explicitly passed.
  5. steering fp8 mla deepseek0.05/day-81.2%
    What’s being proposed
    • Latent-Bottleneck Steering Kernels Build kernels that apply steering vectors directly to the compressed latent vector $c_{KV}$. This avoids the memory expansion required by traditional steering, maintaining the bandwidth efficiency that allows MLA to…
    • FP8 Steering Pipelines Develop a steering layer—similar to the EmoSteer architecture—that operates within the FP8 quantized PV computation pipeline. This is critical to prevent the steering process from becoming a memory-bandwidth bottleneck.
    • Native Integration Models like DeepSeek-V2 and DeepSeek-V3 use MLA to reduce KV cache size by 93.3%, enabling a 5.76x increase in maximum generation throughput.
Provenance: Published 2026-05-19
// GENERATED FROM A LIVE OBSIDIAN VAULT · CLOUDFLARE PAGES · DRAFTED WITH AGENTS
← back to Forecasts