From the 2 of 13 linked papers with an AI index.
13 papers
The Model Knows Your Project, Not You: Measuring Recognition in LLMs with NameRank
Bojie Li, Noah Shi
The paper introduces NameRank, a metric that quantifies how well large language models can recognize specific people or tools from their internal weights without external retrieval…
Interaction Scaling: Grounding the Third Axis of Test-Time Compute
Bojie Li, Noah Shi
There are two standard ways to spend more compute at test time: let a model reason longer, or sample more attempts and keep one. Both share a hidden limit: they are internal. Every…
RLVP: Penalize the Path, Reward the Outcome
Bojie Li, Noah Shi
Agents acting on our behalf in the real world (e.g. placing phone calls) must learn online from costly, often irreversible interactions rather than cheap simulator steps. Two thing…
Fine-Grained Computation Offload for Off-the-Shelf Servers in Tens of Lines
Bojie Li
Hardware accelerators now sit on the critical path of online serving. GPUs, FPGAs, and increasingly remote services such as hardware security modules, post-quantum KEMs, and infere…
Whose Side Is Your Agent On? Multi-Party Principal Loyalty in LLM Agents
Bojie Li, Noah Shi
A rapidly growing class of LLM agents is multi-party: the agent acts for a principal (who briefs it, sends follow-ups, and receives results) while also conversing in a separate cha…
Agent-Computer Observation Interfaces Enable Dynamic Computer Use
Bojie Li, Noah Shi
SWE-agent established the action interface as an underexplored design axis for software-engineering agents; we make the analogous case for the observation interface in computer-use…