DeepLens Diagnosis Agent: Agentic Workflow Design Lets a Small Reasoning Model Compete with Frontier LLMs
Quick Answer
This paper shows that The DeepLens Diagnosis Agent utilizes a five-stage workflow with the JSL Medical Small 7B v2 model, achieving 60.14% diagnostic accuracy on the DiagnosisArena benchmark, outperforming traditional models by over 36 points.
Quick Take
It operates at a cost of $0.0072 per case, significantly cheaper than competitors while providing structured outputs for better traceability in medical diagnostics.
Key Points
- Achieved 60.14% top-1 diagnostic accuracy on the 915-case DiagnosisArena benchmark.
- Outperformed traditional models by a 36-point increase in diagnostic reasoning accuracy.
- Costs $0.0072 per case, making it 35-45% cheaper than Claude Sonnet 4.5 and Gemini 3.1 Pro.
- Structured intermediate outputs enhance traceability and reproducibility in high-stakes medical settings.
- Demonstrated that workflow design can improve diagnostic reasoning beyond mere knowledge recall.
DeepSignal Analysis
What happened
The DeepLens Diagnosis Agent employs a structured five-stage workflow with the JSL Medical Small 7B v2 model, achieving a diagnostic accuracy of 60.14% on the DiagnosisArena benchmark. This performance surpasses traditional models by over 36 points. The agent operates at a cost of $0.0072 per case, making it more economical than competitors like Claude Sonnet 4.5 and Gemini 3.1 Pro.
Key evidence
- The DeepLens Diagnosis Agent achieved 60.14% diagnostic accuracy on the 915-case DiagnosisArena benchmark, outperforming traditional models by over 36 points.
- The JSL Medical Small 7B v2 model, when used without the agent workflow, only achieved 23.99% accuracy, indicating a significant improvement due to the structured workflow.
- The agent operates at a cost of $0.0072 per case, which is 35-45% cheaper than Claude Sonnet 4.5 and Gemini 3.1 Pro.
Why it matters
The DeepLens Diagnosis Agent's structured approach to medical diagnostics highlights the importance of workflow design in enhancing diagnostic accuracy. By achieving a significant improvement in performance while maintaining lower operational costs, it demonstrates that smaller models can effectively compete with larger, more expensive models. This could shift the landscape of medical AI, emphasizing the need for structured reasoning over sheer model size.
Paper Resources
Source Excerpt
Medical diagnosis is a multi-stage process: extract facts, consult knowledge, generate a differential analysis, and select the best diagnosis with explanations. Frontier are strong generalists, but single-shot prompting often yields brittle diagnostic reasoning. We present the DeepLens Diagnosis Agent, a five-stage harnessing pipeline (combining model capabilities with disciplined process constraints) centered on a small medical reasoning model (JSL Medical Small 7B v2) and retrieval-augmen
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →AINTMA: Agentic AI Architecture for Autonomous Test Management with Generative Intelligence, Secure Cloud Communication and Adaptive Quality Analytics
AINTMA, an autonomous test management architecture utilizing six specialized AI agents, achieves 88.4% test prioritization accuracy and reduces defect escape rates from 8.3% to 2.1%. The system demonstrates a 340% ROI within nine months, showcasing the potential of agentic AI in enhancing software quality management in cloud environments.