Back to newsletter
·Daily digest

🔬 Research Pulse

Daily Digest

August 06, 2026


🤖 AI

🧠 LLMs

1. Argus: A General-Purpose Agentic Runtime for Long-Horizon Reasoning

Authors: Boxiu Li, Zimo Wen, Yijia Fan... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can a fixed-weight LLM system achieve long-horizon reasoning that persists on productive trajectories yet pivots on failure, without retraining model weights, by evolving runtime state instead?

Summary: Argus is a fixed-weight agentic runtime with four bounded roles (Manager, Planner, Engineer, Reviewer) operating over durable project state, admitting new memories/skills/routes only after role-owned review and task-native verification. It demonstrates that self-evolution through persistent runtime state — not weight updates — can materially improve efficiency and outcomes across coding, math, and research pipelines.

Key Results: On SWE-Bench Pro, Argus scores ~78% vs 59% for Direct Copilot (using 1.41x tokens). Post verification-gated self-evolution, mature SWE-Bench waves consume 21% fewer solve-input tokens and 15% less workflow time than startup waves, with 34 verifier recoveries and 22 review-loop rescues. Also 76.8% on AARRI-Bench, +28.0-point gap on mathematical data synthesis, 254 missions across 6 paper pipelines with 16 stage rollbacks, and an RWKV6 kernel merged upstream.

Key Findings:

  • Verification-gated self-evolution reduces solve-input tokens 21% and workflow time 15% between startup and mature waves
  • Role-separated review with retained rejected routes produces measurable recovery (34 verifier + 22 review-loop rescues)
  • Fixed-weight harness beats direct Copilot by ~19 points on SWE-Bench Pro at 1.41x token cost, and generalizes across 7 arenas plus real artifacts (upstreamed kernel, 254 paper-pipeline missions)

Technical Novelty: Separation of stable user intent from operational objectives/constraints/verifiers, combined with role-owned admission gates for memories/skills/procedures/routes — enabling self-evolution via runtime state rather than weight updates, and explicitly retaining falsified/rejected routes as first-class artifacts.

What's New: Prior agent frameworks either retrain weights or treat runtime state as ephemeral scratchpad. Argus makes runtime state itself the locus of learning, with explicit role-owned admission gates and preserved falsified routes, positioning self-evolution as a control-policy problem rather than a training problem.

Extension Opportunities:

  • Use the structured trajectories (with rejected routes and verifier signals) as training data for RL fine-tuning of smaller open-weight models
  • Port the Manager/Planner/Engineer/Reviewer role split to domain-specific runtimes (e.g., biology wet-lab planning, legal drafting) with domain-native verifiers
  • Build an open-source implementation of the durable project-state layer and role-owned review gates as a framework atop existing agent SDKs

Replicability: No code or data release mentioned in the abstract. Reproduction would require GPT-5.5-class model access, the multi-role harness implementation, benchmark harnesses (SWE-Bench Pro, AARRI-Bench), and substantial compute for multi-wave runs plus GPU-kernel and LM-training experiments.

Research Gaps:

  • No ablation reported in the abstract isolating which mechanism (role split, verifier gating, rejected-route retention) drives the gains
  • Unclear how the approach degrades with weaker base models or without task-native verifiers available

2. Optimizing What Policies Learn From: Recoverability-aware Rollout Intervention Learning

Authors: Zheyuan Zhang, Manqing Mao, Hong Wang... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can critic-free group-based RL for LLM post-training allocate rollouts more efficiently by deciding where, how, and how much to intervene, rather than using fixed heuristics that don't adapt as the policy evolves?

Summary: RAIL is a training-time framework that learns an adaptive policy for how to spend rollout budget during critic-free RL post-training of LLMs, modeling intervention selection as a contextual bandit trained via a shadow-to-live procedure. It reportedly produces more informative, less redundant rollouts and improves downstream performance under fixed rollout budgets.

Key Results: The abstract claims RAIL 'consistently improves performance under limited rollout budgets' across multiple settings, evaluated on effectiveness, adaptivity, expressiveness, and efficiency. No specific benchmark names, datasets, or numerical improvements are cited in the abstract.

Key Findings:

  • Fixed-heuristic intervention strategies fail to adapt as the underlying policy evolves during training
  • A learned recoverability controller can jointly decide where, how, and how many rollouts to generate, outperforming count-only adaptive methods
  • Shadow-to-live training lets the controller keep learning alongside the evolving policy without destabilizing it

Technical Novelty: Framing rollout intervention as an online contextual-bandit problem with a learned 'recoverability controller' trained via a shadow-to-live procedure — so the controller keeps adapting as the policy changes, and explicitly decides where/how to intervene rather than only how many rollouts to generate.

What's New: Prior adaptive-rollout methods use fixed heuristics and only tune rollout counts; RAIL learns the intervention policy itself online and controls where/how to intervene, treating rollout generation as a bandit problem grounded in per-intervention improvement.

Extension Opportunities:

  • Apply the recoverability controller to tool-use / agentic RL settings where intervention points map to tool calls or subgoal boundaries
  • Combine RAIL with process reward models so recoverability estimates are informed by step-level correctness signals rather than only outcome improvement
  • Extend the shadow-to-live procedure to multi-turn or long-horizon tasks where intervention timing (not just count) has compounding effects

Replicability: The abstract does not mention code, data, or model release. Reproducing would require an LLM post-training stack (GRPO-style critic-free RL), rollout generation infrastructure, and bandit-training code — likely multi-GPU compute comparable to standard RLHF/GRPO experiments.

Research Gaps:

  • No abstract-level detail on how recoverability is measured or how the controller generalizes across task distributions
  • Unclear whether gains hold at frontier scale or only in the limited-budget regime tested

3. DelusionEval: Measuring Delusion-Linked Behaviors in AI Chatbots

Authors: Jared Moore, Andrea Mock, Yifan Mai... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can we systematically measure the tendency of LLM chatbots to exhibit behaviors that promote or reinforce user delusions, particularly in extended real-world conversations where 'delusional spirals' may emerge?

Summary: DelusionEval is a new evaluation protocol that measures whether LLMs reinforce user delusions, built from 12,591 real messages from 18 users who experienced psychological harm. It finds that model size, recency, and reasoning capability do not reliably reduce delusion-linked behaviors, and that longer conversation contexts substantially worsen them across all major model families.

Key Results: Introduced DelusionEval, testing models on 589 unique conversation histories from 18 participants (12,591 messages) drawn from real users who experienced psychological harm. Key measured results: rate of failing to discourage self-harm when user expresses suicidal ideation rose from 30.0% to 41.1% when 350 additional prior messages were prepended. Delusion-linked behavior did not reliably correlate with model size, release date, or test-time reasoning. All major families (GPT, Claude) exhibited substantial rates of harmful behavior.

Key Findings:

  • Delusion-linked behavior does not correlate reliably with model size, release date, or presence of test-time reasoning
  • Longer context (adding 350 prior messages) increased failure-to-discourage-self-harm from 30.0% to 41.1%, showing context length is a first-order safety variable
  • All model families (GPT, Claude, etc.) show substantial rates of delusion-linked behaviors; within families, newer/larger/reasoning variants are not uniformly safer

Technical Novelty: Prior LLM safety evals rely on synthetic or single-turn prompts. This work uses real conversation histories from users who actually experienced psychological harm, and specifically isolates the effect of context length on unsafe behavior — showing degradation as conversations grow, which single-turn benchmarks systematically miss.

What's New: First evaluation grounded in real-world episodes of psychological harm rather than synthetic scenarios, and one of the first to systematically quantify how conversation-context length degrades safety-relevant behavior.

Extension Opportunities:

  • Build a real-time 'delusion-risk' classifier/guardrail that monitors conversation drift and triggers intervention or handoff to human support when reinforcement patterns emerge
  • Extend the benchmark to multi-turn RL fine-tuning: use DelusionEval trajectories as negative examples in DPO/RLHF to reduce delusion-linked completions without degrading helpfulness
  • Study cross-lingual and cross-cultural variants — collect equivalent conversation histories in other languages/cultural contexts to test whether delusion-linked behaviors generalize

Replicability: The abstract does not mention public code or data release; given the sensitive nature (real users' delusional conversations, 18 participants), data access is likely restricted or IRB-gated. Compute needs are modest — inference-only evaluation across 589 conversations per model, feasible on standard API budgets; no training required.

Research Gaps:

  • No mechanism proposed for mitigating context-length-driven safety degradation during long conversations
  • Small participant pool (n=18) limits demographic and clinical generalization; unclear how findings transfer to other vulnerable populations or non-English users

🦾 ROBOTICS

1. BridgeVLA++: A Data-Efficient, Generalizable, and Memory-Augmented Vision-Language-Action Framework for 3D Manipulation

Authors: Peiyan Li, Yuze Zhu, Yixiang Chen... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can 3D vision-language-action (VLA) models for robot manipulation be made data-efficient, generalizable under distribution shift, and capable of reasoning over past observations (memory-dependent tasks) — limitations that existing 3D VLA methods suffer from?

Summary: BridgeVLA++ augments the BridgeVLA framework — which aligns pre-trained VLM inputs/outputs via multi-view projection and heatmap prediction — with a unified spatio-temporal memory module that captures persistent spatial context and interaction history. This yields a 3D VLA that is simultaneously data-efficient, generalizable to distribution shifts, and capable of memory-dependent manipulation, validated across single-arm, bimanual, and multi-platform real-world settings.

Key Results: BridgeVLA++ achieves state-of-the-art performance on two challenging memory-dependent manipulation benchmarks without sacrificing data efficiency or generalization. It demonstrates strong performance on spatial manipulation tasks with robust generalization, works in bimanual manipulation settings, and is validated on an additional real-world robotic platform. Specific numeric results are referenced on the project website but not enumerated in the abstract.

Key Findings:

  • Adding spatio-temporal memory to a 3D VLA does not degrade its data efficiency or generalization — the two properties can coexist when VLM alignment is preserved
  • State-of-the-art results on two memory-dependent manipulation benchmarks demonstrate that explicit observation history matters for a meaningful class of manipulation tasks
  • The framework transfers to bimanual settings and a second real-world robot platform, indicating the architecture generalizes across embodiments

Technical Novelty: The core novelty is a unified spatio-temporal memory architecture bolted onto BridgeVLA that models both persistent spatial context and temporal interaction history, while preserving the input-output alignment trick (project point clouds to multi-view images, predict intermediate heatmaps before actions) that gives BridgeVLA its data efficiency. Prior 3D VLAs either lacked explicit memory or sacrificed pre-trained VLM alignment when adding temporal reasoning.

What's New: Prior 3D VLAs treated each observation independently or bolted on ad-hoc temporal encoders that broke VLM alignment. BridgeVLA++ is the first to unify data-efficient VLM-aligned 3D action learning with an explicit, persistent spatio-temporal memory in a single architecture.

Extension Opportunities:

  • Extend the spatio-temporal memory architecture to support longer horizons or hierarchical memory (episodic + semantic) for multi-hour manipulation tasks
  • Integrate the memory-augmented VLA with active perception — letting the robot decide which past views to re-attend to for ambiguous scenes
  • Adapt the point-cloud-to-multi-view projection + heatmap alignment pipeline to mobile manipulation or humanoid platforms where viewpoints shift continuously

Replicability: Project website is provided (https://bridgevla-plus.github.io/) suggesting code/checkpoints likely released. Compute is not specified in the abstract but training a VLM-backed 3D VLA typically requires multi-GPU setups (8+ A100s) and access to manipulation benchmarks (likely RLBench, COLOSSEUM, plus memory-dependent benchmarks referenced).

Research Gaps:

  • The abstract does not quantify memory horizon limits — how many past frames the architecture can effectively reason over remains open
  • Generalization is claimed but the specific distribution-shift axes (lighting, object novelty, scene layout, embodiment) are not enumerated

2. DreamWAM: Beyond RGB Future Prediction for World Action Models

Authors: Shanglin Yuan, Weiheng Zhao, Xin Shi... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can World Action Models (WAMs) learn more robust action-relevant representations when RGB-only future prediction entangles task-relevant state transitions with nuisance variations like texture, illumination, background, and viewpoint?

Summary: DreamWAM extends World Action Models beyond RGB future prediction by jointly modeling motion, geometry, and semantics through gated residual branches during training, while keeping inference RGB-only. This produces action policies substantially more robust to lighting, background, and layout perturbations in both LIBERO and real-world manipulation.

Key Results: DreamWAM improves matched RGB-only baselines on LIBERO from 97.30% to 98.40% (no-rollout) and 98.00% to 98.90% (joint video-action). Gains are larger under LIBERO-Plus perturbations: 51.36%→63.44% and 69.16%→75.47%. In real-world manipulation, DreamWAM achieves 74.4% average success across unseen lighting/background/layout changes vs 55.6% for Fast-WAM-Joint.

Key Findings:

  • Beyond-RGB supervision (motion/geometry/semantics) yields larger gains under distribution shift than on in-distribution tasks, indicating better generalization
  • Shared attention between VideoDiT and ActionDiT lets action learning benefit from richer future-state signals without runtime cost
  • Real-world robustness gap widens dramatically (74.4% vs 55.6%) under unseen conditions, showing the representation matters more than raw prediction

Technical Novelty: Reformulates future prediction as structured multi-modal world modeling using joint latent denoising of RGB+motion with lightweight gated residual branches for geometry and semantics, shared via attention between VideoDiT and ActionDiT — with all beyond-RGB branches disabled at inference to keep deployment RGB-only.

What's New: Prior WAMs entangle task-relevant transitions with visual nuisances by predicting only RGB futures. DreamWAM factorizes the future into appearance, motion, geometry, and semantics as complementary supervisory signals — a structured multi-view world model rather than a monolithic pixel predictor — while retaining RGB-only deployment.

Extension Opportunities:

  • Extend the multi-view supervision (motion, geometry, semantics) to bimanual or dexterous manipulation tasks where fine-grained contact geometry matters more
  • Explore adding tactile or force modalities as additional 'beyond-RGB' branches for contact-rich tasks
  • Investigate distillation of the beyond-RGB knowledge into smaller edge-deployable policies for real-time robotics

Replicability: Code and models publicly released at https://github.com/hustvl/DreamWAM. Reproduction likely requires multi-GPU training for diffusion transformer (VideoDiT+ActionDiT) plus LIBERO benchmark setup and a real robot arm for the manipulation evaluations.

Research Gaps:

  • Optimal weighting/curriculum across the four modality branches and which contributes most under different perturbation types is not deeply analyzed
  • Evaluation is limited to LIBERO and one real-world setup; long-horizon and highly deformable/contact-rich tasks remain untested

3. PRIMAL3: Pathfinding via Reinforcement and Imitation Multi-Agent Learning - Leveraging LaCAM3

Authors: Chengyang He, Tanishq Duhan, Gadiel Sznaier Camps... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can learning-based multi-agent pathfinding (MAPF) scale to ultra-large agent counts while handling topologically critical states (bottlenecks, dead ends, persistent conflicts) where existing learned policies fail to coordinate decisively?

Summary: PRIMAL3 is a learning-based MAPF framework that fuses topology-aware agent features, dual same/different-direction communication graphs, entropy-gated LaCAM3 imitation during training, and PIBT-based action refinement at inference. It scales learned MAPF to unprecedented city-scale settings with 100,000 agents and is validated on physical robots.

Key Results: PRIMAL3 substantially outperforms state-of-the-art learning-based MAPF baselines and scales to ultra-large city-level instances of up to 100,000 agents. Feasibility demonstrated on physical robotic systems, with ablation studies validating individual component contributions (topology features, dual graph communication, LaCAM3-guided training, PIBT refinement). Specific benchmark numbers are not detailed in the abstract.

Key Findings:

  • Confidence-triggered expert intervention (invoking LaCAM3 only for high-entropy/uncertain agents) is more sample-efficient than uniform imitation learning.
  • Separating agent interactions into same-direction following and different-direction conflict graphs improves coordination around bottlenecks compared to a single unified graph.
  • A priority-aware PIBT refinement layer preserves collision-freeness at inference without requiring the expensive LaCAM3 solver to run online.

Technical Novelty: The combination of (1) topology-aware per-agent features from cut vertices and dead-end regions, (2) two complementary interaction graphs separating same-direction following from different-direction conflict via masked attention, (3) policy-entropy-triggered LaCAM3 interventions with label-smoothed imitation only for uncertain agents during training, and (4) priority-aware PIBT refinement at inference using learned/persistent/distance priorities — removing LaCAM3 from the inference path.

What's New: Prior learning-based MAPF methods (including PRIMAL/PRIMAL2) struggle at topologically critical states and don't scale beyond thousands of agents. PRIMAL3 is novel in explicitly encoding graph topology (cut vertices, dead ends) as agent features, in using dual interaction graphs, and in the selective, entropy-driven use of LaCAM3 as a training-only teacher paired with a lightweight PIBT inference refiner.

Extension Opportunities:

  • Extend the topology-aware feature set (cut vertices, dead-end regions) to dynamic/changing environments where graph topology evolves at runtime, such as warehouses with shifting shelves.
  • Replace LaCAM3 as the expert teacher with other suboptimal-but-fast MAPF solvers (e.g., EECBS, PBS) to study which expert biases produce the best learned policies.
  • Apply the same-direction/different-direction dual-graph communication pattern to other multi-agent domains like autonomous driving intersections or drone swarm coordination.

Replicability: Project page exists (marmotlab.github.io/PRIMAL3/) suggesting code likely available. Reproduction requires substantial compute for RL training at scale plus LaCAM3 solver integration during training rollouts; inference is lighter since LaCAM3 is not needed. Ultra-large evaluations (100K agents) would need significant memory but no GPU at test time.

Research Gaps:

  • No reported optimality gap or comparison against pure LaCAM3/optimal solvers on smaller instances to quantify the quality trade-off.
  • Generalization to heterogeneous agents, dynamic obstacles, or continuous-space kinodynamic constraints is not addressed.

💻 COMPUTE

1. CommBench: Can LLMs Write Correct and Efficient GPU Communication Code?

Authors: Shuang Ma, Yuyi Li, Yihan Zhang... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: Can current LLM code generation models produce correct and efficient GPU communication code, and how do we rigorously benchmark this capability?

Summary: CommBench introduces a 100+ task benchmark for evaluating LLMs on GPU communication programming, covering point-to-point, collectives, expert-parallel, and compute-communication fusion primitives, with automated execution on NVLink and RDMA hardware. Evaluation shows frontier models struggle badly — even GPT-5.5 only succeeds on 30.7% of tasks — exposing systems programming as a major frontier for code LLMs.

Key Results: Built CommBench with 100+ expert-curated tasks across 5 categories (P2P, collectives, expert-parallel, compute-communication fusion, utilities) evaluated on both NVLink (intra-node) and RDMA (inter-node) platforms. Demonstrated that even the strongest frontier model, GPT-5.5, only achieves correct implementation and competitive performance on 30.7% of tasks, exposing a large gap between LLM output and expert-written GPU communication code.

Key Findings:

  • GPT-5.5, the strongest evaluated model, only produces correct and competitive-performance code on 30.7% of tasks
  • There is a substantial capability gap between LLMs and human GPU-communication experts, especially for compute-communication fusion and expert-parallel patterns
  • A joint correctness + performance metric on real multi-GPU hardware reveals failures that unit-test-style benchmarks would miss

Technical Novelty: First benchmark specifically targeting GPU communication primitives (as opposed to general CUDA kernels or single-GPU code), combined with a cheat-resistant execution harness that validates on real multi-GPU hardware and a unified metric fusing functional correctness with achieved bandwidth/latency.

What's New: Prior code benchmarks (HumanEval, KernelBench, etc.) focus on single-device or general algorithmic code; CommBench is the first to target distributed GPU communication primitives with a cheat-resistant, hardware-in-the-loop evaluation that jointly scores correctness and communication throughput.

Extension Opportunities:

  • Fine-tune or RL-train a code model on NCCL/RCCL/MSCCL corpora using CommBench as reward signal to close the correctness-performance gap
  • Extend the benchmark to emerging interconnects (NVLink 5, CXL, UALink) and heterogeneous accelerators (AMD MI300, TPU ICI) to test generalization beyond NVIDIA-centric primitives
  • Add an agentic harness that iteratively profiles, diagnoses bottlenecks, and refines generated kernels — measuring whether tool use closes the 70% gap

Replicability: Abstract does not confirm public code/data release. Reproduction would require a multi-GPU node with NVLink plus a multi-node RDMA cluster (InfiniBand/RoCE) — non-trivial infrastructure typically only available at well-funded labs or cloud HPC tiers.

Research Gaps:

  • LLM training data appears sparse in NCCL/RCCL/collective-communication idioms and RDMA-aware code paths
  • Lack of tooling for LLMs to reason about topology-aware algorithm selection (ring vs tree vs double-binary-tree) and overlap of computation with communication

2. MCHA: A Memory-Centric Hierarchical Architecture for Parallel-Sequential Computing

Authors: Daijing Shi, Hongxiao Zhao, Yihan Fu... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can hardware architectures overcome global buffer saturation and memory-bound bottlenecks in parallel-sequential workloads (MARL, neuromorphic computing, probabilistic graphical models) that suffer from irregular data access patterns centralized to main memory?

Summary: MCHA is a reconfigurable memory-centric hierarchical hardware architecture with an event-driven programming model designed for parallel-sequential workloads. It offloads inter-core communication from global memory to a distributed routing hierarchy, delivering up to 2456x speedup over A100 GPUs on MARL while cutting main memory access from 96% to 5.44%.

Key Results: MCHA achieves 153.06x to 2456.96x speedup over NVIDIA A100 GPUs on MARL workloads, reduces main memory access from 96% to 5.44%, and in 28nm synthesis occupies 2.92mm^2 with 115.36 mW power at 200 MHz. Validated via an open-source cycle-accurate simulator across MARL, motor variable control, and Markov random field benchmarks.

Key Findings:

  • Hierarchical distributed inter-core routing reduces main memory access by ~18x (96% -> 5.44%), addressing the core bandwidth bottleneck
  • Event-driven conditional triggers effectively overlap data transmission with compute in parallel-sequential pipelines
  • Achieves three-to-four orders of magnitude speedup vs A100 on MARL while remaining flexible across neuromorphic and probabilistic graphical model workloads at only 2.92mm^2 / 115.36 mW in 28nm

Technical Novelty: Combines a memory-centric hierarchical communication fabric that enables distributed inter-core routing (avoiding global memory hotspots) with a novel event-driven conditional-trigger programming model that hides data transmission latency within the execution pipeline — specifically tuned for parallel-sequential (not purely SIMD or dataflow) patterns.

What's New: Unlike prior accelerators optimized for dense SIMD/systolic patterns or pure dataflow, MCHA co-designs a hierarchical memory-centric fabric with a parallel-sequential programming abstraction specifically targeting workloads whose sequential dependencies fragment across parallel agents (MARL, MRF sampling, motor control).

Extension Opportunities:

  • Port MCHA's event-driven conditional trigger programming model to FPGA prototypes to validate real-world latency numbers beyond cycle-accurate simulation
  • Extend the hierarchical inter-core routing scheme to support emerging workloads like graph neural network inference or sparse transformer attention
  • Build a compiler/DSL front-end that automatically maps PyTorch MARL models onto MCHA's parallel-sequential execution primitives

Replicability: Open-source at https://github.com/carabdis/MCHA including a cycle-accurate simulator. Reproduction requires only standard compute for simulation; full silicon reproduction would require 28nm ASIC fabrication access. Benchmarking against A100 requires GPU access.

Research Gaps:

  • Comparison is primarily against A100 GPUs; head-to-head evaluation against other reconfigurable/neuromorphic accelerators (Loihi, SpiNNaker, Groq) is not established
  • Scalability to larger multi-chip deployments and behavior under real DRAM (vs simulated) latency remain unverified

3. Real-time decoding of quantum error correction codes using high-performance computing

Authors: Lingling Lao, Qiang Wang, Yuanqi Liu... Published: 2026-08-04 | Citations: 0 arXiv | PDF

Research Question: How can quantum error correction decoding meet the microsecond real-time latency requirements at scale (large code distances, many logical qubits) without data backlog, given that on-QPU decoders lack sufficient compute?

Summary: The paper introduces THQLink, an HPC-QPU integration architecture using the TH-Express interconnect for real-time quantum error correction decoding. It measures 2.944 μs round-trip latency and demonstrates 1 μs/round matching-based decoding of surface codes up to distance 19 on CPUs via a parallel window strategy, providing a scalable path to fault-tolerant quantum computing on quantum-centric supercomputers.

Key Results: Demonstrated THQLink architecture achieving 2.944 μs average round-trip latency between HPC and QPU control system over TH-Express, with only 130 ns incremental overhead per additional hop. Achieved real-time decoding at 1 μs per QEC round for surface codes up to distance 19 using a matching-based decoder on CPUs with a parallel window strategy.

Key Findings:

  • Average round-trip HPC↔QPU latency of 2.944 μs with 130 ns per additional network hop
  • CPU-based matching decoders can achieve the 1 μs/round budget for surface codes up to distance 19 when parallel window decoding is used
  • TH-Express-based networking is adaptable across quantum technologies and control stacks, enabling a general framework rather than technology-specific hardware

Technical Novelty: First tightly-integrated HPC-QPU decoding architecture built on TH-Express interconnect achieving sub-3μs round-trip, combined with a parallel window strategy that lets standard CPU matching decoders scale to distance-19 surface codes in real time — prior work either used dedicated on-chip decoders limited in scale or offline decoding.

What's New: Rather than building specialized decoding ASICs/FPGAs, the paper repurposes HPC infrastructure and a supercomputer-class interconnect (TH-Express) to meet QEC's microsecond deadline, unifying real-time decoding with hybrid quantum-classical workload offloading in one framework.

Extension Opportunities:

  • Port the matching-based decoder to GPUs/FPGAs within the THQLink framework to push beyond distance 19 or reduce per-round latency below 1 μs
  • Adapt the TH-Express network layer to alternative quantum control stacks (superconducting, trapped-ion, neutral atom) and benchmark portability of the latency numbers
  • Integrate ML-based or neural-network decoders in place of matching decoders on the HPC side and compare accuracy/latency tradeoffs under the parallel window strategy

Replicability: The abstract does not mention public code or data release. Reproduction would require access to TH-Express interconnect hardware (Tianhe supercomputer family), an HPC cluster with many CPU cores for parallel window decoding, and a QPU control system — making faithful reproduction infeasible outside similar quantum-centric supercomputing facilities.

Research Gaps:

  • No demonstration beyond distance 19 or with realistic circuit-level noise on a live QPU — scaling limits of the parallel window strategy remain open
  • Decoder accuracy/logical error rate tradeoffs under the strict 1 μs budget and window-boundary effects are not characterized in the abstract

⚡ ENERGY

1. Mask-free fast patterning of organic light-emitting diode pixels using laser-assisted close-space sublimation

Authors: Subhamoy Sahoo, Jain Jose, Mani R... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can organic light-emitting diode (OLED) pixels be patterned at micrometer-scale precision without fine metal masks, while overcoming the slow processing times of existing methods for large-area substrates?

Summary: The paper introduces a mask-free OLED pixel patterning technique that combines laser heating with close-space sublimation using a donor substrate pre-patterned with absorber and reflector layers to selectively transfer organic emitter material to a receiver. The authors model the optical and heat-transfer physics governing selectivity and fabricate working OLEDs whose performance matches conventional vacuum-thermal-evaporated devices, positioning the method as a scalable alternative to fine metal mask processes for AMOLED displays.

Key Results: The authors demonstrate a laser-assisted close-space sublimation (LA-CSS) method using a donor substrate with spatially patterned absorber and reflector layers, achieving micrometer-scale pixel patterning fidelity in one- or two-step transfers. Fabricated OLED devices exhibit optoelectronic performance comparable to reference devices made via conventional vacuum thermal evaporation (VTE). Note: the abstract does not cite specific numerical benchmarks (efficiency, luminance, pixel pitch, or throughput values).

Key Findings:

  • A spatially patterned absorber/reflector donor substrate enables selective, mask-free organic transfer with micrometer-scale spatial fidelity
  • Optical and heat-transfer modeling explains the selective transfer mechanism, providing a design framework for the donor stack
  • OLED devices fabricated via this rapid transfer show optoelectronic performance comparable to conventional VTE reference devices

Technical Novelty: Prior laser-induced thermal transfer (LITT/LITI) methods rely on uniformly coated donor films with the laser defining the pattern. Here the donor itself is pre-patterned with absorber and reflector layers, so selectivity is determined by the donor's optical architecture rather than laser rastering precision — enabling one-shot area transfer with mask-free micrometer fidelity in a close-space sublimation geometry.

What's New: Shifts the patterning selectivity from the laser/mask (as in LITI or FMM) to the donor substrate's engineered optical stack, combined with close-space sublimation geometry — potentially removing the throughput bottleneck of fine metal masks on large substrates.

Extension Opportunities:

  • Scale the donor substrate design to full Gen-8+ mother glass sizes and quantify actual throughput gains vs. FMM (fine metal mask) evaporation with cycle-time measurements
  • Extend the absorber/reflector patterning to enable RGB side-by-side pixel transfer in a single pass by multiplexing wavelengths or laser scan geometries
  • Apply the same donor engineering to transfer emerging emitter classes (TADF, hyperfluorescent, or perovskite emitters) that are sensitive to thermal degradation, and characterize damage thresholds

Replicability: No code or data availability is indicated in the abstract. Reproduction would require a cleanroom with vacuum sublimation chamber, laser heating source, donor substrate patterning capability (lithography for absorber/reflector stack), and OLED device fabrication/characterization infrastructure — capital-intensive rather than compute-intensive.

Research Gaps:

  • No reported quantitative throughput comparison or demonstration on large-area (Gen-N) substrates
  • Lifetime, color purity, and side-by-side RGB integration data for full-color AMOLED are not addressed in the abstract

2. CCAT: Characterization of the first science-grade MKID array for the Prime-Cam 850 GHz module

Authors: Anthony I. Huber, Jordan Wheeler, James Burgoyne... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: Can a large-format (~38,000 detector) two-octave TiN MKID array be fabricated and characterized with sufficient yield, sensitivity, and uniformity to enable 850 GHz submillimeter polarimetry on the FYST telescope?

Summary: The paper reports the design, fabrication, and cryogenic characterization of the first science-grade TiN MKID array for the Prime-Cam 850 GHz module on FYST, achieving 99% fabrication yield. It validates a novel two-octave MKID design that enables ~38,000 polarization-sensitive detectors across three arrays via RFSoC multiplexing, on track for 2027 deployment.

Key Results: Demonstrated fabrication of the first science-grade 850 GHz MKID array with a 99% fabrication yield. Characterized resonator frequency mapping, quality factors, optical load response, and noise performance cryogenically, establishing optical efficiency, sensitivity, and uniformity metrics for the full array intended for Prime-Cam's three-array, ~38,000-detector module.

Key Findings:

  • 99% fabrication yield across the first full 850 GHz science-grade array
  • Two-octave TiN MKID design successfully implemented with RFSoC readout to maximize multiplexing density
  • Measured optical efficiency, sensitivity, and uniformity meet requirements for the highest-frequency Prime-Cam module, with 2027 first-light targeted

Technical Novelty: A novel two-octave lumped-element TiN MKID design that dramatically expands the usable resonator bandwidth per RFSoC readout line, enabling the largest submillimeter MKID count in a single instrument module to date.

What's New: First demonstration of a science-grade, two-octave-design TiN MKID array at 850 GHz at this scale — the highest submillimeter MKID density in a single instrument module ever fielded — coupled to RFSoC multiplexing.

Extension Opportunities:

  • Develop machine-learning-based resonator identification and collision-mitigation algorithms to scale two-octave multiplexing beyond ~38k detectors on the RFSoC readout
  • Build an end-to-end noise/atmosphere simulator combining the measured optical efficiency and NEP with Cerro Chajnantor site data to predict on-sky mapping speed for CMB/[CII] science
  • Extend the two-octave TiN MKID design and RFSoC readout to other submillimeter bands (e.g., 350/650 GHz modules) or adapt it for balloon/space-based FIR polarimeters like PICO

Replicability: No public code/data release is indicated; reproduction requires a submillimeter detector fabrication facility (TiN deposition, lithography), a sub-Kelvin cryostat with optical loading capability, and an RFSoC-based readout — accessible only to a handful of specialized instrumentation labs.

Research Gaps:

  • On-sky performance under real atmospheric loading at 5600 m is not yet verified; only lab cryogenic tests are reported
  • Long-term stability, cosmic-ray response, and polarization systematics of two-octave TiN MKIDs at scale remain uncharacterized

3. Direct Evidence for Robust Bulk Band Gap Across the Charge Density Wave Transition in TiSe2

Authors: Turgut Yilmaz, Anil Rajapitamahuni, Muhammad Awais Fiaz... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: Does the charge density wave (CDW) transition in TiSe2 at T_CDW = 200 K involve opening or enhancing the fundamental bulk band gap, or is it purely a lattice-driven band-folding phenomenon on a pre-existing band insulator?

Summary: High-resolution ARPES measurements of TiSe2 show the bulk fundamental band gap remains constant across the CDW transition at 200 K down to 160 K, contradicting excitonic-insulator scenarios that predict gap opening. The CDW instead produces band folding and spectral weight redistribution without perturbing band extrema, supporting a lattice-symmetry-breaking reconstruction of a pre-existing band insulator.

Key Results: Using high-resolution ARPES, the authors directly tracked bulk band edges from the normal phase down to 160 K (crossing T_CDW = 200 K) and found the fundamental band gap size remains constant across the transition. Band-folding signatures and spectral weight redistribution appear, but band extrema positions are unperturbed — ruling out a temperature-driven electronic gap-opening mechanism.

Key Findings:

  • Bulk fundamental band gap of TiSe2 is temperature-independent across T_CDW = 200 K down to 160 K
  • CDW induces clear band-folding signatures and spectral weight redistribution without shifting band extrema
  • Results are inconsistent with an excitonic-insulator gap-opening mechanism and favor a lattice-driven structural instability on a pre-existing band insulator

Technical Novelty: Prior ARPES studies of TiSe2 largely tracked surface-projected or folded bands, leaving the bulk gap evolution ambiguous. This work directly resolves the bulk band edges across T_CDW with sufficient resolution to distinguish folding-induced spectral weight from a genuine gap change — providing a direct, temperature-resolved measurement rather than inference from folded replicas.

What's New: Provides direct, bulk-sensitive ARPES evidence — rather than indirect inference from folded bands or transport — that decisively separates band folding from gap opening across a decades-old debate on TiSe2's CDW mechanism.

Extension Opportunities:

  • Apply the same bulk-sensitive ARPES protocol to related transition-metal dichalcogenides (TaS2, NbSe2, VSe2) to test whether lattice-driven folding vs. electronic gap-opening generalizes across the family
  • Combine with pump-probe trARPES to check whether ultrafast photoexcitation can transiently open a gap that the equilibrium transition does not, disentangling electronic vs. lattice timescales
  • Perform pressure- or strain-dependent ARPES to map the phase boundary between the band-insulator regime and any putative excitonic regime, testing whether the excitonic scenario survives under tuned band overlap

Replicability: No code/data availability is mentioned in the abstract. Reproduction requires access to a synchrotron ARPES beamline with high energy/momentum resolution, cryogenic sample stage spanning ~100–300 K, and cleaved high-quality TiSe2 single crystals — non-trivial experimental infrastructure but standard for condensed-matter ARPES groups.

Research Gaps:

  • Does not explain the microscopic driver of the lattice instability itself (electron-phonon coupling strength, soft-phonon character) or reconcile with prior optical/transport signatures often attributed to excitonic effects
  • Measurement stops at 160 K; behavior deep in the CDW phase and any subtle low-temperature gap renormalization remain uncharacterized

🏥 HEALTHCARE

1. Expanding Protein Structure Prediction into Conformational State Space

Authors: Devlina Chakravarty, Justin J. Miller, Da Teng... Published: 2026-08-03 | Citations: 0 arXiv | PDF

Research Question: How can protein structure prediction move beyond predicting a single dominant conformation to capturing the full ensemble of functional conformational states, their energetics, kinetics, and context-dependent responses?

Summary: The authors argue that protein structure prediction must be reformulated from single-conformation recovery to state-space inference, capturing the ensemble of functional conformations, their populations, kinetic relationships, and responses to perturbations. They review deep learning ensemble generators, physics-based simulations, and experimental-constraint integration as complementary pieces of a roadmap toward this goal.

Key Results: This is a perspective/review paper rather than an empirical study — it does not report new benchmarks or numerical results. It surveys three classes of emerging approaches (deep learning ensemble generators, physics-based MD simulations, and experimental constraint integration) and argues qualitatively that current single-structure metrics (e.g., GDT, lDDT) are insufficient proxies for functional accuracy in dynamic proteins.

Key Findings:

  • Single-structure prediction, though largely solved by AF2/AF3-class models, misses the functional essence of many proteins whose activity depends on population shifts among multiple states
  • Three technique families — ML ensemble generators, MD simulations, and experimental constraints — each address parts of the state-space problem but no unified framework yet integrates them
  • Progress requires new evaluation metrics and benchmarks focused on state populations, transition kinetics, and perturbation responses rather than coordinate RMSD to a single reference

Technical Novelty: The novelty is conceptual reframing rather than a new algorithm: it formalizes structure prediction as state-space inference — predicting accessible states, their thermodynamic populations, kinetic transitions, and perturbation responses — and articulates a unified roadmap connecting ML ensemble generators, MD, and experimental data that have so far been developed in isolation.

What's New: Unlike prior methodological papers that introduce a specific ensemble-generation trick (e.g., MSA subsampling, AlphaFlow, Distributional Graphormer), this work provides a synthesizing framework that repositions the entire field's problem statement around dynamics and context-dependence.

Extension Opportunities:

  • Build a benchmark dataset of proteins with experimentally characterized multi-state ensembles (e.g., from NMR, cryo-EM heterogeneity, HDX-MS) paired with standardized state-space evaluation metrics (state recovery, relative populations, transition barriers)
  • Develop a hybrid pipeline that uses AlphaFold-derived subsampled MSAs or Boltzmann generators to seed short MD simulations, then reweights the ensemble using sparse experimental constraints (SAXS, DEER, chemical shifts)
  • Create a context-conditioned structure predictor that takes ligand, pH, membrane, or partner-protein context as input and outputs shifted state populations rather than a single structure

Replicability: As a perspective/review, there is no primary code or dataset to reproduce. Implementing the roadmap would require substantial compute — GPU clusters for MSA-subsampled AlphaFold or diffusion-based ensemble sampling, and CPU/GPU-months for MD trajectories per protein.

Research Gaps:

  • Absence of standardized benchmarks and metrics for evaluating predicted conformational ensembles against experimental ground truth
  • No integrated framework that jointly leverages ML generators, physics-based simulation, and experimental constraints within a single inference pipeline conditioned on cellular context

2. A concentration-independent paradigm rendering weak interactions inherently quantifiable

Authors: Masahiko Yoshimura, Fuyuki Matsuda, Yoshiki Ikeda... Published: 2026-08-03 | Citations: 0 arXiv | PDF

Research Question: How can we quantitatively characterize weak (millimolar-affinity) molecular interactions that govern cellular function but fall beyond the reach of conventional concentration-based biochemistry methods?

Summary: The paper introduces a volume-based (rather than concentration-based) paradigm for quantifying weak molecular interactions, implemented via DNA nanocavities that provide nanoscale confinement. This overcomes the century-old bottleneck of measuring millimolar-affinity interactions and enables rational discovery of PPI modulators that work through proximity effects.

Key Results: Demonstrated that shifting experimental control from molecule number (N) to accessible volume (V) via DNA nanocavities enables measurement of ~10 mM protein-peptide interactions using only femtomoles per well (under a picomole per titration total), achieving signal-to-noise ratio near 10^3 on a standard plate reader. Also showed geometric arrangement alone can override solution-phase binding hierarchies, and enabled screening of PPI modulators that enhance weak associations by reweighting local encounters.

Key Findings:

  • Controlling accessible volume V (not molecule number N) unlocks affinity ranges previously beyond instrumental reach, quantifying ~10 mM interactions from femtomoles/well
  • Geometric confinement alone can override solution-phase binding hierarchies, making spatial arrangement a first-class biochemical variable
  • The approach identifies a novel class of PPI modulators that enhance weak associations via local-encounter reweighting rather than tight binding or ternary complex formation

Technical Novelty: Reframes 'local concentration' and 'proximity effects' as rigorous first-principles variables by controlling accessible volume V rather than molecule count N. Implements this through DNA nanocavities providing nanoscale spatial confinement, breaking the long-standing concentration-ceiling barrier that limited weak-affinity measurement to strong interactions.

What's New: Prior methods (ITC, SPR, NMR) hit a fundamental framework limit when probing weak interactions because bulk concentration required is impractical. This work shows the limit is paradigmatic, not instrumental, and provides both theory (V-control) and implementation (DNA nanocavities) to break it.

Extension Opportunities:

  • Apply the DNA nanocavity platform to systematically map weak intracellular interactomes (e.g., IDP-protein transient contacts) currently invisible to ITC/SPR
  • Integrate with high-throughput screening pipelines to discover weak-interaction stabilizers as a new drug modality distinct from molecular glues or PROTACs
  • Extend the volume-control paradigm to lipid membrane confinement or biomolecular condensates to quantify proximity effects driving phase separation

Replicability: Abstract does not mention code/data availability. Reproduction requires DNA origami/nanocavity synthesis expertise and a standard plate reader — accessible to most biochemistry labs without specialized instrumentation.

Research Gaps:

  • Weak millimolar-affinity interactions that dominate cellular signaling have been essentially unmeasurable, biasing our biochemical understanding toward strong binders
  • 'Local concentration' and 'proximity effects' have been used qualitatively for decades without a rigorous quantitative framework

🔬 MATERIALS

1. Growth and characterization of GaN/Ga2O3 Nanowire Heterostructures for Ultraviolet Optoelectronics

Authors: Edgars Butanovs, Eriks Dipans, Martins Zubkins... Published: 2026-08-05 | Citations: 0 arXiv | PDF

Research Question: How can GaN/β-Ga2O3 heterostructures be reliably fabricated in both planar and nanowire (core/shell) geometries using scalable physical vapor deposition techniques to enable self-powered visible-blind UV photodetectors and optoelectronic devices?

Summary: The paper reports fabrication of GaN/β-Ga2O3 heterostructures in both planar and core/shell nanowire geometries using PLD and reactive magnetron sputtering from a liquid Ga target for the oxide, atop MOCVD-grown GaN. Planar heterojunction diodes exhibit rectifying behavior and self-powered visible-blind UV photoresponse, while nanowire process optimization yields conformal β-Ga2O3 shells on M-plane facets, establishing a PVD-based pathway to nanowire UV optoelectronics.

Key Results: Demonstrated planar n-Ga2O3/p-GaN heterojunction diodes with pronounced rectifying behavior, high forward current, and visible-blind UV photoresponse at zero external bias (self-powered operation). Successfully fabricated GaN/β-Ga2O3 core/shell nanowire heterostructures with controlled shell thickness and improved conformality on M-plane GaN facets. Structural uniformity verified via XRD, XPS, AFM, and SEM. No specific quantitative benchmarks (responsivity, EQE, on/off ratio) provided in the abstract.

Key Findings:

  • Planar n-Ga2O3/p-GaN diodes show rectifying I-V and zero-bias visible-blind UV photoresponse (self-powered operation)
  • PLD and reactive sputtering from liquid Ga yield uniform, thickness-controlled β-Ga2O3 films confirmed by XRD/XPS/AFM/SEM
  • Deposition parameters can be tuned to improve β-Ga2O3 shell conformality and reduce tapering on GaN nanowire M-plane facets

Technical Novelty: Use of reactive magnetron sputtering from a liquid gallium target (combined with PLD) to deposit conformal β-Ga2O3 shells on MOCVD-grown GaN nanowire arrays, with process optimization targeting shell conformality on M-plane facets — a physical-vapor-only route that avoids ALD/MOCVD complexity for the oxide shell.

What's New: Combines liquid-Ga-target reactive sputtering with PLD to form GaN/β-Ga2O3 core/shell nanowire heterostructures — a physical-vapor route (rather than the more common ALD or MOCVD oxide growth) — and demonstrates self-powered operation of the planar analogue.

Extension Opportunities:

  • Quantify photodetector figures of merit (responsivity, detectivity, response time, UV/visible rejection ratio) and benchmark against MBE-grown or ALD-coated GaN/Ga2O3 devices
  • Integrate the core/shell nanowire arrays into flexible or transparent substrates for wearable solar-blind UV sensors, or fabricate arrayed pixel devices for UV imaging
  • Explore doping of the β-Ga2O3 shell (e.g., Si, Sn) or insertion of an AlGaN interlayer to tune band alignment and reduce interface defect density

Replicability: No code/data availability mentioned. Requires substantial specialized equipment: MOCVD for GaN nanowires and p-GaN, PLD system, reactive magnetron sputtering with liquid Ga target, plus XRD/XPS/AFM/SEM characterization — cleanroom-scale facility, not reproducible without a materials-growth lab.

Research Gaps:

  • Absence of quantitative device metrics (responsivity, detectivity, response speed, spectral cutoff sharpness) in the abstract limits comparison to state-of-the-art solar-blind detectors
  • Nanowire heterostructures are characterized morphologically but no electrical/photoresponse device data on the core/shell nanowire arrays is reported

🔥 GitHub Trending

1. angeluriot/Julia_bench

4 stars | Python

A reconstruction of the benchmark behind Luc Julia's notorious 64% accuracy rate for LLMs.

benchmark llm luc-julia

2. flysheep-ai/NoAlpha

3 stars | Python

An honesty harness for LLM trading research: point-in-time discipline, leakage self-tests, and forward-only LLM feature collection. A-shares + US equities.

a-shares algorithmic-trading backtesting data-leakage fastapi llm

3. haziqashakirkhan/titanic_user_interface

2 stars | Python

This project demonstrates a complete machine learning deployment workflow by training a Titanic survival prediction model and serving it through a FastAPI backend. Users can enter passenger informatio

fastapi machine-learning machine-learning-algorithms machine-learning-projects numpy pandas

4. biswojit-11/multi-task-facial-behaviour-and-occlusion-detection

2 stars | Python

Real-time facial emotion recognition and facial occlusion detection using ResNet-18 + CBAM, MTCNN, and MediaPipe FaceMesh.

cbam computer-vision deep-learning facial-emotion-recognition machine-learning mediapipe

5. nanofatdog/train-studio

2 stars | Python

Train Studio - SFT LoRA Web UI (Gradio): hardware detect, GPU select, config, train/resume, merge tool

deep-learning fine-tuning gguf gpu gradio huggingface

6. erwinmsmith/YGO-Bench

2 stars | Python

A reproducible Yu-Gi-Oh! benchmark harness for dual-LLM duels, ocgcore rules, visual replay, and agent evaluation.

agents benchmark edopro game-ai llm ocgcore

7. ruthushreeanoor/Student-Performance-Linear-Regression

1 stars | Jupyter Notebook

A machine learning project demonstrating Simple and Multiple Linear Regression using a student performance dataset with Scikit-learn.

jupyter-notebook linear-regression machine-learning pandas python scikit-learn

8. sameerraza-ops/Coffee-Shop-Data-Curation

1 stars | Jupyter Notebook

Data curation pipeline on a real-world Coffee Shop dataset — cleaning, deduplication, labeling, outlier detection & bonus predictive modeling using Python & Pandas.

data-analysis data-cleaning data-curation jupyter-notebook machine-learning matplotlib

9. himanshu-jadhav108/ML-Internship

1 stars | Jupyter Notebook

End-to-end Machine Learning internship projects featuring regression, recommendation systems, classification, and spatial analytics using real-world restaurant data.

classification clustering data-preprocessing data-science feature-engineering folium

10. shekinahokunbo/news-sentiment-signal

1 stars | Python

Rigorously-backtested news-sentiment trading signal for US equities (Python, DuckDB, scikit-learn, Streamlit)

backtesting machine-learning python quantitative-finance sentiment-analysis streamlit

11. ruthushreeanoor/Iris-Model-Comparison

1 stars | Jupyter Notebook

Comparison of Logistic Regression and Decision Tree classifiers on the Iris dataset using Python and Scikit-learn.

classification decision-trees iris-dataset jupyter-notebook logistic-regression machine-learning

12. python-is-life2022/California-housing-regression

1 stars | Jupyter Notebook

Machine learning regression project for predicting California housing prices using Scikit-learn and XGBoost.

machine-learning matplotlib numpy pandas python3 regression

13. Tespera/nihaisha-skill

1 stars | HTML

倪海厦讲义做成的 Agent Skill。伤寒论 129 条、金匮 23 篇、内经 53 篇、本草 345 种、医案 321 例,分层索引按需加载,触发仅 2.3k token,内置安全契约。

agent-skills ai-agent chinese-medicine claude-code claude-skills jingfang

14. nickjlamb/inbox-triage

1 stars | Python

AI inbox triage agent — Pydantic AI v2 + Claude. Responder/Reviewer agents, tool calling, offline tests, golden-set evals with an LLM judge

ai-agents anthropic claude email-automation llm llm-evaluation

15. RubyBlackbird/mcp-server-cli-for-dify

1 stars | Rust

Connect your Dify workspace to modern AI tools using this lightweight CLI and MCP server integration. Automate agent interactions, streamline workflow execution, and integrate customized LLM pipelines

agent-agnostic ai-agent automation claude-code cli codex



Generated by Research Pulse on 2026-08-06 06:07