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.86 bullets/day  ·  Next 14 days: 21.63/day  ·  +3.7%

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

  1. bpftime kernel ebpf userspace0.27/day+269.0%
    What’s being proposed
    • Split-Kernel Data Plane Integration Integrate this harness into a Split-Kernel architecture, similar to SKernel, where the control plane handles the initial descriptor authorization and the data plane executes the in-kernel copy to avoid user-space…
    • User-Space ebpf Runtimes Implement binary rewriting via bpftime to execute uprobes and syscall hooks in user space by eliminating dual context switches.
    • Hybrid Userspace/Kernel Runtimes Implement logic substrates using bpftime to move uprobes and syscall hooks into userspace. This architecture yields a 10x performance increase over kernel-native uprobes by eliminating dual context switches and…
  2. trust sanitization untrusted prompt0.27/day+265.7%
    What’s being proposed
    • Prompt Flow Integrity (PFI) Frameworks Implementations of PFI that provide agent isolation and secure untrusted data processing to create "hard" guardrails.
    • Parser-Safe Schema Registry Create a library of hardened configurations for common agent languages, specifically targeting known "footguns" in parsers (such as those in Go) that have been used to bypass authentication in production systems.
    • Request-Flow Integrity Layer Building a verification shim to ensure that the destination capability remains invariant across the parsing chain.
  3. jit proxy exfiltration isolation0.2/day+199.4%
    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.
    • Defense-in-Depth Integration Combine gVisor for kernel-level workload isolation with credential proxy sidecars and strict network egress allowlists.
    • Zero Trust Execution Wrappers A production environment utilizing gVisor for kernel-level workload isolation and credential proxy sidecars.
  4. memory discard update retrieve0.17/day+175.0%
    What’s being proposed
    • Semantic-Spatial Memory Plane Following the WorldMAP framework, the state map should be structured as a shared navigation plane that converts raw state updates into semantic-spatial memory. This reduces the search space for the agent by…
    • Transactional "Read-Think-Write" Substrate Develop a memory layer that guarantees read-after-write consistency to resolve the "Context Wall". This prevents "digital amnesia" by providing a structured, real-time memory layer that maintains transactional…
    • Topological Filesystem Mapping Investigate applying the Louvain Engine's community detectionto the plain-text substrate to organize memory into "Logic Rooms." This replaces flat RAG with a crystalline logic graph to eliminate "lost-in-the-middle"…
  5. state rollback recovery agent0.36/day+149.6%
    What’s being proposed
    • Semantic Verify-Rollback Loop Develop a scheduling-based verification layer inspired by LLM-42. The system would decode candidate state-changes on a fast path and use a "verify-rollback" loop to commit only those that are deterministic and…
    • 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.
    • Deterministic state Handoffs Replace natural language agent transitions with Weft's typed model. By treating agents as native primitives that persist and manage state via explicit edges, the system can eliminate "agent amnesia" during…
  1. gadgets prototype property ghunter0.04/day-91.0%
    What’s being proposed
    • Symmetry-Enforced Runtime Substrate Develop a runtime that decouples the prototype chain from instance state. This would eliminate the "universal gadgets" found in Node.js and Deno—which currently allow attackers to inject properties into root…
    • Constraint-Aware Property Caches Implement a property lookup mechanism based on the dynamic property cache modelthat validates every access against a "Policy-Defined Constraint" layer. This would avoid the "slow path" performance penalties typically…
    • Automated Gadget Mapping Tools Expand the GHunter pipelineto automatically map the relationship between "benign" runtime code and attacker-controlled properties, creating a formal library of "forbidden" state transitions.
  2. accelerator cca cpu opencca0.06/day-78.2%
    What’s being proposed
    • Low-Latency Inter-Agent Fabrics Implement CAEC (Confidential Shared Memory) on Arm CCAto facilitate inter-CVM data exchange. This eliminates the need for hypervisor-accessible memory and encryption/decryption cycles, reducing CPU overhead.
    • Heterogeneous Attestation Controllers Build management layers similar to HETEE that utilize PCIe ExpressFabric to dynamically compartmentalize compute tasks. This would allow an agent to validate a plan in a CPU-based Intel SGX or AMD SEV enclave and…
    • Confidential Accelerator Bridge Develop a secure I/O path based on the ACAI model to extend Arm CCA security invariants to GPUs and FPGAs. This treats accelerators as first-class abstractions, removing the need to move sensitive data back into the…
  3. measurement race attestation allocation0.1/day-76.3%
    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…
  4. synthesis ast reflection code0.14/day-75.4%
    What’s being proposed
    • Verified AST-Native Synthesis Build a synthesis pipeline based on Katara to automatically generate verified CRDTs from sequential AST transformations. The primary engineering goal is closing the "performance gap" between these synthesized…
    • Automated hardware Synthesis Build pipelines using eHDL to convert unmodified eBPF/XDP programs into FPGA designs. This removes the CPU bottleneck and achieves line-rate forwarding.
    • Association-Based Synthesis Engines Build tools based on the Optimus model that utilize eBPF and association analysis to dynamically enforce a minimal set via covert container renewal.
  5. formally fggm generative guarded0.18/day-74.9%
    What’s being proposed
    • Recursive Verification Harness Build a checkpoint-based evaluation mechanism derived from the GTA-2 benchmarkto decompose the goal of a synthesized tool into verifiable sub-goals.
    • Hybrid Verification-Refinement Loops Integrate Formal Verification and counterexample-guided refinement—currently used for hardware design synthesis—with SketchGCD. This would allow blackbox SLMs to treat initial outputs as "sketches" that are…
    • Deterministic Verification Loop To mitigate the probabilistic nature of synthesized weights, implement a closed-loop "propose $\to$ verify $\to$ reject" architecture. A generative agent proposes synthesis parameters and a deterministic backend…
Provenance: Published 2026-05-23
// GENERATED FROM A LIVE OBSIDIAN VAULT · CLOUDFLARE PAGES · DRAFTED WITH AGENTS
← back to Forecasts