Generative AI
Liquid AI Releases LFM2.5: A Unified Family Model for Real AI on Device Agents
January 6, 2026
Liquid AI Releases LFM2.5: A Unified Family Model for Real AI on Device Agents
Liquid AI has introduced the LFM2.5, a new generation of basic micromodels built on the LFM2 architecture and focused on…
Marktechpost Releases 'AI2025Dev': A Standardized Intelligence Framework for AI Models, Benchmarks, and Ecosystem Indicators
January 6, 2026
Marktechpost Releases 'AI2025Dev': A Standardized Intelligence Framework for AI Models, Benchmarks, and Ecosystem Indicators
Marktechpost released AI2025Devits 2025 statistics platform (available to AI Devs and Researchers without registration or login) designed to turn a…
A Coding Guide to Designing and Orchestrating Advanced React-Based Multi-Agent Workflows with AgentScope and OpenAI
January 5, 2026
A Coding Guide to Designing and Orchestrating Advanced React-Based Multi-Agent Workflows with AgentScope and OpenAI
In this tutorial, we build an advanced multi-agent incident response system using AgentScope. We organize multiple ReAct agents, each with…
Tencent Researchers Release Tencent HY-MT1.5: New Translation Models Including 1.8B and 7B Models Designed for Seamless Device and Cloud Use
January 5, 2026
Tencent Researchers Release Tencent HY-MT1.5: New Translation Models Including 1.8B and 7B Models Designed for Seamless Device and Cloud Use
Tencent Hunyuan researchers released HY-MT1.5, a multilingual machine translation family that targets both mobile devices and cloud systems with the…
DeepSeek Researchers Introduce 1967 Matrix Normalization Algorithm to Correct Hyper-Correlation Instability
January 4, 2026
DeepSeek Researchers Introduce 1967 Matrix Normalization Algorithm to Correct Hyper-Correlation Instability
DeepSeek researchers are trying to solve a specific problem in large language model training. Residual connectivity made very deep networks…
How to Build a Production-Ready Multi-Agency Incident Response System Using OpenAI Swarm and Advanced Agent Tools
January 3, 2026
How to Build a Production-Ready Multi-Agency Incident Response System Using OpenAI Swarm and Advanced Agent Tools
In this tutorial, we build an advanced yet functional multi-agent system using OpenAI Swarm running on Colab. We show how…
Recursive Language Models (RLMs): From MIT's Blueprint to Prime Intellect's RLMEnv for Long Horizon LLM Agents
January 2, 2026
Recursive Language Models (RLMs): From MIT's Blueprint to Prime Intellect's RLMEnv for Long Horizon LLM Agents
Recursive Language Models aim to overcome the common trade-offs between context length, accuracy and cost of large language models. Instead…
Train Your Large Model on Multiple GPUs with Tensor Parallelism
December 31, 2025
Train Your Large Model on Multiple GPUs with Tensor Parallelism
import dataclasses import datetime import os import datasets import tokenizers import torch import torch.distributed as dist import torch.nn as…
Cloudflare's tokio-quiche How to Make QUIC and HTTP/3 a First Class Citizen on Rust Backends
December 31, 2025
Cloudflare's tokio-quiche How to Make QUIC and HTTP/3 a First Class Citizen on Rust Backends
Cloudflare has an open source tokio-quiche, an asynchronous QUIC and HTTP/3 Rust library that wraps its battle-tested quiche implementation in…
How to Design Transactional Agenttic AI Systems with LangGraph Using Two-Part Commitment, Human Interruption, and Safe Fallback
December 31, 2025
How to Design Transactional Agenttic AI Systems with LangGraph Using Two-Part Commitment, Human Interruption, and Safe Fallback
In this tutorial, we implement an agent AI pattern using LangGraph that handles thinking and action as a dynamic workflow…