Tagged articles
1972 articles
Page 7 of 20
Architect's Guide
Architect's Guide
Jul 12, 2025 · Fundamentals

Explore Tencent’s High‑Performance Open‑Source Components for Modern Development

This article introduces a curated collection of Tencent’s high‑performance open‑source components—including a mmap‑based key‑value store, an API‑centric JSON framework, cross‑platform libraries, a mobile‑optimized neural network engine, hot‑patch solution, coroutine library, plugin framework, cross‑platform UI framework, mini‑program toolkit, and an IoT real‑time OS, each with core features and project links.

Artificial IntelligenceTencentcross-platform
0 likes · 16 min read
Explore Tencent’s High‑Performance Open‑Source Components for Modern Development
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2025 · Fundamentals

Mastering Ceph: A Deep Dive into Distributed Storage Architecture and Operations

This article provides a comprehensive overview of the open‑source Ceph distributed storage system, covering its core features, architecture components, data placement algorithms, storage interfaces, deployment best practices, operational management, and real‑world use cases for cloud, big data, and backup scenarios.

CephCloud ComputingData Management
0 likes · 11 min read
Mastering Ceph: A Deep Dive into Distributed Storage Architecture and Operations
dbaplus Community
dbaplus Community
Jul 7, 2025 · Fundamentals

Why Linux Kernel 6.16 Might Be the Last Release to Support Bcachefs

The article examines the heated dispute between Linus Torvalds and Bcachefs maintainer Kent Overstreet over a controversial patch submitted during the 6.16‑rc phase, explaining how kernel merge‑window rules, community reactions, and the future of Bcachefs intertwine.

BcachefsFile SystemsLinux kernel
0 likes · 12 min read
Why Linux Kernel 6.16 Might Be the Last Release to Support Bcachefs
DaTaobao Tech
DaTaobao Tech
Jul 7, 2025 · Artificial Intelligence

How Alibaba’s TaoAvatar Brings Real‑Time 3D Digital Humans to Your Phone

TaoAvatar, Alibaba’s new 3D digital‑human platform, enables lifelike, real‑time avatars on mobile and XR devices by combining 3D Gaussian splatting, on‑device AI dialogue, and a lightweight MNN inference engine, and the full source code is now open‑sourced as MNN‑TaoAvatar.

3D digital humanMNN inferencemobile AI
0 likes · 15 min read
How Alibaba’s TaoAvatar Brings Real‑Time 3D Digital Humans to Your Phone
DataFunTalk
DataFunTalk
Jul 5, 2025 · Artificial Intelligence

DeepSeek R1T2 Chimera: Faster, High‑Performance LLM with Assembly of Experts

The DeepSeek R1T2 Chimera model, an open‑source LLM built with Assembly of Experts technology, delivers up to 200% faster inference than R1‑0528, surpasses R1 on GPQA‑Diamond and AIME‑24 benchmarks, and offers a 671‑billion‑parameter MoE architecture, though it lacks function‑calling support and trails the highest‑end R1‑0528 on the toughest tests.

AIAssembly of ExpertsDeepSeek
0 likes · 5 min read
DeepSeek R1T2 Chimera: Faster, High‑Performance LLM with Assembly of Experts
Java Web Project
Java Web Project
Jul 4, 2025 · Backend Development

Why Process Engines Are Essential for Scalable Business Logic: A Deep Dive with MemberClub

The article explains how excessive if‑else branching in multi‑business systems harms maintainability, argues for using a flow engine and plugin extension engine to achieve code isolation and extensibility, and demonstrates the approach with concrete Java examples from the open‑source MemberClub project.

Backendflow enginemicroservices
0 likes · 8 min read
Why Process Engines Are Essential for Scalable Business Logic: A Deep Dive with MemberClub
IT Services Circle
IT Services Circle
Jul 3, 2025 · Operations

7 Must‑Try Open‑Source Tools for CRM, Freelancers, Git Parsing, and More

This article showcases seven noteworthy open‑source projects—including a Salesforce‑level CRM, a freelancer management suite, a GitHub repository summarizer, Telegram's Android source, a node‑based vector editor, a cross‑platform remake of Lego Island, and Stanford's AI‑powered writing assistant—highlighting their key features and GitHub links.

AI writingCRMGame Development
0 likes · 5 min read
7 Must‑Try Open‑Source Tools for CRM, Freelancers, Git Parsing, and More
AI Algorithm Path
AI Algorithm Path
Jul 2, 2025 · Artificial Intelligence

Exploring the Open‑Source Flux.1 Kontext Dev Model for Advanced Image Editing

Black Forest Labs releases the open‑source Flux.1 Kontext Dev model, a 12‑billion‑parameter image‑editing system whose weights are publicly available; the article details its core features, benchmark‑level performance comparable to leading commercial models, access via HuggingFace, and step‑by‑step usage through Fal AI and Replicate APIs.

AI modelFal AIFlux.1
0 likes · 9 min read
Exploring the Open‑Source Flux.1 Kontext Dev Model for Advanced Image Editing
DataFunTalk
DataFunTalk
Jul 2, 2025 · Artificial Intelligence

How GLM-4.1V-Thinking Sets New Standards in Multimodal AI Reasoning

Zhipu AI unveiled the GLM-4.1V-Thinking series, an open‑source multimodal model that outperforms larger rivals on visual‑language tasks, supports video analysis, GUI agents, and advanced scientific reasoning, while introducing a curriculum‑sampling reinforcement‑learning framework and a new Agent application platform.

AI agentsGLM-4.1Vmultimodal AI
0 likes · 10 min read
How GLM-4.1V-Thinking Sets New Standards in Multimodal AI Reasoning
macrozheng
macrozheng
Jun 30, 2025 · Fundamentals

Supercharge Your Docs: Explore Quarkdown, the Next‑Gen Markdown Engine

Quarkdown is an open‑source, Java‑based Markdown engine that extends the language with Turing‑complete features, enabling functions, variables, conditionals, and loops, while offering one‑click generation of HTML, PDF, slides, and books, live preview, fast compilation, and a rich standard library for modern documentation workflows.

DocumentationJavaMarkdown
0 likes · 7 min read
Supercharge Your Docs: Explore Quarkdown, the Next‑Gen Markdown Engine
IT Services Circle
IT Services Circle
Jun 27, 2025 · Fundamentals

Why Microsoft Rewrote the Classic MS‑DOS Editor in Rust – Meet Edit

Microsoft has open‑sourced a modern Rust rewrite of the classic MS‑DOS Editor, called Edit, which runs on Windows, macOS and Linux, fills the missing default CLI editor on 64‑bit Windows, and offers a tiny, mode‑less, feature‑rich text editing experience that has sparked nostalgic community interest.

MS-DOSMicrosoftRust
0 likes · 8 min read
Why Microsoft Rewrote the Classic MS‑DOS Editor in Rust – Meet Edit
Alimama Tech
Alimama Tech
Jun 25, 2025 · Artificial Intelligence

Introducing ROLL: A Scalable, User‑Friendly RL Framework for Large‑Scale LLM Training

ROLL is an open‑source reinforcement‑learning framework designed for large language model post‑training that combines multi‑task RL, agentic support, flexible algorithm configuration, elastic resource scheduling, and rich observability, delivering significant accuracy gains across benchmarks while remaining easy to use for researchers, product developers, and infrastructure engineers.

AI FrameworkLarge Language ModelsRLHF
0 likes · 11 min read
Introducing ROLL: A Scalable, User‑Friendly RL Framework for Large‑Scale LLM Training
AI Large Model Application Practice
AI Large Model Application Practice
Jun 23, 2025 · Databases

How Google’s MCP Toolbox Simplifies Enterprise Database Access for LLM Agents

This guide explains Google’s open‑source MCP Toolbox for Databases, covering its core concepts, installation, configuration, two usage modes (native SDK and MCP), example LangGraph agent integration, security features, observability, and practical code snippets for building reliable LLM‑driven database tools.

DatabasesLLM agentsMCP Toolbox
0 likes · 11 min read
How Google’s MCP Toolbox Simplifies Enterprise Database Access for LLM Agents
Instant Consumer Technology Team
Instant Consumer Technology Team
Jun 19, 2025 · Artificial Intelligence

Exploring II-Agent: An Open‑Source AI Agent Framework for Multi‑Domain Automation

II-Agent is an open‑source, multi‑domain AI agent framework that leverages powerful large language models, a rich toolset, planning‑and‑reflection mechanisms, and advanced context management to enable autonomous task execution, real‑time interaction, and seamless integration across development, data analysis, and enterprise workflows.

AI AgentContext ManagementLarge Language Model
0 likes · 21 min read
Exploring II-Agent: An Open‑Source AI Agent Framework for Multi‑Domain Automation
AntTech
AntTech
Jun 18, 2025 · Artificial Intelligence

How Ant Group’s Baoling Models Push Toward AGI with MoE and Multimodal Innovations

In a detailed AICon talk, Ant Group’s Baoling team leader Zhou Jun outlines their latest large‑model training techniques, MoE architecture optimizations, multimodal breakthroughs, open‑source releases, and the strategic roadmap needed to turn AI into a ubiquitous, “scan‑code‑level” everyday assistant.

AI InfrastructureLarge Language ModelsMixture of Experts
0 likes · 25 min read
How Ant Group’s Baoling Models Push Toward AGI with MoE and Multimodal Innovations
phodal
phodal
Jun 13, 2025 · Artificial Intelligence

How AutoDev Remote Agent Enables AI-Powered Coding via GitHub Actions

AutoDev Remote Agent, an open‑source AI coding assistant that runs as a GitHub Action MCP service, assists with issue analysis, task planning, code generation, architecture design, and testing, while offering a sandboxed environment, tool chaining, and future plans for automated code writing, testing, and deployment.

AI codingGitHub ActionsRemote Agent
0 likes · 7 min read
How AutoDev Remote Agent Enables AI-Powered Coding via GitHub Actions
Cognitive Technology Team
Cognitive Technology Team
Jun 11, 2025 · Cloud Native

Unlock Low‑Cost Mobile Testing with Sonic’s Cloud‑Native Device Platform

This article introduces Sonic, an open‑source cloud‑device testing platform that leverages a Spring Cloud micro‑service architecture and Docker deployment to provide low‑cost, scalable, and flexible automated testing, remote debugging, CI/CD integration, and multi‑platform support for mobile applications.

CI/CD integrationDocker deploymentcloud-native
0 likes · 8 min read
Unlock Low‑Cost Mobile Testing with Sonic’s Cloud‑Native Device Platform
AndroidPub
AndroidPub
Jun 11, 2025 · Mobile Development

ovCompose: Achieving High‑Performance Cross‑Platform Mobile Apps

ovCompose is a newly released cross‑platform framework that fully supports HarmonyOS, Android, and iOS, leveraging Kotlin Multiplatform and the native‑focused KuiklyBase to deliver native‑level performance, unified UI rendering, advanced memory and GC optimizations, and a rich component ecosystem, with open‑source repositories for community collaboration.

ComposeHarmonyOSKotlin Multiplatform
0 likes · 14 min read
ovCompose: Achieving High‑Performance Cross‑Platform Mobile Apps
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Jun 6, 2025 · Artificial Intelligence

How dots.llm1 Sets New Benchmarks for Open‑Source MoE Language Models

dots.llm1, an open‑source 142‑billion‑parameter Mixture‑of‑Experts language model from hi lab, achieves Qwen2.5‑72B‑level performance after training on 11.2 T high‑quality tokens, and the release includes full models, intermediate checkpoints, and detailed training pipelines for the research community.

AI researchLarge Language ModelMixture of Experts
0 likes · 10 min read
How dots.llm1 Sets New Benchmarks for Open‑Source MoE Language Models
Java Web Project
Java Web Project
Jun 4, 2025 · Artificial Intelligence

Why DeepSeek V3 Stands Out: Architecture, Performance, and Open‑Source Edge

The article analyzes DeepSeek's rapid adoption, detailing its seven core models, the third‑generation MoE architecture, FP8 mixed‑precision training, 128K context window, benchmark superiority on MMLU/HumanEval/CMMLU, low training cost, and fully open‑source release, while also introducing a companion guide for developers.

AI architectureDeepSeekFP8 training
0 likes · 9 min read
Why DeepSeek V3 Stands Out: Architecture, Performance, and Open‑Source Edge
AI Algorithm Path
AI Algorithm Path
Jun 3, 2025 · Artificial Intelligence

Inside Tencent’s HunyuanVideo-Avatar: How Open‑Source AI Generates Digital Human Videos

Tencent’s HunyuanVideo-Avatar converts a static portrait and an audio clip into a lip‑synced, expressive video using a multimodal diffusion Transformer, offering open‑source weights, detailed module designs, hardware requirements, code examples, and a candid assessment of its strengths and current limitations.

AI video generationCUDAHunyuanVideo-Avatar
0 likes · 8 min read
Inside Tencent’s HunyuanVideo-Avatar: How Open‑Source AI Generates Digital Human Videos
Didi Tech
Didi Tech
May 29, 2025 · Fundamentals

XIAOJUSURVEY Open‑Source Survey System: University Course Integration and Full‑Stack, Cross‑Platform, and AI Practice

The article describes how the open‑source XIAOJUSURVEY platform was incorporated into Peking University’s software engineering curriculum in Spring 2025, offering students a comprehensive full‑stack, cross‑platform, and AI‑driven development experience that bridges theory, source‑code analysis, and real‑world open‑source contributions.

Full-Stack DevelopmentSurvey SystemUniversity Teaching
0 likes · 7 min read
XIAOJUSURVEY Open‑Source Survey System: University Course Integration and Full‑Stack, Cross‑Platform, and AI Practice
ByteDance SYS Tech
ByteDance SYS Tech
May 28, 2025 · Cloud Computing

How Cloud Firmware 3.0 Is Powering AI‑Driven Data‑Center Reliability

The second Firmware Technology Summit in Changsha, co‑hosted by Volcano Engine and Alibaba Cloud, gathered over 200 experts to showcase cloud firmware 3.0, OpenSFI, Efistub, AI‑focused RAS, and a new IPMI‑HTTPS security model, highlighting open‑source collaboration and industry standards for next‑gen hardware‑software integration.

AIOpenBMCRAS
0 likes · 8 min read
How Cloud Firmware 3.0 Is Powering AI‑Driven Data‑Center Reliability
JakartaEE China Community
JakartaEE China Community
May 26, 2025 · Industry Insights

Why Jakarta EE Is the Right Choice for Modern Java Applications

The whitepaper outlines Jakarta EE's strategic importance, citing adoption surveys, open‑source benefits, deep ecosystem integration, stability, flexibility for cloud‑native and monolithic architectures, and a vibrant community that together make it a compelling platform for today’s and future Java development.

Enterprise JavaJavaMicroProfile
0 likes · 18 min read
Why Jakarta EE Is the Right Choice for Modern Java Applications
Tencent Technical Engineering
Tencent Technical Engineering
May 23, 2025 · Artificial Intelligence

Can a 3B Open‑Source Multimodal Model Beat GPT‑4V in Math? A Deep Dive into VLR1‑3B

The preview release of the 3‑billion‑parameter VLR1‑3B multimodal model demonstrates state‑of‑the‑art reasoning on math benchmarks, outperforms many commercial closed‑source models, and shows promising results on geometry, physics, and general vision tasks, while also revealing typical hallucination issues.

BenchmarkVLR1-3Bmath reasoning
0 likes · 8 min read
Can a 3B Open‑Source Multimodal Model Beat GPT‑4V in Math? A Deep Dive into VLR1‑3B
Architecture Digest
Architecture Digest
May 23, 2025 · Cloud Native

30+ Essential Docker Images to Boost Your Development Workflow

This article curates a collection of useful Docker images—including remote IDEs, database managers, automation panels, lightweight serverless services, personal homepages, monitoring tools, note‑taking apps, analytics, file browsers, and Docker UI managers—providing feature highlights, special usage tips, and ready‑to‑run docker run and docker‑compose commands for each.

ContainerDevOpsDocker
0 likes · 16 min read
30+ Essential Docker Images to Boost Your Development Workflow
DataFunTalk
DataFunTalk
May 23, 2025 · Artificial Intelligence

2025 AI Landscape: Inference Models Dominate, Open‑Source Momentum Accelerates

The 2025 Q1 AI report from Artificial Analysis highlights six major trends—including a thousand‑fold drop in inference cost, the rise of MoE models, the growing parity of Chinese open‑source labs, the emergence of autonomous AI agents, native multimodal capabilities, and the trade‑off between performance, cost, and context windows—painting a picture of a rapidly evolving, increasingly competitive AI ecosystem.

AIagentsinference
0 likes · 11 min read
2025 AI Landscape: Inference Models Dominate, Open‑Source Momentum Accelerates
21CTO
21CTO
May 21, 2025 · Fundamentals

Why Microsoft Open‑Sourced WSL and What It Means for Developers

Microsoft announced at Build 2025 that the Windows Subsystem for Linux (WSL) is now open‑source, detailing its component architecture, evolution from WSL 1 to WSL 2, recent releases, community contributions, and how developers can now build and contribute directly from the GitHub repository.

LinuxMicrosoftVirtualization
0 likes · 7 min read
Why Microsoft Open‑Sourced WSL and What It Means for Developers
DevOps
DevOps
May 20, 2025 · Artificial Intelligence

Microsoft Open Sources GitHub Copilot Extension for VSCode under MIT License

Microsoft announced at Build 2025 that the GitHub Copilot Extension for VSCode will be released as open‑source under the MIT license, detailing the integration of AI agent capabilities into VSCode, the motivations behind the move, and the upcoming roadmap for community‑driven development.

AI agentsArtificial IntelligenceGitHub Copilot
0 likes · 5 min read
Microsoft Open Sources GitHub Copilot Extension for VSCode under MIT License
AntData
AntData
May 20, 2025 · Artificial Intelligence

How Vector Retrieval Powers AI: Challenges, Solutions, and VSAG’s Open‑Source Breakthrough

The article examines the rapid growth of unstructured data, explains the fundamentals and resource‑intensive nature of vector retrieval, presents Ant Group’s engineering practices—including hybrid HNSW‑DiskANN indexing, performance tricks like BSA pruning and memory prefetching, sparse‑vector and feedback‑driven recall improvements—and outlines the open‑source VSAG roadmap and ecosystem integrations.

AI InfrastructurePerformance OptimizationVector Database
0 likes · 18 min read
How Vector Retrieval Powers AI: Challenges, Solutions, and VSAG’s Open‑Source Breakthrough
ShiZhen AI
ShiZhen AI
May 20, 2025 · Artificial Intelligence

Five Major Announcements from Microsoft at Build 2024

Microsoft's Build 2024 reveal introduces a full coding agent in GitHub Copilot, Copilot tuning for company‑specific language, the Foundry agent factory platform, the NLWeb natural‑language web interface, and the Discovery research stack, while also outlining VS Code's transition to an open‑source AI editor and a slew of related industry updates.

AI agentsGitHub CopilotMicrosoft
0 likes · 11 min read
Five Major Announcements from Microsoft at Build 2024
21CTO
21CTO
May 19, 2025 · Artificial Intelligence

AI Satellites, Supercomputers, and Cyber Laws: 2024 Tech Trends Unveiled

This roundup highlights China's AI‑powered satellite constellation, Korea's new supercomputer, Nvidia's DGX Spark launch, Forrester's revised APAC tech‑spending forecast, HCL's semiconductor joint venture, Japan's active network‑defense law, plus the latest Rust and Debian releases, illustrating rapid advances across hardware, software, and security.

AISatelliteTech forecast
0 likes · 7 min read
AI Satellites, Supercomputers, and Cyber Laws: 2024 Tech Trends Unveiled
Architecture Digest
Architecture Digest
May 19, 2025 · Backend Development

Why Reqable Could Be the Next Postman Killer for API Testing

Reqable, a free, cross‑platform API testing tool built with Flutter and C++, claims superior performance, offline data storage, and seamless migration from other tools, positioning itself as a viable, ad‑free alternative to Postman and similar browser‑based solutions.

API testingHTTP2Postman alternative
0 likes · 7 min read
Why Reqable Could Be the Next Postman Killer for API Testing
DevOps Engineer
DevOps Engineer
May 19, 2025 · R&D Management

The Pitfalls of Unmanaged Wiki Documentation in Enterprises and Lessons from Open Source

The article examines how unrestricted wiki editing in companies leads to duplicated, outdated, and low‑quality documentation, contrasts this with the disciplined PR‑based workflow of open‑source projects like Python, and argues that effective documentation governance depends on clear processes and cultural support rather than just tools.

DocumentationTeam CollaborationWiki
0 likes · 5 min read
The Pitfalls of Unmanaged Wiki Documentation in Enterprises and Lessons from Open Source
Architects' Tech Alliance
Architects' Tech Alliance
May 16, 2025 · Industry Insights

Can DeepSeek Survive the AI Arms Race? A Deep Dive into Its Challenges and Competition

The article provides a comprehensive analysis of DeepSeek’s rise in the large‑model market, examining its technical merits, security and customization hurdles, slowing innovation, fierce competition from OpenAI, Google and Alibaba’s Qwen3, as well as the fragility of its open‑source ecosystem and data preparation, ultimately questioning its long‑term viability.

AI modelsDeepSeekLarge Language Models
0 likes · 13 min read
Can DeepSeek Survive the AI Arms Race? A Deep Dive into Its Challenges and Competition
Instant Consumer Technology Team
Instant Consumer Technology Team
May 16, 2025 · Artificial Intelligence

Unlock AI Potential: Top Model Context Protocol (MCP) Servers You Should Know

This guide explains the Model Context Protocol (MCP) that lets AI models securely access files, databases, APIs, and other resources, and presents a curated list of standout MCP servers across categories such as aggregators, web automation, cloud platforms, finance, security, and more, helping developers enhance AI workflows.

AI IntegrationMCPModel Context Protocol
0 likes · 23 min read
Unlock AI Potential: Top Model Context Protocol (MCP) Servers You Should Know
Big Data Technology & Architecture
Big Data Technology & Architecture
May 16, 2025 · Big Data

Apache Gravitino: An Open‑Source Metadata Lake for Unified Data and AI Asset Management

Apache Gravitino is an open‑source metadata service platform that provides a unified, high‑performance, geographically distributed metadata lake, enabling end‑to‑end data governance, multi‑engine access, and direct management of both structured and unstructured data assets across diverse systems.

Apache GravitinoData Lakedata governance
0 likes · 9 min read
Apache Gravitino: An Open‑Source Metadata Lake for Unified Data and AI Asset Management
Liangxu Linux
Liangxu Linux
May 15, 2025 · Artificial Intelligence

Top 5 Fast‑Rising Open‑Source AI Projects on GitHub This Week

This article highlights five open‑source AI projects that saw the fastest star growth on GitHub this week, covering a free Cursor VIP unlocker, an end‑to‑end video translation tool, an offline meeting‑minutes assistant, a personal finance OS, and a versatile AI chatbot SDK, each with key features and repository links.

AIChatbotFinance
0 likes · 7 min read
Top 5 Fast‑Rising Open‑Source AI Projects on GitHub This Week
Tencent Technical Engineering
Tencent Technical Engineering
May 15, 2025 · R&D Management

Choosing Open‑Source Licenses: Balancing Technical Freedom and Commercial Safety – Engineers’ Insights

This article gathers engineers’ experiences and advice on selecting open‑source licenses, explaining GPL’s contagion risk, comparing permissive (MIT/Apache) and copyleft (GPL/LGPL) options, and offering practical guidelines for balancing technical freedom with commercial security across different project scenarios.

GPLMITR&D
0 likes · 10 min read
Choosing Open‑Source Licenses: Balancing Technical Freedom and Commercial Safety – Engineers’ Insights
JD Tech Talk
JD Tech Talk
May 15, 2025 · Cloud Native

Understanding Sentinel: Architecture, Features, and Implementation Details

This article provides a comprehensive overview of Sentinel, covering its core concepts, flow‑control and circuit‑breaker capabilities, extensible rule engine, dashboard interaction, source package structure, and practical deployment considerations for Java‑based cloud‑native microservices.

Flow Controlcloud-nativemicroservices
0 likes · 16 min read
Understanding Sentinel: Architecture, Features, and Implementation Details
Open Source Tech Hub
Open Source Tech Hub
May 14, 2025 · Backend Development

Why the PHP Foundation Is Backing FrankenPHP: Implications for Backend Development

On May 14, 2025, the PHP Foundation announced official support for the FrankenPHP project, moving it to the PHP GitHub organization, outlining new governance, collaboration processes, and future prospects that could boost visibility, community contributions, and performance‑focused deployment options for PHP back‑end applications.

BackendCaddyFrankenPHP
0 likes · 4 min read
Why the PHP Foundation Is Backing FrankenPHP: Implications for Backend Development
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
May 14, 2025 · Artificial Intelligence

How Mooncake’s KVCache Boosts Large‑Model Inference Efficiency and Cost

Mooncake, an open‑source large‑model inference platform, introduces a KVCache‑centric architecture that dramatically improves throughput, reduces latency and cuts inference costs by up to 20%, while integrating with frameworks like SGLang and vLLM and leveraging Alibaba Cloud’s eRDMA and GPUDirect technologies for scalable, high‑performance deployments.

AI PerformanceAlibaba CloudDistributed Systems
0 likes · 7 min read
How Mooncake’s KVCache Boosts Large‑Model Inference Efficiency and Cost
Liangxu Linux
Liangxu Linux
May 13, 2025 · User Experience Design

AnduinOS 1.3: A Windows‑Lookalike Linux Distro Built by a Microsoft Engineer

AnduinOS 1.3, a Ubuntu‑based Linux distribution that mimics Windows 11’s interface, was created by a Microsoft China engineer in his spare time, offering GNOME 48, built‑in software store, clipboard shortcuts, HDR support, and a seamless transition for Windows users seeking a familiar desktop experience.

AnduinOSDesktop EnvironmentGNOME
0 likes · 8 min read
AnduinOS 1.3: A Windows‑Lookalike Linux Distro Built by a Microsoft Engineer
macrozheng
macrozheng
May 13, 2025 · Backend Development

Why Supabase Is the Ultimate Open‑Source Backend for Rapid App Development

This article introduces Supabase, an open‑source Firebase alternative built on PostgreSQL that offers RESTful and GraphQL APIs, real‑time data sync, authentication, and serverless functions, and provides step‑by‑step guidance for cloud‑hosted or local deployment to accelerate backend development.

Backend-as-a-ServicePostgreSQLReal-time API
0 likes · 7 min read
Why Supabase Is the Ultimate Open‑Source Backend for Rapid App Development
Programmer DD
Programmer DD
May 13, 2025 · Backend Development

Why PocketBase Is the Ultimate One‑File Backend for Rapid Development

PocketBase is a lightweight, Go‑based open‑source backend that bundles a real‑time SQLite database, user management, file storage, and a visual admin panel into a single executable, offering fast deployment, extensible APIs, and easy Docker or binary installation for small‑to‑medium projects.

APIBackend DevelopmentGo
0 likes · 4 min read
Why PocketBase Is the Ultimate One‑File Backend for Rapid Development
IT Services Circle
IT Services Circle
May 11, 2025 · Databases

Redis 8.0 GA: New Features, Data Structures, Performance Boosts, and Return to Open Source

Redis 8.0 GA introduces a suite of new data structures—including a Vector Set for AI, native JSON support, and several probabilistic types—enhances the query engine with secondary indexes and full‑text/vector search, delivers significant performance gains, and re‑embraces open source by adding an OSI‑approved AGPLv3 license.

AIData StructuresDatabase
0 likes · 5 min read
Redis 8.0 GA: New Features, Data Structures, Performance Boosts, and Return to Open Source
21CTO
21CTO
May 10, 2025 · Fundamentals

What Linus Torvalds Reveals About Git’s 20‑Year Journey and Future

In a reflective interview marking Git’s 20th anniversary, Linus Torvalds discusses the system’s origins, design goals of performance, data integrity and distributed workflows, its unexpected rise through web developers, the evolution of hash algorithms, and his hopes for the next generation of version‑control tooling.

Linus TorvaldsVersion Controlgit
0 likes · 9 min read
What Linus Torvalds Reveals About Git’s 20‑Year Journey and Future
Mingyi World Elasticsearch
Mingyi World Elasticsearch
May 10, 2025 · Artificial Intelligence

Understanding MCP: From Its Origins to AI’s Universal Interface

MCP (Model Context Protocol) is an emerging open‑standard that lets large language models interact with tools, data sources, and services through a unified JSON‑RPC or gRPC interface, addressing fragmentation, data silos, and low development efficiency while offering a flexible, community‑driven ecosystem with clear advantages and current limitations.

AI tool callingJSON-RPCLLM integration
0 likes · 14 min read
Understanding MCP: From Its Origins to AI’s Universal Interface
AI Algorithm Path
AI Algorithm Path
May 6, 2025 · Artificial Intelligence

Top Open‑Source AI Agent Frameworks Compared: Features, Pros & Cons

The article surveys dozens of recent open‑source AI agent frameworks—including CrewAI, AutoGen, LangGraph, Agno, SmolAgents, Mastra, PydanticAI and Atomic Agents—explaining their core functions, design philosophies, common features such as prompt engineering and tool integration, and highlighting each framework’s strengths, limitations, and suitable use cases.

AI agentsAutoGenCrewAI
0 likes · 14 min read
Top Open‑Source AI Agent Frameworks Compared: Features, Pros & Cons
Architect
Architect
May 5, 2025 · Artificial Intelligence

How Agentic RAG‑R1 Turns Retrieval‑Augmented Generation into an Autonomous AI Agent

Agentic RAG‑R1, an open‑source project from Peking University, combines Retrieval‑Augmented Generation with an agentic AI loop, introduces the GRPO reinforcement‑learning optimizer, supports LoRA‑based fine‑tuning, quantization and multimodal tool calls, and demonstrates significant accuracy gains on the MedQA benchmark across both Chinese and English test sets.

LLM Tool UseLarge Language ModelsRetrieval-Augmented Generation
0 likes · 8 min read
How Agentic RAG‑R1 Turns Retrieval‑Augmented Generation into an Autonomous AI Agent
Python Programming Learning Circle
Python Programming Learning Circle
May 4, 2025 · Fundamentals

Curated List of Popular Open‑Source GitHub Projects for Python Developers

This article curates a selection of popular and intriguing open‑source GitHub projects—ranging from a Flask‑based shell explainer and a web‑server tutorial to Python games, a chatbot, and a face‑recognition library—providing star counts, brief descriptions, and links for developers to explore and learn.

GitHubLearning Resourcesopen source
0 likes · 6 min read
Curated List of Popular Open‑Source GitHub Projects for Python Developers
Architecture Digest
Architecture Digest
Apr 28, 2025 · Backend Development

A Curated List of Influential Open‑Source Projects That Support Thousands of Developers

This article presents a curated collection of notable open‑source projects—including Skynet, flv.js, Tinyhttpd, Memcached, Redis, LevelDB, Libevent, SQLite, OpenResty, MeiliSearch, FreeSwitch, ffmpeg, ImageMagick, CEF, OBS Studio, VirtualApp, VideoCrafter, OpenCV, draw.io, and OpenSSL—detailing their primary functions, typical use cases, and GitHub repositories, illustrating how they have sustained large developer communities.

BackendDatabasesdevelopment tools
0 likes · 11 min read
A Curated List of Influential Open‑Source Projects That Support Thousands of Developers
Liangxu Linux
Liangxu Linux
Apr 28, 2025 · Information Security

How to Harden Linux Servers for Tier‑3 Security Compliance with Open‑Source Scripts

This guide explains the purpose of China's tiered security protection for Linux servers, outlines key requirements such as identity verification, access control, auditing, intrusion prevention, and provides step‑by‑step usage instructions for two open‑source scripts that automate checking and hardening on Red Hat/CentOS systems.

Tier 3auditopen source
0 likes · 8 min read
How to Harden Linux Servers for Tier‑3 Security Compliance with Open‑Source Scripts
Architect's Guide
Architect's Guide
Apr 28, 2025 · Backend Development

Cloudflare Open‑sources Pingora: A Rust‑Based Asynchronous HTTP Proxy Framework

Cloudflare has open‑sourced Pingora, a high‑performance Rust asynchronous multithreaded framework for building HTTP/1 and HTTP/2 end‑to‑end proxy services, detailing its features, runtime capabilities, and the company’s motivation to promote memory‑safe infrastructure while noting its pre‑1.0 status and limited OS support.

BackendCloudflareHTTP proxy
0 likes · 5 min read
Cloudflare Open‑sources Pingora: A Rust‑Based Asynchronous HTTP Proxy Framework
Java Tech Enthusiast
Java Tech Enthusiast
Apr 27, 2025 · Cloud Native

Microsoft Forked an Open‑Source OCI Registry Project: Ethics, Licensing, and Community Impact

Microsoft’s unexpected fork of the open‑source OCI registry Spegel, originally created by developer Philip Laine, sparked debate over open‑source ethics and the limits of the MIT license, highlighting the challenges small maintainers face when corporations reuse code with minimal attribution and prompting calls for stronger licensing and recognition practices.

CommunityEthicsLicensing
0 likes · 11 min read
Microsoft Forked an Open‑Source OCI Registry Project: Ethics, Licensing, and Community Impact
IT Services Circle
IT Services Circle
Apr 26, 2025 · Fundamentals

LiAuto HaloOS Open-Source Automotive Operating System Announcement and Roadmap

LiAuto announced that its self‑developed vehicle operating system, HaloOS, will be fully open‑sourced starting April 23, with a phased release covering vehicle control, intelligent driving, communication middleware, and virtualization components, aiming to build an active community for technology sharing and collaboration.

AIAutomotive OSHaloOS
0 likes · 4 min read
LiAuto HaloOS Open-Source Automotive Operating System Announcement and Roadmap
Liangxu Linux
Liangxu Linux
Apr 26, 2025 · Artificial Intelligence

Top 5 Fast‑Growing Open‑Source AI Projects on GitHub This Week

This week’s GitHub star surge highlights five open‑source AI projects—a free Cursor VIP tool, a one‑stop video translation and dubbing platform, a privacy‑first meeting‑minutes assistant, an open‑source personal finance OS, and a highly customizable AI chatbot SDK—each with key features, deployment options, and repository links.

AIFinanceGitHub
0 likes · 7 min read
Top 5 Fast‑Growing Open‑Source AI Projects on GitHub This Week
AntTech
AntTech
Apr 24, 2025 · Artificial Intelligence

Key Takeaways from Ant Group and Tsinghua’s Presentations on the AReaL Reinforcement Learning Framework and AWorld Multi‑Agent Framework at ICLR 2025

At ICLR 2025 in Singapore, Ant Group and Tsinghua University showcased the open‑source reinforcement‑learning platform AReaL and the multi‑agent system AWorld, highlighting their recent breakthroughs, system design challenges, performance results on the GAIA benchmark, and upcoming development plans.

AI frameworksICLR2025multi-agent systems
0 likes · 7 min read
Key Takeaways from Ant Group and Tsinghua’s Presentations on the AReaL Reinforcement Learning Framework and AWorld Multi‑Agent Framework at ICLR 2025
Linux Kernel Journey
Linux Kernel Journey
Apr 23, 2025 · Industry Insights

Highlights from the 3rd eBPF Developer Conference: A Technical Recap

The 3rd eBPF Developer Conference held on April 19, 2025 at Xi'an University of Posts and Telecommunications featured 36 expert talks on eBPF advancements, network and security innovations, observability, performance optimization, a vibrant project marketplace, student projects, and provides video and PPT resources for the community.

Linux kernelObservabilityconference
0 likes · 7 min read
Highlights from the 3rd eBPF Developer Conference: A Technical Recap
php Courses
php Courses
Apr 18, 2025 · Backend Development

A Historical Overview of PHP: From Personal Home Page Tools to Modern Web Development

This article traces the evolution of PHP from its origins as a personal set of Perl scripts in 1994 through major milestones such as PHP 3, PHP 4, PHP 5, and PHP 7, highlighting the impact of open‑source collaboration, performance improvements, and modern language features on its enduring role in web development.

PHPWeb Historyopen source
0 likes · 6 min read
A Historical Overview of PHP: From Personal Home Page Tools to Modern Web Development
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 18, 2025 · Artificial Intelligence

How the New 14B End‑to‑End Video Model Generates Custom 720p Clips from Two Images

The open‑sourced 14‑billion‑parameter Tongyi Wanxiang video model can create high‑quality 720p videos that seamlessly connect user‑provided start and end images, offering controllable, personalized video generation with prompt‑driven camera motions and easy access via its website, GitHub, Hugging Face, and ModelScope.

AI modelDeep Learningcomputer vision
0 likes · 5 min read
How the New 14B End‑to‑End Video Model Generates Custom 720p Clips from Two Images
Python Programming Learning Circle
Python Programming Learning Circle
Apr 17, 2025 · Artificial Intelligence

Homemade Machine Learning: Python Implementations of Popular Algorithms with Jupyter Demos

This article introduces the GitHub repository “Homemade Machine Learning,” which provides pure‑Python implementations of popular supervised and unsupervised algorithms—including linear and logistic regression, K‑means clustering, anomaly detection, and multilayer perceptrons—accompanied by mathematical explanations, code samples, and interactive Jupyter Notebook demonstrations.

AlgorithmsJupytereducational
0 likes · 5 min read
Homemade Machine Learning: Python Implementations of Popular Algorithms with Jupyter Demos
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Apr 14, 2025 · Artificial Intelligence

MCP Explained: Current Landscape and Future Prospects

The article analyzes the Model Context Protocol (MCP) as an emerging open standard that unifies how applications provide context to large language models, reviews its rapid ecosystem growth, highlights security and performance challenges, and discusses future directions such as vertical small‑model opportunities and broader protocol integrations.

AI InteroperabilityMCPModel Context Protocol
0 likes · 9 min read
MCP Explained: Current Landscape and Future Prospects
21CTO
21CTO
Apr 11, 2025 · Fundamentals

FreeDOS 1.4 Released: New Features, Tools, and Installation Tips

FreeDOS 1.4, the newest fully open‑source DOS‑compatible OS, arrives three years after 1.3 with a faster development pace, new Freecom shell commands, an improved fdisk, the mTCP networking suite, updated installation media, and detailed notes on components, memory requirements, and virtual‑machine usage.

DoSFDIMPLESFreeDOS
0 likes · 7 min read
FreeDOS 1.4 Released: New Features, Tools, and Installation Tips
DevOps
DevOps
Apr 10, 2025 · Artificial Intelligence

Google Unveils the Open‑Source Agent2Agent (A2A) Protocol and Highlights Its Enterprise Adoption

At Google Cloud Next 25, Google introduced the open‑source Agent2Agent (A2A) protocol—a standardized interaction model for AI agents that breaks system silos, supports major enterprise platforms, follows five design principles, and is already being adopted by dozens of leading companies across various industries.

A2AAI agentsAgent2Agent
0 likes · 8 min read
Google Unveils the Open‑Source Agent2Agent (A2A) Protocol and Highlights Its Enterprise Adoption
Tencent Technical Engineering
Tencent Technical Engineering
Apr 10, 2025 · Information Security

AI-Generated Code Introduces XSS Vulnerabilities: A Case Study and Security Guidance

The Woodpecker team shows that AI‑generated code, exemplified by Simon Willison’s HTML slideshow tool, can embed unsanitized inputs that create exploitable XSS flaws, and they recommend zero‑trust AI prompts, rigorous input filtering, CSP, AI‑assisted scanning, and secure supply‑chain practices to mitigate such risks.

AI securityCSPSimon Willison
0 likes · 9 min read
AI-Generated Code Introduces XSS Vulnerabilities: A Case Study and Security Guidance
Tencent Technical Engineering
Tencent Technical Engineering
Apr 9, 2025 · Artificial Intelligence

Discussion on Model Context Protocol (MCP) and Its Potential Applications

The discussion introduces the Model Context Protocol (MCP) as an open‑source framework that repositions AI from a peripheral add‑on to the central “brain” of software, allowing AI‑first integration with business APIs, reducing rewrites, unifying user interfaces, and promising a rapid open‑source surge that could reshape development, production, and decentralized ecosystems.

AI IntegrationMCPModel Context Protocol
0 likes · 7 min read
Discussion on Model Context Protocol (MCP) and Its Potential Applications
AI Algorithm Path
AI Algorithm Path
Apr 6, 2025 · Artificial Intelligence

Meta’s Open-Source Llama 4: 2‑Trillion‑Parameter Behemoth Redefines AI

Meta’s newly released Llama 4 models—Maverick with 4 020 billion total parameters and Scout with 1 090 billion—feature a 128‑expert MoE, 10 million‑token context, native multimodal fusion, and FP8 training, delivering benchmark‑leading performance that outpaces GPT‑4o, Gemini 2.0 Flash and DeepSeek v3, while being openly available on Hugging Face and GitHub.

BenchmarkFP8 trainingLlama 4
0 likes · 8 min read
Meta’s Open-Source Llama 4: 2‑Trillion‑Parameter Behemoth Redefines AI
Java Web Project
Java Web Project
Apr 5, 2025 · Frontend Development

Build Dynamic Enterprise Tables Fast with DripTable – A Low‑Code React Solution

DripTable, an open‑source React and JSON‑Schema based table framework from JD.com, lets developers quickly generate configurable, extensible enterprise‑grade list pages through low‑code setup, with clear installation steps, code examples, and visual configuration tools for both the generator and runtime sides.

FrontendLow‑codeReAct
0 likes · 5 min read
Build Dynamic Enterprise Tables Fast with DripTable – A Low‑Code React Solution
Ops Development & AI Practice
Ops Development & AI Practice
Apr 4, 2025 · Industry Insights

Are Open‑Source LLMs Closing the Gap with Closed‑Source Giants?

A recent leaderboard analysis of top LLMs reveals that while closed‑source models like Gemini‑2.5‑Pro and ChatGPT‑4o still lead overall, open‑source models such as DeepSeek‑V3 and Llama are rapidly narrowing the performance gap, especially in specialized tasks like coding, driven by faster tech diffusion, public datasets, community collaboration, and reduced compute costs.

AI competitionLarge Language Modelsindustry trends
0 likes · 8 min read
Are Open‑Source LLMs Closing the Gap with Closed‑Source Giants?
Liangxu Linux
Liangxu Linux
Apr 4, 2025 · R&D Management

What Happens When a Key Linux Wireless Maintainer Steps Down?

The article outlines Kalle Valo's decade‑long contributions to Linux wireless drivers, his unexpected resignation, the community’s concerns about succession, and the urgent need for new maintainers to ensure the long‑term health of the kernel’s Wi‑Fi subsystem.

CommunityLinuxMaintainer
0 likes · 6 min read
What Happens When a Key Linux Wireless Maintainer Steps Down?
Liangxu Linux
Liangxu Linux
Mar 30, 2025 · Fundamentals

Windows vs Linux: Key Differences, Benefits, and Choosing the Right OS

This article compares Windows and Linux across five major aspects—business model, system freedom, support, software compatibility, and user control—highlighting each OS's advantages, drawbacks, and practical considerations to help readers decide which platform best fits their needs.

LinuxOperating System ComparisonSoftware Compatibility
0 likes · 9 min read
Windows vs Linux: Key Differences, Benefits, and Choosing the Right OS
Liangxu Linux
Liangxu Linux
Mar 27, 2025 · Databases

How Chat2DB Uses AI to Simplify Database Management and SQL Generation

Chat2DB is an open‑source AI‑enhanced database client that turns natural language into SQL, auto‑generates table schemas and test data, offers a smart editor, visual chart creation, Excel analysis, and supports multi‑platform installation for dozens of databases.

AIChat2DBDatabase Management
0 likes · 7 min read
How Chat2DB Uses AI to Simplify Database Management and SQL Generation
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Mar 27, 2025 · Artificial Intelligence

Xinference vs Ollama: Which Open‑Source LLM Engine Fits Your Needs?

This article provides a comprehensive side‑by‑side comparison of the open‑source LLM serving tools Xinference and Ollama, examining their core goals, architecture, model support, deployment options, performance, ecosystem integration, typical use cases, future roadmap, and guidance on selecting the right solution for enterprise or personal projects.

LLMLocal DeploymentModel Serving
0 likes · 7 min read
Xinference vs Ollama: Which Open‑Source LLM Engine Fits Your Needs?
Efficient Ops
Efficient Ops
Mar 27, 2025 · Mobile Development

Will Android Become Closed Source? Google Plans to End AOSP Support

Google announced that starting next week it will cease maintenance of the Android Open Source Project, shifting all Android development to internal branches, which means only Google employees can access AOSP, limiting external developers and ROM creators while having limited impact on major OEMs.

AOSPAndroidGoogle
0 likes · 3 min read
Will Android Become Closed Source? Google Plans to End AOSP Support
Tencent Cloud Developer
Tencent Cloud Developer
Mar 26, 2025 · Artificial Intelligence

Introduction to Anthropic's Model Context Protocol (MCP) with Example Implementations

The article presents Anthropic’s open‑source Model Context Protocol (MCP) – a client‑server framework that standardizes how large language models securely access resources, prompts, and tools (the “HTTP of AI”) – and demonstrates its use through a hot‑fix scraper and a dynamic chatbot that discovers and invokes tools via JSON‑formatted calls.

AI protocolsLLM integrationMCP
0 likes · 15 min read
Introduction to Anthropic's Model Context Protocol (MCP) with Example Implementations
Eric Tech Circle
Eric Tech Circle
Mar 25, 2025 · Artificial Intelligence

How MCP Turns AI into a USB‑C Interface: Architecture, Use Cases, and Future

This article provides an in‑depth technical overview of the Model Context Protocol (MCP), explaining its core concepts, client‑server architecture, communication layers, key benefits such as uniformity and security, and a wide range of real‑world application scenarios from code collaboration to third‑party API integration.

AI IntegrationMCParchitecture
0 likes · 10 min read
How MCP Turns AI into a USB‑C Interface: Architecture, Use Cases, and Future
Airbnb Technology Team
Airbnb Technology Team
Mar 24, 2025 · Artificial Intelligence

Chronon: Open‑Source Feature Platform for Machine Learning – Architecture, Workflow, and Code Examples

Chronon is an open‑source ML feature platform that lets engineers declaratively define, compute, and serve both batch and real‑time features with built‑in observability, data‑quality checks, and a low‑latency retrieval API, ensuring online‑offline consistency while simplifying pipeline management and enabling future automation.

ChrononObservabilityStreaming
0 likes · 13 min read
Chronon: Open‑Source Feature Platform for Machine Learning – Architecture, Workflow, and Code Examples
DataFunTalk
DataFunTalk
Mar 24, 2025 · Artificial Intelligence

DeepSeek R1: Open‑Source Reasoning Model and Multi‑Stage Training Insights

The interview explores DeepSeek R1's open‑source weights, its multi‑stage training pipeline—including pre‑training, supervised fine‑tuning, and RLHF—alongside innovations such as self‑consistency, chain‑of‑thought prompting, distillation, MoE architectures, and cost considerations, highlighting its impact on the future of large language models.

AI trainingDeepSeekRLHF
0 likes · 20 min read
DeepSeek R1: Open‑Source Reasoning Model and Multi‑Stage Training Insights
JavaScript
JavaScript
Mar 20, 2025 · Artificial Intelligence

How MiniMax’s Linear‑Attention Architecture Is Redefining Long‑Context AI Models

MiniMax’s rapid 2025 releases—including a video model, open‑source LLM, and high‑fidelity voice model—showcase its multimodal linear‑attention architecture that handles up to 4 million tokens, earns a16z recognition, and signals China’s growing influence in open‑source AI innovation.

Artificial IntelligenceLarge Language ModelsLinear Attention
0 likes · 8 min read
How MiniMax’s Linear‑Attention Architecture Is Redefining Long‑Context AI Models
21CTO
21CTO
Mar 19, 2025 · Artificial Intelligence

Mistral Small 3.1: How a 2.4B‑Parameter Open‑Source Model Challenges GPT‑4

Paris‑based startup Mistral AI has open‑sourced Mistral Small 3.1, a 2.4 billion‑parameter multimodal model that claims superior performance to OpenAI and Google equivalents, runs on modest hardware, processes up to 128 k tokens, and highlights a sustainable, accessible AI strategy.

AI sustainabilityMistral AIlightweight LLM
0 likes · 4 min read
Mistral Small 3.1: How a 2.4B‑Parameter Open‑Source Model Challenges GPT‑4
Code Mala Tang
Code Mala Tang
Mar 15, 2025 · Artificial Intelligence

What Makes Google’s New Gemma 3 Model a Game‑Changer for AI Developers?

Google’s Gemma 3, a lightweight open‑source model with up to 27 billion parameters, offers multimodal input, 128K token context, and broad language support, outperforming leading rivals on single‑GPU benchmarks and providing flexible deployment options for developers and researchers alike.

AI modelGemma 3Google AI
0 likes · 9 min read
What Makes Google’s New Gemma 3 Model a Game‑Changer for AI Developers?
JakartaEE China Community
JakartaEE China Community
Mar 15, 2025 · Backend Development

Key Jakarta EE Q&A: Naming, Governance, Roadmap, and How to Contribute

This article provides a comprehensive Q&A covering Jakarta EE’s definition, naming origin, platform scope, namespace shift, governance model, specification process, release cadence, future roadmap, relationship with EE4J, microservice and cloud‑native support, trademark usage, and step‑by‑step guidance on becoming a contributor or member.

Eclipse FoundationEnterprise JavaJava EE
0 likes · 12 min read
Key Jakarta EE Q&A: Naming, Governance, Roadmap, and How to Contribute
AI Frontier Lectures
AI Frontier Lectures
Mar 14, 2025 · Artificial Intelligence

Open-Sora 2.0: How an 11B Open-Source Model Beats Closed-Source Video AI at 720p

Open‑Sora 2.0, an open‑source 11‑billion‑parameter video generation model, delivers 720p 24 fps videos with visual quality and text‑image alignment comparable to proprietary systems like HunyuanVideo and Step‑Video, while cutting training costs to $200 k using only 224 GPUs, and the release includes full code, weights, and a Gradio demo.

3D autoencoderAIMMDiT
0 likes · 7 min read
Open-Sora 2.0: How an 11B Open-Source Model Beats Closed-Source Video AI at 720p
Top Architect
Top Architect
Mar 9, 2025 · Artificial Intelligence

Alibaba Unveils Qwen QwQ-32B: A Compact Open‑Source LLM Rivaling DeepSeek

Alibaba has released the open‑source Qwen QwQ‑32B model, a 32‑billion‑parameter LLM that matches DeepSeek‑R1's performance while being deployable on consumer‑grade GPUs, and the announcement is accompanied by extensive promotional offers for AI‑related products and services.

AI BenchmarkAlibabaLarge Language Model
0 likes · 7 min read
Alibaba Unveils Qwen QwQ-32B: A Compact Open‑Source LLM Rivaling DeepSeek