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

Research-rate forecast

TimesFM 2.0 · zero-shot · 14-day horizon

What this is

A continuously-running pipeline (ReefResearch) reads AI-infrastructure research — arXiv abstracts, GitHub repos, HN threads, lobsters, OpenAlex — and extracts concrete engineering suggestions from each source. Those suggestions are clustered nightly by topic using BERTopic over their embeddings, producing themed clusters. Each cluster's daily emit rate is then fed through TimesFM 2.0 — Google's zero-shot time-series foundation model — to produce a 14-day forward forecast per cluster.

The numbers below are bullets per day: one bullet = one extractable engineering suggestion from one source. Rising clusters signal topics the AI-infrastructure community is converging on; declining ones are losing attention. Forecast made 2026-05-26, refreshed nightly as new research lands.

Caveats: zero-shot means no fine-tuning on this corpus — accuracy improves as history grows (meaningful calibration after ~30 days). This forecasts the pipeline's output rate, not the field's publication rate. Back-grading against actuals runs weekly; calibration is the artifact, not the headline numbers.

Last 7 days: 21.29 bullets/day  ·  Next 14 days: 20.02/day  ·  -6.0%
  1. sleep compute time pre0.29/day+293.2%
    What’s being proposed
    • Compute-Optimal Allocators Develop orchestration layers that adaptively allocate test-time compute based on prompt difficulty to maximize resource efficiency.
    • Hybrid Disaggregation Orchestrator Build a scheduler that implements "partially disaggregated prefill", partitioning the initial prefill stage on lower-power cores and overlapping the remaining prefill and decode stages on high-performance nodes to…
    • Parallelized Inference Engine Integrate a PIPE (Parallelized Inference Pre-Execution Engine) to allow ML models in ONNX format to be called with atomic guarantees via TEE or ZKML verification, removing the congestion of traditional SDK-mediated…
  2. skill discovery packages refactoring0.25/day+245.9%
    What’s being proposed
    • Skill Routine Registry A library of predefined, multi-step behavioral templates (e.g., test-driven-fix or dependency-migration) that encapsulate sequences of atomic tool calls. This reduces the number of reasoning turns required for…
    • Hot-Expert Cache Develop a residency manager that pins coding-specific experts identified during "Expert Mode"execution. This prevents the "interconnect thrashing" associated with loading trillion-parameter weights during…
    • Recursive Expansion Loop Implement a three-stage cycle (search, register, execute) to replace static toolsets with a dynamic registry that grows across sessions.
  3. retrieval vector graph search0.49/day+240.9%
    What’s being proposed
    • Active Structural Memory Implement indexing pipelines that move beyond vector embeddings to map imports, dependencies, and inheritance using AST parsing and graph storage (e.g., neo4j).
    • Artifact-Linked Knowledge Graphs Build indices that link code entities directly to repository artifacts, such as issues and pull requests, to enable path-based reasoning across the development lifecycle.
    • Blended Episodic Retriever Develop a retrieval pipeline combining dense vector indexes for semantic overlap and sparse encoder indexes for precise keyword matching of trajectory IDs. This reduces "semantic dissipation" and ensures that highly…
  4. capability exec task shell0.21/day+208.6%
    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. deterministic enforcement policy millisecond0.44/day+204.7%
    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…
  1. subword gcd decoding grammars0.08/day-85.2%
    What’s being proposed
    • Subword-Aligned Constraint Engines Implement decoding algorithms like DOMINOor XGrammarto eliminate the performance overhead and accuracy degradation caused by misaligned sub-word vocabularies. By partitioning vocabulary into context-independent and…
    • Structure-Aware Transformers Construct an architecture that replaces standard subword tokenization with specific AST node granularity, mapping latent trajectories directly to syntactic structures to improve prediction accuracy over baseline NTP.
    • Optimized GCD Engines Build a Grammar-Constrained Decoding (GCD) engine that utilizes fast offline preprocessing to reduce the time required to align subword tokenizers with context-free grammars (CFGs).
  2. measurement race attestation allocation0.07/day-83.7%
    What’s being proposed
    • Attestation Supervisor Develop a privileged monitor leveraging ptrace() to inspect and verify the allocation tags of processes in separate address spaces, providing a hardware-rooted audit trail of memory access.
    • Command Footprint Analyzer Develop a tool to compare the byte-count of a standard API dispatch against a pre-recorded execution pattern (similar to CUDA Graphs). This will reveal exactly how many bytes of "boilerplate" the driver inserts for…
    • Hybrid hardware Monitors Integrate LO-FAT's non-stalling control-flow attestationwith HardScope's run-time scope enforcementor LiteHAX's data-flow tracking. This would create a unified RISC-V primitive capable of detecting both ROP/JOP and…
  3. dmti precompiled toolchains instrumentation0.1/day-83.0%
    What’s being proposed
    • Legacy Binary Instrumentation Pipelines Build toolchains similar to DMTI to enable MTE protections in precompiled C/C++ binaries without requiring source code access.
    • Automated Migration Toolchains Develop extended LLVM compilersthat automate the transition of legacy C/C++ codebases to capability-based addressing, specifically focusing on the separation of data-structure protection from OS-level page-based…
    • Binary-Aware Instrumentation Deploy a DMTI-based workflow using Ghidra and DynamoRIO to enable MTE in precompiled binaries without source access.
  4. process capability retrofit compartmentalization0.12/day-79.4%
    What’s being proposed
    • Capability-Sealed Brokers Integrate CapSeal's mediation architecturewith MTE-based in-process compartmentalizationto ensure agents trigger hardware-validated capabilities rather than exporting secret strings.
    • Capability-Based In-Process Access control Retrofit MTE and PAC to implement a capability-based scheme for in-process compartmentalization, providing an ARM-native alternative to x86 PKU.
    • Capability-Based Compartmentalization Develop in-process access control frameworks that retrofit MTE and Pointer Authentication (PA) to implement a capability-based security model.
  5. cuda nvm non accelerators0.06/day-78.5%
    What’s being proposed
    • Contiguous Virtual Memory Managers Implement vAttention-style memory management to decouple virtual and physical memory allocation using CUDA APIs, reducing the programming overhead associated with non-contiguous layouts.
    • SIMT-Aware Instrumentation Expand the experimental CUDA/SYCL attachmentto address the "observability gap" in GPU memory models. This requires building mechanisms that handle the non-coherent memory architecture of accelerators, which currently…
    • NVM-Based Computational Primitives Develop adapters deployed on Non-Volatile Memory (NVM) crossbarsto perform real-time operations without the energy cost of moving massive weight matrices from memory to processor.
Provenance: Published 2026-05-26
// GENERATED FROM A LIVE OBSIDIAN VAULT · CLOUDFLARE PAGES · DRAFTED WITH AGENTS
← back to Forecasts