You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show real memory usage (working set) per Docker container, excluding page cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dv serve adds an HTTP API server to dv, exposing the full CLI surface over
JSON + Server-Sent Events. The primary consumer is Jarvis (running in a Docker
container), which reaches the host via host.docker.internal or the Docker
bridge gateway. Any HTTP client works β curl, scripts, future web UIs.
mini_racer fork safety: 4-scenario test demonstrating single_threaded mode vs dispose-before-fork, with deadlock proof
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π€ AI Papers Weekly Digest 2026-02-20 β 2026-02-27
AI Research Digest: Feb 20β27, 2026
1,600 papers. Here's what actually matters.
The Week in One Paragraph
This week's dominant theme: the gap between what scaling should fix and what it actually fixes. A standout paper argues that VLMs can't reason about visual scenes not because they're undertrained, but because humans never describe what's obvious β a structural problem no amount of compute solves. Meanwhile, medical AI took a meaningful step forward with RL-based free-form reasoning (not just multiple-choice), and the efficiency crowd got a win with memory-optimised training that makes 7B+ models accessible without 100GB of VRAM. The biosecurity community got a sobering data point: LLMs do meaningfully uplift novices on dual-use biology tasks.
π€ AI Papers Weekly Digest 2026-02-13 β 2026-02-27
AI Research Digest: Feb 13β27, 2026
The Week in One Paragraph
This week's standout theme: limits. Multiple papers poked holes in the "scale fixes everything" assumption β from VLMs that fail at basic reasoning because their training data is systematically biased, to memory constraints that make state-of-the-art tree search impractical. On the application side, medical AI made a real leap with open-ended clinical reasoning (not just multiple-choice), and a sobering biosecurity study measured whether LLMs actually help novices do dangerous things. Spoiler: the answer isn't clean. With 1,600 papers across five days, the field's output velocity continues to be staggering β and the signal-to-noise problem is getting worse.
π€ AI Papers Weekly Digest 2026-02-13 β 2026-02-27
AI Research Digest: Feb 13β27, 2026
1,600 papers indexed. Here's what actually matters.
The Week in One Paragraph
This week's dominant theme: the scaling gospel taking hits from multiple directions. A notable paper argues that VLMs fail at visual reasoning not because they're too small, but because human language itself systematically omits the visual facts models need to learn β a problem more training data won't fix. Meanwhile, medical AI pushed past the multiple-choice crutch with RL-based free-form reasoning, and 3D reconstruction got a fix for the quadratic memory scaling wall that's been quietly killing the field. No moonshot drops this week, but a lot of quiet assumptions got kicked.
π€ AI Papers Monthly Digest 2026-01-28 β 2026-02-27
AI Research Digest: Jan 28 β Feb 27, 2026
3,200 papers indexed. Here's what actually matters.
The Week in One Paragraph
Late February was dominated by two themes pulling in opposite directions: models getting more capable in narrow domains (medical reasoning, omni-modal, agentic coding), while researchers kept poking holes in the assumptions underpinning those gains. The most interesting result of the period isn't a new benchmark SOTA β it's the finding that VLM reasoning failures aren't a scale problem, they're a data bias problem baked into how humans caption images. Meanwhile, the biosecurity community got a properly rigorous study on LLM uplift for dual-use biology tasks, and the results are uncomfortable. On the infrastructure side, FlashOptim quietly solved a problem that's been annoying everyone training models without enterprise-grade hardware.