Tagged articles
30 articles
Page 1 of 1
Lao Guo's Learning Space
Lao Guo's Learning Space
May 13, 2026 · Artificial Intelligence

Can Trillion-Parameter Models Skip ‘Slow Thinking’? Ant’s Ling‑2.6‑1T Redefines Efficient LLMs

Ant’s newly released Ling‑2.6‑1T, a trillion‑parameter LLM, combines a hybrid MLA‑plus‑Linear Attention architecture to deliver 256K context, ultra‑low token cost and millisecond‑level latency, achieving GPT‑5.4‑level performance on multiple benchmarks while being open‑sourced for developers.

Ant AIFast ThinkingHybrid Architecture
0 likes · 10 min read
Can Trillion-Parameter Models Skip ‘Slow Thinking’? Ant’s Ling‑2.6‑1T Redefines Efficient LLMs
AI Explorer
AI Explorer
Apr 30, 2026 · Artificial Intelligence

Ant Opens Trillion-Parameter Ling-2.6: Hybrid Architecture for Fast Thinking

Ant Group’s AntBaiLing team has open‑sourced the trillion‑parameter Ling‑2.6‑1T model, introducing a hybrid architecture that routes simple queries through shallow paths and reserves deep layers for complex reasoning, aiming to boost inference speed and efficiency for real‑time business scenarios while confronting the deployment challenges of massive models.

AIHybrid Architectureinference efficiency
0 likes · 6 min read
Ant Opens Trillion-Parameter Ling-2.6: Hybrid Architecture for Fast Thinking
AI Waka
AI Waka
Apr 22, 2026 · Artificial Intelligence

Hybrid MCP‑Skill Model: Keeping LLM Agent Skills Fresh

The article analyzes the trade‑offs between packaging new agent functionality as a static Skill versus a dynamic MCP server, proposes a hybrid thin‑CLI approach that combines the ease of Skills with the up‑to‑date guarantees of MCP, and illustrates the design with concrete code examples.

API VersioningCLI wrapperHybrid Architecture
0 likes · 7 min read
Hybrid MCP‑Skill Model: Keeping LLM Agent Skills Fresh
Su San Talks Tech
Su San Talks Tech
Apr 19, 2026 · Artificial Intelligence

Is MCP Dead? How CLI Is Redefining AI Agent Interactions

The article examines the rise and decline of the Model Context Protocol (MCP), outlines its four critical flaws—including context bloat, architectural complexity, security risks, and passive tool design—while presenting command‑line interfaces (CLI) as a more efficient, secure, and debuggable alternative for AI agents, and discusses hybrid approaches and practical implementations.

AI agentsCLIHybrid Architecture
0 likes · 15 min read
Is MCP Dead? How CLI Is Redefining AI Agent Interactions
DataFunSummit
DataFunSummit
Apr 10, 2026 · Artificial Intelligence

How Can AI Agents Truly Remember? A Deep Dive into Long‑Term Memory Engineering

This article examines the shortcomings of current AI assistants, outlines the ideal of long‑term memory engineering, reviews mainstream industry solutions such as hard‑context models and Retrieval‑Augmented Generation, proposes a four‑layer memory loop architecture, and looks ahead to online learning and collective intelligence for future agents.

AIHybrid ArchitectureMemory
0 likes · 15 min read
How Can AI Agents Truly Remember? A Deep Dive into Long‑Term Memory Engineering
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 7, 2026 · Cloud Native

Boost OpenStack Storage Efficiency with Ceph RBD Erasure Coding

This article explains how to integrate Ceph's erasure‑coded RBD pools with OpenStack, covering the design principles, storage pool layout, performance trade‑offs, and step‑by‑step configuration for Nova and Cinder to achieve higher storage utilization while maintaining high availability.

CephHybrid ArchitectureOpenStack
0 likes · 13 min read
Boost OpenStack Storage Efficiency with Ceph RBD Erasure Coding
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 24, 2026 · Artificial Intelligence

A Comprehensive Guide to Major Attention Mechanisms: From MHA and GQA to MLA, Sparse and Hybrid Architectures

This article reviews and compares the most important attention variants used in modern large language models—including multi‑head attention, grouped‑query attention, multi‑head latent attention, sparse and sliding‑window attention, gated attention, and hybrid designs—detailing their motivations, memory trade‑offs, example architectures, and experimental findings.

Hybrid ArchitectureLLMMHA
0 likes · 29 min read
A Comprehensive Guide to Major Attention Mechanisms: From MHA and GQA to MLA, Sparse and Hybrid Architectures
DataFunTalk
DataFunTalk
Mar 23, 2026 · Artificial Intelligence

MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP

This article provides a detailed technical comparison between Model Context Protocol (MCP) and traditional Command Line Interface (CLI) for AI agents, outlining their design goals, performance trade‑offs, security implications, benchmark results, and a practical decision framework with concrete signals for choosing the right approach.

AI AgentCLIHybrid Architecture
0 likes · 14 min read
MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP
AI Algorithm Path
AI Algorithm Path
Jan 20, 2026 · Artificial Intelligence

End‑to‑End vs Agentic Approaches for Visual Language Navigation: Pros, Cons, and a Hybrid Roadmap

Both end‑to‑end and agentic visual‑language‑navigation systems have distinct strengths and weaknesses; the former excels in closed‑distribution efficiency while the latter offers modularity, explainability, and scalability, and a hybrid design can combine fast reflexes with high‑level planning for robust navigation.

Hybrid ArchitectureRoboticsagentic system
0 likes · 4 min read
End‑to‑End vs Agentic Approaches for Visual Language Navigation: Pros, Cons, and a Hybrid Roadmap
DataFunSummit
DataFunSummit
Jan 3, 2026 · Artificial Intelligence

What Is Memory Engineering? Unlocking AI’s Long‑Term Recall and Future Potential

A comprehensive dialogue among industry experts explores the concept of memory engineering for AI agents, covering its definition, system‑level challenges from edge to cloud, hybrid technical routes, evaluation metrics, privacy safeguards, audience questions, future directions, and practical advice for developers.

AI agentsHybrid Architectureevaluation
0 likes · 24 min read
What Is Memory Engineering? Unlocking AI’s Long‑Term Recall and Future Potential
Ray's Galactic Tech
Ray's Galactic Tech
Dec 30, 2025 · Databases

When to Combine PostgreSQL and MongoDB: A Practical Guide for Enterprise Architecture

This article explains why modern enterprises should avoid single‑database solutions, compares PostgreSQL and MongoDB across core philosophy, technical capabilities, ecosystem extensions, and cost, and provides a decision framework, real‑world case studies, and a hybrid architecture blueprint for scalable, low‑risk systems.

Hybrid ArchitectureMongoDBpostgresql
0 likes · 9 min read
When to Combine PostgreSQL and MongoDB: A Practical Guide for Enterprise Architecture
StarRocks
StarRocks
Dec 18, 2025 · Databases

How Fresha Scaled Real‑Time Analytics with StarRocks: A Deep Dive into Their Hybrid Architecture

Facing Postgres overload and costly Snowflake queries, Fresha rebuilt its analytics platform by introducing StarRocks as a unified SQL entry point, combining federated lakehouse queries with high‑performance internal tables, which reduced homepage query latency to around 200 ms and achieved minute‑level data freshness across real‑time, historical, and search workloads.

Compute-Storage SeparationHybrid ArchitectureLakehouse
0 likes · 20 min read
How Fresha Scaled Real‑Time Analytics with StarRocks: A Deep Dive into Their Hybrid Architecture
PaperAgent
PaperAgent
Dec 9, 2025 · Artificial Intelligence

Agentic AI Unveiled: Dual Paradigms, Architecture Battles, and Future Directions

This comprehensive survey dissects Agentic AI by contrasting symbolic/classical and neural/generative paradigms, mapping 90 peer‑reviewed papers (2018‑2025) through a PRISMA workflow, evaluating architectures, collaboration models, benchmarks, and ethical considerations, and highlighting the emerging need for hybrid systems and standardized evaluation.

Agentic AIHybrid ArchitectureLLM agents
0 likes · 8 min read
Agentic AI Unveiled: Dual Paradigms, Architecture Battles, and Future Directions
Architecture and Beyond
Architecture and Beyond
Nov 22, 2025 · Artificial Intelligence

Why Pure AI Agents Fail in Enterprise and How Workflow‑Agent Hybrids Fix It

The article explains that relying solely on autonomous AI agents in industry is impractical, outlines the three major pitfalls of pure‑agent approaches, and details how combining agents with structured workflows, RAG, and multi‑level architectures delivers reliable, cost‑effective enterprise solutions.

AIEnterpriseHybrid Architecture
0 likes · 15 min read
Why Pure AI Agents Fail in Enterprise and How Workflow‑Agent Hybrids Fix It
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 31, 2025 · Artificial Intelligence

Beyond Transformers: Exploring Post‑Transformer Architectures for Long‑Sequence Modeling

This article reviews the emerging post‑Transformer research landscape, covering linear state‑space models, efficient attention approximations, MLP/conv/RNN hybrids, sparse and causal attention mechanisms, and outlines future trends that may complement or replace the classic Transformer architecture for handling ultra‑long sequences.

AIHybrid ArchitectureState Space Model
0 likes · 17 min read
Beyond Transformers: Exploring Post‑Transformer Architectures for Long‑Sequence Modeling
php Courses
php Courses
Aug 18, 2025 · Backend Development

Boosting Laravel Performance: How We Integrated Go as an Accelerator

This article details how a Laravel‑based PHP system was enhanced by introducing Go components, covering architecture design, cross‑language communication, performance optimizations, lessons learned, and measurable improvements in response time and server load.

BackendGoHybrid Architecture
0 likes · 7 min read
Boosting Laravel Performance: How We Integrated Go as an Accelerator
Youzan Coder
Youzan Coder
May 16, 2025 · Artificial Intelligence

Intelligent Address Recognition: AI‑Assisted Hybrid Solution and Prompt Engineering

This article describes how a hybrid architecture that combines third‑party address‑recognition APIs with large‑language‑model (LLM) processing, along with carefully engineered prompts and a TSV output format, dramatically improves address parsing accuracy and latency in a retail checkout scenario.

AIHybrid ArchitectureLLM
0 likes · 12 min read
Intelligent Address Recognition: AI‑Assisted Hybrid Solution and Prompt Engineering
DaTaobao Tech
DaTaobao Tech
Feb 10, 2025 · Mobile Development

Exploring Taobao Transaction Terminal Hybrid Architecture and Performance Optimization

The article presents a hybrid native‑container/Weex 2.0 architecture for Taobao’s transaction terminal that tackles native development inefficiencies by using configuration‑driven modules for container, instance, data, resource, and logic management, achieving up to 70% latency reduction and outlining rollout and future optimization plans.

Hybrid ArchitectureMobile DevelopmentTaobao
0 likes · 17 min read
Exploring Taobao Transaction Terminal Hybrid Architecture and Performance Optimization
Xianyu Technology
Xianyu Technology
Jul 2, 2021 · Mobile Development

Xianyu’s Journey with Flutter: Challenges, Open‑Source Practices, and Lessons Learned

Xianyu pioneered Flutter adoption in 2017, overcoming internal resistance and architectural gaps by creating the AliFlutter community and a hybrid Flutter Boost stack, successfully migrating its main app, learning from early open‑source missteps to improve documentation and APIs, and now commits to three more years of Flutter development while preparing for future cross‑platform ecosystems.

Cross‑PlatformFlutterHybrid Architecture
0 likes · 10 min read
Xianyu’s Journey with Flutter: Challenges, Open‑Source Practices, and Lessons Learned
Alibaba Cloud Developer
Alibaba Cloud Developer
May 12, 2021 · Mobile Development

How We Boosted Flutter App Startup Speed by Over 1 Second

This article details the performance challenges of large‑scale Flutter apps and presents a series of practical optimizations—including module‑level hybrid rendering, native‑side data prefetch with FFI, multi‑level caching, and resource compression—that together reduced home‑page startup time by more than one second.

Data PrefetchFFIFlutter
0 likes · 10 min read
How We Boosted Flutter App Startup Speed by Over 1 Second
Xianyu Technology
Xianyu Technology
Apr 26, 2021 · Mobile Development

Xianyu’s Journey with Flutter: Architecture, Challenges, and Future

Since 2017 Xianyu’s small engineering team has pioneered Flutter adoption—creating the Flutter Boost engine, hybrid stack calls, and packaging solutions—to achieve near‑native performance across iOS and Android, overcome early ecosystem gaps, and now positions Dart‑first development as a scalable, cost‑effective choice for large‑scale front‑end products and future enterprise apps.

DARTFlutterHybrid Architecture
0 likes · 14 min read
Xianyu’s Journey with Flutter: Architecture, Challenges, and Future
dbaplus Community
dbaplus Community
Jun 18, 2020 · Databases

How a Hybrid Data Warehouse Transformed Banking Data Services

This article details the 2015 hybrid data‑warehouse design implemented at Guangdong Huaxing Bank, explaining its real‑time, historical, and archival layers, the data‑bus concept, and how mixing in‑memory, relational, and Hadoop technologies addressed modern banking data‑volume, latency, and unstructured‑data challenges.

BankingBig DataHadoop
0 likes · 20 min read
How a Hybrid Data Warehouse Transformed Banking Data Services
Programmer DD
Programmer DD
Mar 19, 2020 · Cloud Computing

Serverless vs Containers: Which Cloud Model Wins for Your Apps?

This article compares Serverless and container-based microservices, covering definitions, cost and maintenance benefits, use cases, limitations, and when to choose each approach or a hybrid model for modern cloud applications.

ContainersHybrid ArchitectureServerless
0 likes · 10 min read
Serverless vs Containers: Which Cloud Model Wins for Your Apps?
AntTech
AntTech
Mar 5, 2020 · Mobile Development

Elastic Dynamic Architecture on Mobile: Technical Practices of Alipay's mPaaS Platform

This article explains how Alipay leverages its mPaaS mobile development platform to achieve lightweight coupling, elastic dynamic architecture, hybrid solutions, offline package management, rapid publishing, and comprehensive monitoring, illustrating the technical choices and practical experiences behind building high‑performance, quickly updatable mobile applications.

Hybrid ArchitectureMobile Developmentdynamic updates
0 likes · 26 min read
Elastic Dynamic Architecture on Mobile: Technical Practices of Alipay's mPaaS Platform
Xianyu Technology
Xianyu Technology
Jul 7, 2018 · Mobile Development

Integrating Flutter into Large Native Projects: A Practical Refactoring Strategy

Xianyu’s team refactored their large iOS and Android codebases by extracting Flutter binaries, plugins, and assets into a remote repository, enabling native projects to compile, build, and debug independently in both Standalone and Flutter modes while still supporting full Flutter features such as hot‑reload and Dart builds.

FlutterHybrid ArchitectureMobile Development
0 likes · 8 min read
Integrating Flutter into Large Native Projects: A Practical Refactoring Strategy
Xianyu Technology
Xianyu Technology
Jun 29, 2018 · Mobile Development

Xianyu’s Experience with Flutter: Adoption, Challenges, and Benefits

Xianyu became the first Chinese app to adopt Flutter after its 2018 preview, choosing it for performance and a single codebase, and used it to solve hybrid integration, page‑stack, video and component issues while overcoming Armv7, font, ICU and memory challenges, achieving comparable or better performance, modest APK growth, and a stable production page, though dynamic updates remain limited, prompting continued collaboration with Google.

FlutterHybrid ArchitectureMobile Development
0 likes · 6 min read
Xianyu’s Experience with Flutter: Adoption, Challenges, and Benefits
Ctrip Technology
Ctrip Technology
Jun 29, 2017 · Backend Development

Ctrip IM+ Customer Service System: Architecture, Challenges, and Solutions

The article describes how Ctrip’s IM+ platform integrates voice calls and instant messaging into a unified, multi‑channel customer service solution, detailing its background, current limitations, hybrid architecture, distributed intelligent routing, rule‑engine based allocation, and unified session management to improve efficiency and user experience.

Hybrid Architecturecall centercustomer-service
0 likes · 9 min read
Ctrip IM+ Customer Service System: Architecture, Challenges, and Solutions