FlashRT: Agent Harness for Guiding Agents to Deploy Real-Time Multimodal Applications
Summary
FlashRT is an agent harness that guides coding agents to automatically optimize and deploy real-time multimodal applications, achieving up to 70x latency reduction on NVIDIA B200 GPUs and 3.6x throughput improvement on AMD MI355X.
View Cached Full Text
Cached at: 07/21/26, 06:35 AM
Paper page - FlashRT: Agent Harness for Guiding Agents to Deploy Real-Time Multimodal Applications
Source: https://huggingface.co/papers/2607.18171
Abstract
Real-timemultimodalapplications,includingvoiceagentsandinteractivevideogeneration,composeheterogeneousmodelsintopipelineswhoseefficientdeploymentrequiresapplication-specificdecisionsaboutplacement,streaming,andintra-modelparallelism.Existingservingsystemsandauto-parallelismcompilerscommittolimitedtransformationsandfixedworkloadassumptions,soachievinghighperformanceonanewapplicationrequireshand-craftinganefficientimplementation.WepresentFlashRT,anagentharnessthatguidescodingagentstoliftsimpledeveloper-writtenreferenceimplementationsintooptimizedmulti-GPUdeploymentsthatflexiblyweightargetmetricslikelatencyandthroughput.Usinganewchain-of-programparadigm,FlashRTdirectsagenericcodingagentthroughamulti-passtransformationprocesswhereanagenttransformsthereferenceintoanintermediaterepresentation(IR)tocapturedatadependenciesandpersistent-statescopes,validatesthisIRviaasequentialinterpreter,andperformsstaticanalysestoidentifycandidatetransformations.Then,theagentiterativelyimplements,verifies,andbenchmarkseachcandidateunderameasurement-gatedoptimizationlooptoproduceeffectivedeploymentsthatspandifferenthardwarebudgets.Acrossvariousapplications,includingvideoworldmodelsandmultimodalLLMs,FlashRTconvertsreferenceimplementationsintohighlyefficientdeployments,deliveringupto~70xlatencyreductionand2.8xthroughputimprovementonNVIDIAB200GPUs.OnAMDMI355XGPUs,FlashRTmatchesthepeaklatencyreductionwhileincreasingpeakthroughputimprovementto3.6x,demonstratingthatagent-drivenoptimizationcanbemorescalableonplatformswithlessmatureexpertoptimization.Infact,forQwen3-Omnitext-to-audioinference,FlashRTreducesresponselatencyby65%comparedtotheexpertvLLM-OmniimplementationonAMDMI355X.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2607\.18171
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.18171 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.18171 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.18171 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Remote agent harness
A tool for remotely harnessing and managing AI agents.
Step 3.7 Flash
Step 3.7 Flash is a fast agents model designed to see and act in real time.
If you use Open Code or other agenting programs you are leaving a lot of t/s if you don't actually use agents in parallel. Benchmark : RTX5090, Qwen3.6 35B loaded via LM studio with parallel tasks set to 8
Benchmark shows that running 4-5 parallel agents with LM Studio on RTX 5090 maximizes throughput, while more agents yield diminishing returns due to VRAM and compute splitting.
FlashDrive: Flash Vision-Language-Action Inference for Autonomous Driving
FlashDrive is an algorithm-system co-design framework that cuts the inference latency of vision-language-action models for autonomous driving by 4.7× (from 717 ms to 151 ms on a single GPU) using streaming KV-cache reuse, non-autoregressive diffusion drafting, and adaptive step caching, with negligible accuracy loss.
Harness design for long-running application development
Anthropic engineers detail a multi-agent harness design using generator and evaluator agents to improve Claude's ability to build complete, high-quality frontend applications autonomously over long durations.