Skip to main content

Research

Publications

Papers from the K-Dense team, and papers where K-Dense was the instrument rather than the subject. Every entry links to the full text, the PDF, and a citation you can paste.

On pre-prints

Everything below is currently a pre-print. That means it is public and citable, but it has not cleared peer review, and the numbers may move between versions. Each card states the venue and the posting date so you can judge for yourself. Abstracts are reproduced from the venue record rather than rewritten.

arXivPre-printAugust 2026·arXiv:2608.21601

K-Bench: measuring model performance on real scientific agent requests

Aubrey Brueckner, Darshil Patel, Yuhuan He, Timothy Kassis

1,602 agent runs from nine frontier models on real, underspecified requests sampled from K-Dense Web traffic, scored blind by three judges. No model clears the bar where a domain scientist would accept the work.

Abstract

Benchmarks for scientific artificial intelligence are mostly written to be scored: multiple-choice questions, curated agent tasks with reference solutions, or simulators with a known generative structure. Real scientific requests arrive differently. They are underspecified, they carry attachments, and lack ground truth. We report K-Bench 01, an evaluation built from first-turn requests sampled from live user traffic on K-Dense Web and run end to end by nine frontier models in identical sandboxes, yielding 1,602 completed agent runs. Three blinded language-model judges scored every run against an eight-dimension rubric. On a rubric whose 8-anchor instructs judges that a domain scientist would accept the work with minor edits, no model clears the line under all three judges. gpt-5.6-sol has the highest pooled mean, 8.04, but its 95% interval [7.80, 8.23] spans the threshold, and two of the three judges rank claude-opus-5 first instead. We therefore report the ordering of systems as the reproducible quantity, the absolute level as an attribute of the instrument, and the top of the table as unresolved. Across all 39,934 scored judgments — the eight dimension scores plus a holistic overall for each assessment, excluding not-applicable cells — 47.6% fall below the 8-point threshold. Difficulty is not uniform across the rubric: scientific accuracy averages 6.22 against 7.33 for communication, on identical denominators and in the same direction within every one of the nine models. The single leading failure tag is overclaiming, on 31.4% of assessments. We argue that the informative quantity for scientific agents is not a leaderboard position but the joint distribution of what was delivered, what was claimed, and what artifacts were produced.

Artificial Intelligence (cs.AI)Computation and Language (cs.CL)
Cite this paper (BibTeX)
@misc{brueckner2026kbench,
  title         = {K-Bench: measuring model performance on real scientific agent requests},
  author        = {Aubrey Brueckner and Darshil Patel and Yuhuan He and Timothy Kassis},
  year          = {2026},
  eprint        = {2608.21601},
  archivePrefix = {arXiv},
  primaryClass  = {cs.AI},
  doi           = {10.48550/arXiv.2608.21601},
  url           = {https://arxiv.org/abs/2608.21601}
}
bioRxivPre-printSeptember 2025·10.1101/2025.09.08.674588

Guided multi-agent AI invents highly accurate, uncertainty-aware transcriptomic aging clocks

V. Agarwal, O. Li, C. A. Petty, T. Kassis, P. W. K. Rothemund, D. A. Sinclair, A. Gopinath

K-Dense guided the development of an ensemble transcriptomic aging clock on 57,584 ARCHS4 samples, reaching R² = 0.854 while reporting calibrated confidence intervals rather than bare point estimates.

Abstract

Scientific discovery has long relied on human creativity, with computation limited to analysis. Here we report an AI-guided system, K-Dense, that accelerates hypothesis testing and delivers robust scientific discoveries. Trained on ARCHS4 (57,584 samples, 28 tissues, 1,039 cohorts, ages 1-114), the unified ensemble clock achieved R² = 0.854 and MAE = 4.26 years — while uniquely providing calibrated confidence intervals. This self-aware design flags predictions made at transitional or extreme ages, where biological heterogeneity peaks, suggesting clinical utility for uncertainty itself. Development revealed stage-specific markers, including CDKN2A/p16 (senescence), AMPD3 (muscle wasting), MIR29B2CHG (progeroid traits), and SEPTIN3 (neurodegeneration resistance). Sliding-window analysis across 85 overlapping ranges uncovered wave-like shifts in gene importance, showing that transcriptomic aging signatures evolve continuously, not discretely. By transforming biological age assessment from static point estimates to calibrated predictions with explicit uncertainty, this approach establishes reliable and interpretable clocks. Beyond the clock itself, K-Dense demonstrates how guided AI can compress months of exploration into weeks, pointing toward a scalable framework for accelerated scientific discovery.

Systems Biology
Cite this paper (BibTeX)
@article{agarwal2025agingclocks,
  title     = {Guided multi-agent AI invents highly accurate, uncertainty-aware transcriptomic aging clocks},
  author    = {Agarwal, V. and Li, O. and Petty, C. A. and Kassis, T. and Rothemund, P. W. K. and Sinclair, D. A. and Gopinath, A.},
  journal   = {bioRxiv},
  year      = {2025},
  doi       = {10.1101/2025.09.08.674588},
  url       = {https://www.biorxiv.org/content/10.1101/2025.09.08.674588v1}
}
arXivPre-printAugust 2025·arXiv:2508.07043

K-Dense Analyst: Towards Fully Automated Scientific Analysis

Orion Li, Vinayak Agarwal, Summer Zhou, Ashwin Gopinath, Timothy Kassis

The dual-loop, hierarchical multi-agent architecture behind K-Dense Analyst. On BixBench it reaches 29.2% accuracy on Gemini 2.5 Pro, a model that scores 18.3% when used directly.

Abstract

The complexity of modern bioinformatics analysis has created a critical gap between data generation and developing scientific insights. While large language models (LLMs) have shown promise in scientific reasoning, they remain fundamentally limited when dealing with real-world analytical workflows that demand iterative computation, tool integration and rigorous validation. We introduce K-Dense Analyst, a hierarchical multi-agent system that achieves autonomous bioinformatics analysis through a dual-loop architecture. K-Dense Analyst, part of the broader K-Dense platform, couples planning with validated execution using specialized agents to decompose complex objectives into executable, verifiable tasks within secure computational environments. On BixBench, a comprehensive benchmark for open-ended biological analysis, K-Dense Analyst achieves 29.2% accuracy, surpassing the best-performing language model (GPT-5) by 6.3 percentage points, representing nearly 27% improvement over what is widely considered the most powerful LLM available. Remarkably, K-Dense Analyst achieves this performance using Gemini 2.5 Pro, which attains only 18.3% accuracy when used directly, demonstrating that our architectural innovations unlock capabilities far beyond the underlying model's baseline performance. Our insights demonstrate that autonomous scientific reasoning requires more than enhanced language models, it demands purpose-built systems that can bridge the gap between high-level scientific objectives and low-level computational execution. These results represent a significant advance toward fully autonomous computational biologists capable of accelerating discovery across the life sciences.

Artificial Intelligence (cs.AI)Multiagent Systems (cs.MA)Genomics (q-bio.GN)Quantitative Methods (q-bio.QM)
Cite this paper (BibTeX)
@misc{li2025kdenseanalyst,
  title         = {K-Dense Analyst: Towards Fully Automated Scientific Analysis},
  author        = {Orion Li and Vinayak Agarwal and Summer Zhou and Ashwin Gopinath and Timothy Kassis},
  year          = {2025},
  eprint        = {2508.07043},
  archivePrefix = {arXiv},
  primaryClass  = {cs.AI},
  doi           = {10.48550/arXiv.2508.07043},
  url           = {https://arxiv.org/abs/2508.07043}
}

Working on something with K-Dense?

If K-Dense contributed to a paper you are writing, we would like to hear about it — and academic labs and non-profits can run the work on the Team plan at 90% off.