Tag
A new open source AI model has been released from the US.
Deno 2.9 introduces `deno desktop` for building native desktop applications using web technologies, along with improved Node.js compatibility, CSS module imports, and faster startup.
Proposes OpenAgent, a spec for defining AI agent identity (face, voice, writing style) in a single signed YAML file, enabling portability across different harnesses.
DeepReinforce releases Ornith-1.0, an MIT-licensed open-source family of agentic coding LLMs including a 397B MoE model that surpasses Claude Opus 4.7 on SWE-Bench and Terminal-Bench, using a novel self-improving training strategy.
A curated GitHub list called Awesome AI Agents 2026 that organizes 340+ AI agent tools and frameworks into 20+ categories to help developers navigate the rapidly evolving agent ecosystem.
A developer's Emacs performance patch, assisted by GLM 5.2, was rejected by GNU due to a policy against LLM-assisted contributions, sparking criticism of the policy's effect on honesty.
A traditional oil painting artist developed the open-source tool Bob Jack Painter, which uses a real-time camera to map oil paint textures from a physical canvas onto 3D models, enabling the workflow of texturing digital 3D objects with real oil paint.
Hermes Agent by Nous Research introduces /learn, a command that lets the agent deliberately create skills from documentation, code, or instructions without needing to first fail at the task, turning any source into a reusable skill.
secs-man is a secrets backup tool designed to be tool-independent, using age encryption and standard Unix utilities so data can be recovered even without the software itself.
An AMD engineer contributed an ONNX Runtime backend to FFmpeg's DNN filter, enabling AI model inference on GPU and NPU platforms for tasks like upscaling and object detection, notably making Ryzen AI NPU useful for FFmpeg.
Chinese AI startup Z.ai releases its open-source GLM-5.2 model, which scores close to top US models from Anthropic and OpenAI on benchmarks, and announces plans for a dual listing in Shanghai.
tropius is a CLI tool that detects AI writing tropes in prose using Aho-Corasick pattern matching and structural detectors, based on a trope list from Tropes.fyi.
Anthropic's Fable 5 model disappeared after 96 hours due to export controls, and days later, Z.ai open-sourced GLM-5.2 under MIT license, surpassing Fable 5 on the Design Arena. This highlights that the best model is not always the most accessible, shifting focus from benchmarks to availability and licensing.
This article highlights Pandoc, a free and open-source document conversion tool created by UC Berkeley philosophy professor John MacFarlane. It converts between over 50 formats locally without uploading files, saving significant time and maintaining privacy.
Hyper-Extract is a CLI tool that transforms messy, unstructured documents into structured knowledge such as knowledge graphs, hypergraphs, temporal/spatial graphs, and Obsidian vaults, supporting local LLM inference and MCP integration.
Introduces Sebastian Raschka's educational resources on GitHub, including hit books and tutorials like 'LLMs from Scratch'. He is a top educator in the ML/LLM field with a large number of high-quality open-source repositories.
AISLE discovered 6 new CVEs in curl, including the oldest vulnerability ever reported (over 25 years old), using its model-agnostic AI system. All findings were fixed in curl 8.21.0.
The author found while developing Maka Agent that aggressively pruning the tool result of an AI Agent (keeping only key summaries) hardly affects reasoning quality, and proposed three explanations, while also introducing the open-source desktop AI workstation Maka Agent.
Infranode is a keyless, open-source MCP server designed for AI agents, simplifying secure communication.
Orca is a unified AI coding agent management tool with support for parallel workspaces. It can send tasks simultaneously to multiple AI assistants like Claude Code and Codex, each generating code in independent git branches, allowing comparison of results, and comes with a mobile app for real-time tracking.