
DeepSeek released DeepSeek Harness v0.1 in developer preview and published the full source code under the MIT license. The project ships as dsh at deepseek-ai/deepseek-harness. A harness is the layer between a model and the environment it acts in — the tools, files, sandboxes, and control loop that let an agent keep working. DeepSeek frames it as Agent = Model + Harness. Most harnesses hard-code that layer: the agent loop, the tool registry, and the session store are fixed, and extension happen
DeepSeek released DeepSeek Harness, an open-source tool for building AI agents that treats all components as interchangeable plugins rather than fixed code. The system is designed so developers can swap out models, tools, storage systems, and interfaces through configuration alone, without modifying the underlying source code. This matters because most agent frameworks hard-code their structure, while this approach makes it easier to assemble custom agent runtimes for specialized use cases. The tool is currently available as a developer preview for internal use within companies and research settings, with full traceability of every model interaction recorded in an append-only log.
These models improve search accuracy by capturing multiple semantic meanings per word, helping systems better match user intent with relevant results.

Z.ai’s latest AI model release could help companies secure their systems—or find its way into the hands of hackers.

ByteDance Seed and Tsinghua AIR have released CUDA Agent, an agentic reinforcement learning system that trains a large language model to write GPU kernels that beat a compiler. The gap it targets is narrow but stubborn: frontier models already produce correct CUDA, they just produce slow CUDA. On KernelBench, the base model Seed1.6 passes 74.0% of tasks yet outruns torch.compile on only 27.2% of them, at a 0.69× geometric-mean speedup which means its kernels are, on average, slower than what th
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven