Tagged articles
5000 articles
Page 13 of 50
Bilibili Tech
Bilibili Tech
Nov 27, 2025 · Artificial Intelligence

Mastering Agentic Systems with Blades: Concepts, Code, and Workflow Patterns

This article explains what an AI Agent is, distinguishes it from traditional workflows, and demonstrates how to build and customize agents using the Go‑based Blades framework, covering core concepts, code examples, five workflow patterns, best‑practice guidelines, and reference resources.

AIAgentBlades
0 likes · 11 min read
Mastering Agentic Systems with Blades: Concepts, Code, and Workflow Patterns
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 27, 2025 · Artificial Intelligence

How AI Powers Ethnic Product Categorization for Global E‑Commerce

This article presents an end‑to‑end AI solution that builds a cultural knowledge base and leverages large language models to automatically identify and match ethnic‑specific product categories on a cross‑border e‑commerce platform, reducing mis‑matches from 8.4% to 1.8% and cutting iteration time from days to under one day.

AIKnowledge BaseLarge Language Model
0 likes · 19 min read
How AI Powers Ethnic Product Categorization for Global E‑Commerce
phodal
phodal
Nov 26, 2025 · Artificial Intelligence

How Multi‑Agent AI Transforms Code Review into Automated Fixes

AutoDev leverages a multi‑agent architecture and comprehensive information aggregation to turn traditional, fragmented code review into an intelligent, end‑to‑end process that not only detects issues but also generates and applies corrective patches automatically.

AICode ReviewDevOps
0 likes · 9 min read
How Multi‑Agent AI Transforms Code Review into Automated Fixes
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 26, 2025 · Artificial Intelligence

Unlocking AI-Powered Customer Service: From RAG to Deep Evaluation and Optimization

This article explores how the rapid growth of large language models reshapes intelligent customer service, detailing the evolution from rule‑based NLP bots to Retrieval‑Augmented Generation (RAG) and AI‑native agents, and presents a comprehensive framework for evaluating, diagnosing, and continuously improving chatbot performance using LLM‑driven metrics and context engineering.

AIContext EngineeringCustomer Service
0 likes · 46 min read
Unlocking AI-Powered Customer Service: From RAG to Deep Evaluation and Optimization
Xiaolei Talks DB
Xiaolei Talks DB
Nov 25, 2025 · Databases

What’s New in MongoDB 8.2? Performance Boosts, AI Features, and Multi‑Cloud Power

The article reviews MongoDB 8.2’s major upgrades, highlighting up to 36% read throughput gains, 59% write speed improvements, 200% faster time‑series aggregation, 50‑fold faster shard rebalancing, enhanced queryable encryption, native vector search, multi‑cloud Atlas support, and AI‑driven capabilities such as hybrid search and the MongoDB AMP platform.

AIDatabaseMongoDB
0 likes · 7 min read
What’s New in MongoDB 8.2? Performance Boosts, AI Features, and Multi‑Cloud Power
Data Party THU
Data Party THU
Nov 24, 2025 · Artificial Intelligence

Can Post‑Forecast Revision Make Time Series Predictions Truly Reliable?

This article introduces the model‑agnostic PIR framework, which identifies uncertain forecasts and applies local and global post‑hoc revisions to transform average‑accurate time‑series models into systems that deliver stable, instance‑level reliable predictions across diverse real‑world datasets.

AIPIRinstance reliability
0 likes · 8 min read
Can Post‑Forecast Revision Make Time Series Predictions Truly Reliable?
Su San Talks Tech
Su San Talks Tech
Nov 24, 2025 · Backend Development

What’s New in Spring Boot 4? A Deep Dive into the Latest Spring Ecosystem Overhaul

Spring Boot 4 launches alongside Spring Framework 7, Spring Data 2025.1 and Spring AI 1.1, delivering a massive upgrade that includes Jakarta EE 11, JDK 25, null‑safety via JSpecify, build‑time optimizations, modern HTTP clients, full‑stack Jackson 3 support, native resilience features, modular auto‑configuration, OpenTelemetry integration, and a dual‑track AI strategy.

AIBackend DevelopmentJava
0 likes · 9 min read
What’s New in Spring Boot 4? A Deep Dive into the Latest Spring Ecosystem Overhaul
Liangxu Linux
Liangxu Linux
Nov 23, 2025 · R&D Management

Linus Torvalds on Kernel Stewardship, AI, Rust, and Life Beyond Coding

In a candid interview at the Linux Foundation Open Source Summit, Linus Torvalds explains how his role has shifted from hands‑on programming to system‑level stewardship, discusses the impact of AI and Rust on kernel development, and shares personal habits that help him cope with the pressures of maintaining the world’s most complex software project.

AIR&D ManagementRust
0 likes · 19 min read
Linus Torvalds on Kernel Stewardship, AI, Rust, and Life Beyond Coding
PMTalk Product Manager Community
PMTalk Product Manager Community
Nov 23, 2025 · Artificial Intelligence

Essential Strategies for Building Successful AI Products

This guide outlines a step‑by‑step framework for creating AI products, covering problem discovery, user‑centric motivation analysis, compliance and ethics, defining a Minimum Viable Intelligent Product, assembling multidisciplinary teams, leveraging data and model selection, designing trustworthy UX, go‑to‑market tactics, moat building, and continuous monitoring for improvement.

AIData engineeringEthics
0 likes · 17 min read
Essential Strategies for Building Successful AI Products
DataFunSummit
DataFunSummit
Nov 22, 2025 · Artificial Intelligence

Breaking the Recommendation Filter Bubble: Alibaba 1688’s Inference‑Driven AI

Alibaba’s 1688 platform leverages inference‑based large language models to enhance recommendation discovery, addressing the filter‑bubble problem by analyzing long‑term buyer behavior, compressing extensive activity streams, generating nuanced demand queries, and integrating multimodal data and market trend agents to deliver more diverse, explainable product suggestions for B‑type buyers.

AIE‑commerceRecommendation Systems
0 likes · 23 min read
Breaking the Recommendation Filter Bubble: Alibaba 1688’s Inference‑Driven AI
Data Party THU
Data Party THU
Nov 22, 2025 · Industry Insights

Future of Data Market Infrastructures: Open, Decentralized & Commercial Insights

This article examines four typical data market infrastructure paradigms—open public, decentralized on‑chain, commercial centralized, and sovereign/regulatory—analyzing Common Crawl, Chainlink, AWS/Snowflake marketplaces, and EU data spaces, comparing them against PFMI principles, and outlining their strengths, weaknesses, and future evolution toward agent‑driven ecosystems.

AIBlockchainData Market
0 likes · 33 min read
Future of Data Market Infrastructures: Open, Decentralized & Commercial Insights
JD Tech Talk
JD Tech Talk
Nov 21, 2025 · Artificial Intelligence

Mastering Chunking Strategies for Retrieval‑Augmented Generation

This article explains why effective chunking is crucial for RAG performance, compares seven major chunking strategies—including fixed‑size, semantic, recursive, document‑structure, agent‑driven, sentence, and paragraph methods—and offers practical guidance on selecting and optimizing chunks for real‑world AI applications.

AIChunkingRAG
0 likes · 10 min read
Mastering Chunking Strategies for Retrieval‑Augmented Generation
JD Cloud Developers
JD Cloud Developers
Nov 21, 2025 · Artificial Intelligence

Why Chunking Strategy Makes or Breaks RAG Performance

This article explains how different chunking methods—fixed size, semantic, recursive, document‑based, agent‑driven, sentence‑level, and paragraph‑level—affect Retrieval‑Augmented Generation, offering practical guidelines, metrics, and optimization tips for real‑world deployments.

AIChunkingRAG
0 likes · 9 min read
Why Chunking Strategy Makes or Breaks RAG Performance
Architect's Tech Stack
Architect's Tech Stack
Nov 21, 2025 · Backend Development

What’s New in Spring Boot 4? A Deep Dive into the Latest Features

Spring Boot 4 launches alongside Spring Framework 7, Spring Data 2025.1 and Spring AI 1.1, introducing Jakarta EE 11, JDK 25, JSpecify null‑safety, build‑time optimizations with Project Leyden, a new declarative HTTP client, Jackson 3 support, native API versioning, built‑in resilience, OpenTelemetry integration, and a dual‑track AI strategy.

AIBackend DevelopmentJSpecify
0 likes · 9 min read
What’s New in Spring Boot 4? A Deep Dive into the Latest Features
Kuaishou Tech
Kuaishou Tech
Nov 20, 2025 · Artificial Intelligence

How UniDex and UniSearch Redefine Video Search with Semantic Indexing and Generative Models

This article explains how Kuaishou’s UniDex replaces traditional term‑based inverted indexes with model‑driven semantic posting lists and how the end‑to‑end UniSearch framework generates video IDs directly from queries, delivering higher relevance, lower latency, and significant online performance gains.

AIGenerative ModelsLarge Language Models
0 likes · 17 min read
How UniDex and UniSearch Redefine Video Search with Semantic Indexing and Generative Models
DataFunSummit
DataFunSummit
Nov 20, 2025 · Artificial Intelligence

How 1688 Reinvented E‑commerce Search with AI‑Powered Generative Retrieval

This article details Alibaba’s 1688 platform’s shift from traditional e‑commerce search to AI‑driven generative retrieval, covering the AI Deep Search 1.0 and 2.0 cascaded frameworks, multimodal capabilities, an end‑to‑end “model‑as‑search‑engine” approach, experimental results, challenges, and future directions.

AIE-commerce SearchGenerative Retrieval
0 likes · 18 min read
How 1688 Reinvented E‑commerce Search with AI‑Powered Generative Retrieval
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Nov 20, 2025 · Artificial Intelligence

Top 12 Must‑Read Books Bridging Mathematics and AI

This article curates twelve classic textbooks that connect core mathematical concepts—linear algebra, calculus, probability, statistics, and optimization—with machine‑learning theory and practice, offering concise descriptions, author information, and direct links for readers seeking a solid mathematical foundation for AI.

AIBooksFoundations
0 likes · 14 min read
Top 12 Must‑Read Books Bridging Mathematics and AI
21CTO
21CTO
Nov 19, 2025 · Backend Development

Linus Torvalds on AI, Vibe Coding, and the Future of Linux Kernel Development

In a recent interview at the Linux Foundation Open Source Summit, Linus Torvalds shared his nuanced views on AI, the experimental "vibe coding" approach, the rising role of Rust in the kernel, and the challenges and opportunities these technologies present for stable, production‑grade software development.

AILinus TorvaldsRust
0 likes · 5 min read
Linus Torvalds on AI, Vibe Coding, and the Future of Linux Kernel Development
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 19, 2025 · Artificial Intelligence

How to Build a Reliable Dynamic Incremental RAG Pipeline for Real‑Time Data

This article explains why dynamic incremental RAG is harder than static RAG, identifies the three main points where recall accuracy breaks, and presents a three‑stage engineering pipeline—including a quality‑control layer, two‑stage retrieval, and reference‑injection generation—to keep real‑time data retrieval both accurate and robust.

AIDynamic DataRAG
0 likes · 13 min read
How to Build a Reliable Dynamic Incremental RAG Pipeline for Real‑Time Data
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 19, 2025 · Artificial Intelligence

Building an AI-Powered Proofreading Agent for Media: Architecture, Prompt Engineering, and Evaluation

This article details a practical case study of designing, implementing, and evaluating an AI-driven proofreading agent for a media client, covering background challenges, a three‑layer architecture, prompt engineering techniques, RAG knowledge‑base construction, model selection, fine‑tuning, automated metrics, and lessons learned.

AILarge Language ModelProofreading
0 likes · 26 min read
Building an AI-Powered Proofreading Agent for Media: Architecture, Prompt Engineering, and Evaluation
Liangxu Linux
Liangxu Linux
Nov 18, 2025 · Artificial Intelligence

Four Open‑Source AI Tools: Recipe Generator, Job Bot, Prompt Manager, Windows Automation

This article showcases four open‑source AI‑powered projects—a smart recipe generator, an automated job‑application tool, a local prompt‑management utility, and a Windows GUI automation framework—detailing their features, tech stacks, and GitHub repositories for developers to explore and adopt.

AIPrompt managementRecipe Generator
0 likes · 5 min read
Four Open‑Source AI Tools: Recipe Generator, Job Bot, Prompt Manager, Windows Automation
Old Meng AI Explorer
Old Meng AI Explorer
Nov 18, 2025 · Artificial Intelligence

How an Open‑Source AI Tool Turns Xiaohongshu Posts into Viral Hits

The open‑source Xiaohongshu MCP (Multi‑Channel Publisher) leverages AI to predict high‑traffic topics, auto‑generate copy, titles and tags, monitor performance, analyze competitors, and manage multiple accounts, enabling creators to boost followers from a few hundred to thousands without costly subscriptions.

AISocial Media AutomationXiaohongshu
0 likes · 12 min read
How an Open‑Source AI Tool Turns Xiaohongshu Posts into Viral Hits
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 17, 2025 · Frontend Development

How AI and Visual Builders Are Transforming Frontend Efficiency and UX

This edition of the Frontend Tech Weekly explores the convergence of efficiency, intelligence, and experience through case studies on TurboUIBuilder’s native visual page construction, deep Android crash‑attribution optimization, AI‑powered coding agents like Coding and Cursor, multimodal recommendation advances, MCP standards, and a curated selection of open‑source projects.

AIFrontendopen-source
0 likes · 9 min read
How AI and Visual Builders Are Transforming Frontend Efficiency and UX
PMTalk Product Manager Community
PMTalk Product Manager Community
Nov 16, 2025 · Product Management

Essential Strategies to Build Successful AI Products from Zero to One

This guide walks through the end‑to‑end process of creating a successful AI product, from discovering real user problems and assessing market fit, through defining a Minimum Viable Intelligent Product, building data‑driven loops, choosing the right models, designing trustworthy UX, and scaling with a sustainable moat.

AIComplianceData Flywheel
0 likes · 17 min read
Essential Strategies to Build Successful AI Products from Zero to One
Java Captain
Java Captain
Nov 16, 2025 · Fundamentals

Boost Your Code Naming with an AI‑Powered Naming Assistant for Vue and Java

The article shares the author’s struggle with inconsistent naming in front‑end Vue and back‑end Java code and introduces a self‑built AI‑driven naming tool—available as a lightweight web app and an IntelliJ IDEA plugin—that instantly generates clean, convention‑compliant identifiers.

AIBackendFrontend
0 likes · 5 min read
Boost Your Code Naming with an AI‑Powered Naming Assistant for Vue and Java
HyperAI Super Neural
HyperAI Super Neural
Nov 15, 2025 · Artificial Intelligence

AI Paper Weekly: Scale Pretraining, Game Agents, Attention, Context Engineering

This weekly roundup highlights five recent AI research papers—including CoCa’s contrastive captioning model, the Game‑TARS framework for scalable game agents, Kimi Linear’s efficient attention architecture, the Continuous Autoregressive Language Model (CALM), and a comprehensive survey of Context Engineering—summarizing their core contributions and providing direct links.

AIContext EngineeringLanguage Models
0 likes · 6 min read
AI Paper Weekly: Scale Pretraining, Game Agents, Attention, Context Engineering
Old Meng AI Explorer
Old Meng AI Explorer
Nov 14, 2025 · Industry Insights

BettaFish: AI-Powered Multi-Platform Public Opinion Monitoring in Minutes

BettaFish is an open‑source, multi‑Agent system that automatically crawls data from over 30 Chinese and international platforms, applies AI sentiment and trend analysis, generates structured reports in about ten minutes, and offers customizable local deployment, dramatically boosting efficiency for brand PR, media, and market analysts.

AISentiment Analysisautomation
0 likes · 11 min read
BettaFish: AI-Powered Multi-Platform Public Opinion Monitoring in Minutes
HyperAI Super Neural
HyperAI Super Neural
Nov 14, 2025 · Artificial Intelligence

Synthetic Biology Pioneer and Former OpenAI Exec Lead $1.3B Unicorn Lila Sciences Toward Scientific Superintelligence

Lila Sciences, a Cambridge‑based startup valued at $1.3 billion after a $3.5 billion Series A round backed by Nvidia, Flagship Pioneering and others, is building an AI‑driven "scientific superintelligence" platform that automates the entire scientific method, showcases a rapid catalyst discovery, and plans to open its ecosystem to commercial partners.

AIFlagship PioneeringLila Sciences
0 likes · 10 min read
Synthetic Biology Pioneer and Former OpenAI Exec Lead $1.3B Unicorn Lila Sciences Toward Scientific Superintelligence
High Availability Architecture
High Availability Architecture
Nov 14, 2025 · Artificial Intelligence

Quantifying AI Programming Efficiency: A Traceable and Measurable System

This article outlines the challenges of tracking AI‑generated code and measuring AI contribution, reviews earlier ad‑hoc methods, and presents a comprehensive solution featuring a VSCode plugin for unified AI dialogue management and a cloud service that quantifies AI impact across projects, teams, and individual developers.

AIAnalyticsMetrics
0 likes · 9 min read
Quantifying AI Programming Efficiency: A Traceable and Measurable System
IT Services Circle
IT Services Circle
Nov 13, 2025 · Fundamentals

Unlock Java Mastery: From Compilation to Collections, Concurrency and Career Insights

This article combines practical salary insights for Java developers at Transsion with a deep dive into Java fundamentals—including the compilation pipeline, JVM benefits, differences from C++, exception handling, core collection frameworks, concurrency concepts, interview preparation tips, and essential AI knowledge for developers.

AICollectionsConcurrency
0 likes · 14 min read
Unlock Java Mastery: From Compilation to Collections, Concurrency and Career Insights
Ele.me Technology
Ele.me Technology
Nov 13, 2025 · Artificial Intelligence

How Multi‑Agent AI Architecture Solves Complex Data Generation Challenges

This article details the design and evolution of a multi‑agent AI system for automated data generation in integration testing, covering challenges, single‑ versus multi‑agent approaches, prompt engineering, tool governance, intent recognition, tool filtering, reasoning execution, performance gains, and practical recommendations.

AIData GenerationTool Governance
0 likes · 25 min read
How Multi‑Agent AI Architecture Solves Complex Data Generation Challenges
Liangxu Linux
Liangxu Linux
Nov 12, 2025 · Artificial Intelligence

Top Open‑Source AI‑Powered Tools to Boost Your Workflow (2024)

It introduces several open-source projects—MarkItDown for document-to‑Markdown conversion, Codebuff AI coding assistant, Twitter’s recommendation algorithm, mlx‑lm for running LLMs on Apple silicon, Perplexica AI search, and ChinaTextbook dataset—highlighting their features, usage, and GitHub links.

AILarge Language Modelsdocument conversion
0 likes · 6 min read
Top Open‑Source AI‑Powered Tools to Boost Your Workflow (2024)
vivo Internet Technology
vivo Internet Technology
Nov 12, 2025 · Fundamentals

Linux Kernel Innovations Powering the AI Agent Era – Highlights from China’s 20th CLK

The 20th China Linux Kernel Developers Conference, hosted by vivo, presented eleven technical talks covering AI‑driven kernel challenges, memory‑compression techniques, heterogeneous compression, async file‑cache management, uncached I/O, direct I/O for compressed files, parallel writeback, host‑initiated defragmentation, zoned storage, energy‑efficient I/O, and eBPF‑based CPU idle policies, each with concrete performance results and implementation details.

AIFile SystemsLinux kernel
0 likes · 12 min read
Linux Kernel Innovations Powering the AI Agent Era – Highlights from China’s 20th CLK
phodal
phodal
Nov 12, 2025 · Industry Insights

How AutoDev’s New MPP CLI Turns AI Agents into Self‑Testing, Multi‑Platform Tools

The article explains how the new AutoDev MPP architecture and its CLI, built on MPP Core, solve testing difficulties of previous IntelliJ‑based agents by tightly binding UI events, leveraging AI‑generated prompts, iteratively constructing a TUI/CLI, automating test framework generation, and integrating CI/CD for robust, portable AI‑driven development.

AIAutoDevCLI
0 likes · 10 min read
How AutoDev’s New MPP CLI Turns AI Agents into Self‑Testing, Multi‑Platform Tools
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 10, 2025 · Artificial Intelligence

How AI is Transforming Frontend Development: New Tools, Practices, and Insights

This issue of the tech weekly explores the latest breakthroughs where AI meets frontend development, highlighting the launch of the Vike framework, AI-driven code testing and debugging workflows, large-model innovations from major companies, open-source AI CRM and model projects, and practical insights for developers and engineers.

AIFrontendcode generation
0 likes · 8 min read
How AI is Transforming Frontend Development: New Tools, Practices, and Insights
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Nov 10, 2025 · Artificial Intelligence

How to Boost Robot Imitation Learning with Cosmos World Model Data Augmentation

This guide demonstrates an end‑to‑end workflow on Alibaba Cloud PAI that uses the Cosmos world model to replace Isaac simulation for robot action data augmentation, including minimal human demonstrations, prompt‑driven data expansion, rejection sampling, IDM inverse‑kinematics extraction, imitation‑learning fine‑tuning, and model evaluation.

AICosmosRobotics
0 likes · 17 min read
How to Boost Robot Imitation Learning with Cosmos World Model Data Augmentation
DataFunSummit
DataFunSummit
Nov 10, 2025 · Big Data

How Xiaohongshu Cut Data Architecture Costs by One‑Third with Incremental Computing

This article explains how Xiaohongshu, a lifestyle community with over 350 million monthly users, transformed its data platform from a traditional Lambda architecture to a next‑generation incremental computing model, reducing architectural complexity, resource consumption and development effort each by roughly two‑thirds while supporting massive real‑time and offline data demands.

AIBig DataData Architecture
0 likes · 6 min read
How Xiaohongshu Cut Data Architecture Costs by One‑Third with Incremental Computing
Python Programming Learning Circle
Python Programming Learning Circle
Nov 10, 2025 · Artificial Intelligence

How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding

The article introduces the Jupyter MCP server, an extension that implements the Model Context Protocol to enable seamless, secure integration of large language models with Jupyter’s kernels, file system, and terminals, and details its architecture, core features, deployment steps, API mechanisms, and security considerations.

AIJupyterMCP
0 likes · 11 min read
How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding
IT Services Circle
IT Services Circle
Nov 10, 2025 · Artificial Intelligence

Why PyTorch Co‑Founder Soumith Chintala Is Leaving Meta After 11 Years

Soumith Chintala, one of PyTorch’s original creators, announced his departure from Meta after eleven years, citing a desire to move beyond the framework, reflecting on his pivotal role in building PyTorch, its global impact, and his gratitude to the community while looking ahead to new challenges.

AIDeep LearningMeta
0 likes · 12 min read
Why PyTorch Co‑Founder Soumith Chintala Is Leaving Meta After 11 Years
Java Tech Enthusiast
Java Tech Enthusiast
Nov 10, 2025 · Information Security

Who Should Fix AI-Discovered Bugs? Google vs. FFmpeg Open-Source Clash

Google’s Project Zero introduced a “Reporting Transparency” policy, using its AI tool Big Sleep to expose bugs in open-source projects like FFmpeg, sparking a heated debate over whether the responsibility for fixing AI-found vulnerabilities lies with the powerful corporation or the unpaid volunteer maintainers.

AIFFmpegGoogle
0 likes · 7 min read
Who Should Fix AI-Discovered Bugs? Google vs. FFmpeg Open-Source Clash
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Nov 10, 2025 · R&D Management

How AI Is Redefining Engineering Teams: From Code Monkeys to Value Creators

In the AI‑native era, engineers spend most of their time on meetings and coordination rather than coding, prompting a shift toward networked, task‑oriented teams where AI acts as a collaborative agent, enabling smaller, high‑output groups that focus on value creation instead of mere implementation.

AITeam Collaborationengineering management
0 likes · 9 min read
How AI Is Redefining Engineering Teams: From Code Monkeys to Value Creators
Old Meng AI Explorer
Old Meng AI Explorer
Nov 10, 2025 · Mobile Development

How Cactus Turns Any Smartphone into a Powerful Offline AI Assistant

Cactus is a lightweight, open‑source mobile AI framework that runs large language models locally on iOS and Android without internet, offering chat, image recognition, and text‑to‑speech while consuming low resources, supporting older phones, and providing simple demo apps and Flutter integration for developers.

AIFlutterLLM
0 likes · 10 min read
How Cactus Turns Any Smartphone into a Powerful Offline AI Assistant
Efficient Ops
Efficient Ops
Nov 9, 2025 · Operations

How Tencent’s PCG Achieves Full‑Link Observability and AI‑Powered SRE

The talk details Tencent PCG’s end‑to‑end observability platform, its data‑standardization pipeline, client‑backend session linking, AI‑enhanced SRE Agent with large language models, and the roadmap toward a SaaS offering, illustrating how modern operations integrate AI for rapid fault localization.

AILarge Language ModelObservability
0 likes · 17 min read
How Tencent’s PCG Achieves Full‑Link Observability and AI‑Powered SRE
DataFunSummit
DataFunSummit
Nov 9, 2025 · Artificial Intelligence

How Zilliz Cut an 8‑Minute Sales Lead Process to Seconds with AI‑Powered Dify

This article recounts how Zilliz leveraged the low‑code platform Dify to integrate large‑model AI, private data, and business logic, transforming an eight‑minute, manual sales‑lead workflow into a seconds‑level automated pipeline and illustrating a new human‑AI collaboration paradigm.

AIData IntegrationLow‑code
0 likes · 14 min read
How Zilliz Cut an 8‑Minute Sales Lead Process to Seconds with AI‑Powered Dify
Data Party THU
Data Party THU
Nov 9, 2025 · Artificial Intelligence

Mastering Chunking Strategies for Effective RAG: Fixed, Recursive, Semantic, Structured, and Delayed

This article walks through the core RAG pipeline, explains why chunking is the linchpin of retrieval quality, and provides detailed definitions, trade‑offs, and implementation examples for five chunking techniques—fixed, recursive, semantic, structure‑aware, and delayed—so you can choose the right approach for any document‑heavy AI application.

AIChunkingLLM
0 likes · 10 min read
Mastering Chunking Strategies for Effective RAG: Fixed, Recursive, Semantic, Structured, and Delayed
DataFunSummit
DataFunSummit
Nov 8, 2025 · Artificial Intelligence

How Tencent’s LLM Powers Real‑World AI Solutions with RAG and Agents

This article examines Tencent's large language model deployments across diverse business scenarios, detailing core use cases such as content generation, intelligent customer service, and role‑playing, while deep‑diving into the RAG, GraphRAG, and Agent technologies that enable smarter, more reliable AI applications.

AIAgentLLM
0 likes · 4 min read
How Tencent’s LLM Powers Real‑World AI Solutions with RAG and Agents
Top Architect
Top Architect
Nov 8, 2025 · Fundamentals

How I Built an AI-Powered Naming Assistant for Java and Vue Developers

The article describes the frustration developers face with unclear method and variable names, presents an AI‑driven naming tool with both a web app and an IntelliJ IDEA plugin, and explains how the tool quickly generates clean, convention‑compliant identifiers across front‑end and back‑end languages.

AIIDEA PluginVue
0 likes · 6 min read
How I Built an AI-Powered Naming Assistant for Java and Vue Developers
AI Product Manager Community
AI Product Manager Community
Nov 8, 2025 · Artificial Intelligence

Why Prompt Engineering Fails: Embracing Context Engineering for Smarter LLMs

The article explains that prompt engineering alone cannot guarantee reliable AI responses because models lack situational awareness, and introduces context engineering as a systematic approach that structures memory, manages context flow, and integrates RAG and evaluation to make large language models truly useful in real‑world applications.

AIContext EngineeringLLM
0 likes · 7 min read
Why Prompt Engineering Fails: Embracing Context Engineering for Smarter LLMs
Didi Tech
Didi Tech
Nov 7, 2025 · Cloud Native

How Didi’s Open‑Source Projects Are Shaping Cloud‑Native Innovation at Zhejiang University

On November 3, Didi Open‑Source presented its ecosystem and four flagship projects—XIAOJUSURVEY, HUATUO, MPX, and KnowStreaming—to over a hundred Zhejiang University software students, sharing insights on enterprise‑grade open‑source practices, cloud‑native observability, cross‑platform development, and the role of open source in talent cultivation.

AICross‑platform developmentObservability
0 likes · 7 min read
How Didi’s Open‑Source Projects Are Shaping Cloud‑Native Innovation at Zhejiang University
Linux Kernel Journey
Linux Kernel Journey
Nov 7, 2025 · Industry Insights

Celebrating 20 Years of Linux Kernel Innovation: Highlights from the 20th CLK Conference

The 20th China Linux Kernel (CLK) Conference in Shenzhen gathered nearly 500 developers on‑site and over 170,000 online viewers, showcasing five technical sub‑forums, keynote insights on AI‑driven kernel challenges, RISC‑V adoption, and a 31‑fold rise in Chinese kernel contributors, underscoring the rapid evolution of China’s kernel ecosystem.

AIChinaLinux kernel
0 likes · 13 min read
Celebrating 20 Years of Linux Kernel Innovation: Highlights from the 20th CLK Conference
DataFunSummit
DataFunSummit
Nov 7, 2025 · Artificial Intelligence

How Tencent’s LLM Powers Content Creation, Smart Service, and Game NPCs

This article examines Tencent’s large language model deployments across content generation, intelligent customer service, and game role‑playing, and explains the underlying technologies—Supervised Fine‑Tuning, Retrieval‑Augmented Generation, and Agent systems—highlighting how they enhance performance, explainability, and multi‑step reasoning in real‑world business scenarios.

AIAgentLLM
0 likes · 4 min read
How Tencent’s LLM Powers Content Creation, Smart Service, and Game NPCs
DataFunTalk
DataFunTalk
Nov 7, 2025 · Artificial Intelligence

Training-Free GRPO: Low‑Cost Reinforcement Learning for Large Language Models

Training-Free GRPO, proposed by Tencent Youtu Lab, eliminates parameter updates by iteratively building an experience knowledge base, enabling cost‑effective reinforcement learning for large language models, dramatically reducing training expenses from thousands of dollars to under $20 while maintaining strong performance across math reasoning and web search tasks.

AICost Reductionreinforcement learning
0 likes · 6 min read
Training-Free GRPO: Low‑Cost Reinforcement Learning for Large Language Models
Tencent Technical Engineering
Tencent Technical Engineering
Nov 7, 2025 · Information Security

How AI Multi‑Agent Systems Are Revolutionizing Code Security Audits

This article explores how Wukong's AI‑driven multi‑agent architecture dramatically improves code security auditing by addressing context loss, scheduling imbalances, and integrating a data‑flywheel that turns bad cases into continuous model improvements, illustrated by a real NVIDIA Megatron‑LM vulnerability fix.

AICode AuditingVulnerability Detection
0 likes · 14 min read
How AI Multi‑Agent Systems Are Revolutionizing Code Security Audits
IT Services Circle
IT Services Circle
Nov 7, 2025 · Artificial Intelligence

Why Microsoft’s GPU Fleet Is Sitting Idle – The Power Crisis Behind AI’s Growth

Microsoft’s CEO Satya Nadella admits the tech giant’s massive stock of Nvidia GPUs are idle due to insufficient electricity and lack of ready‑to‑use data‑center facilities, highlighting a broader industry shift where AI’s soaring compute demand is now constrained by power and infrastructure limits.

AICloud ComputingData Centers
0 likes · 8 min read
Why Microsoft’s GPU Fleet Is Sitting Idle – The Power Crisis Behind AI’s Growth
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 7, 2025 · Artificial Intelligence

Three Open‑Source Gems: Local‑First Knowledge Hub, NL‑to‑SQL AI, and Private Speech‑to‑Text

This weekly roundup spotlights three open‑source tools—AFFiNE’s local‑first knowledge workspace, Vanna’s natural‑language‑to‑SQL AI framework, and Handy’s offline, privacy‑focused speech‑to‑text app—showcasing recent advances in knowledge management, data analysis, and secure voice transcription.

AIknowledge managementopen-source
0 likes · 7 min read
Three Open‑Source Gems: Local‑First Knowledge Hub, NL‑to‑SQL AI, and Private Speech‑to‑Text
Baobao Algorithm Notes
Baobao Algorithm Notes
Nov 7, 2025 · Artificial Intelligence

Kimi K2-Thinking: 1T‑Parameter Agent Model Beats GPT‑5 on Humanity’s Last Exam

Kimi's open‑source K2‑Thinking model, a 1‑trillion‑parameter agent with native INT4 quantization and 256k context, achieves SOTA performance on benchmarks like Humanity’s Last Exam, BrowseComp and SEAL‑0, outperforms GPT‑5 and Grok‑4, and demonstrates complex tool‑driven reasoning through real‑world examples.

AIAgent ModelK2-Thinking
0 likes · 6 min read
Kimi K2-Thinking: 1T‑Parameter Agent Model Beats GPT‑5 on Humanity’s Last Exam
Bilibili Tech
Bilibili Tech
Nov 7, 2025 · Information Security

How AI-Driven Automation Transforms Security Alert Operations and Incident Tracing

This article explores the evolution of security alert automation from manual verification to SOAR and AI-driven solutions, detailing MCP-based AI agents, integration with various security tools, practical case studies of honey‑pot, HIDS, and EDR alert tracing, and the resulting efficiency gains and future outlook.

AIAlert AnalysisIncident Response
0 likes · 16 min read
How AI-Driven Automation Transforms Security Alert Operations and Incident Tracing
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Nov 7, 2025 · Artificial Intelligence

How Real-Time Sign Language Translation Bridges Communication Gaps

The QianShou Guanyin project introduces a real-time video sign‑language recognition app that captures hand gestures, instantly translates them into speech, and aims to improve communication efficiency, promote educational equity, and enhance social inclusion for millions of hearing‑ and visually‑impaired people in China.

AIaccessibilitycommunication
0 likes · 3 min read
How Real-Time Sign Language Translation Bridges Communication Gaps
JD Retail Technology
JD Retail Technology
Nov 7, 2025 · Artificial Intelligence

How an AI‑Powered Experiment Analysis Agent Transforms Data Insights

This article outlines the motivation, design, architecture, and engineering of an AI-driven experiment analysis agent, detailing its modular workflow, large‑model selection, prompt engineering, front‑end form integration, and future enhancements to improve reliability, transparency, and user interaction.

AIPrompt Engineeringarchitecture
0 likes · 14 min read
How an AI‑Powered Experiment Analysis Agent Transforms Data Insights
macrozheng
macrozheng
Nov 6, 2025 · Backend Development

Explore Cordys CRM: An Open-Source AI‑Powered Customer Management Platform

Cordys CRM is an open‑source, AI‑enhanced customer relationship management platform built with Spring Boot, Vue.js, Docker, and integrated tools like DataEase, SQLBot, and MaxKB, offering flexible UI, secure private deployment, powerful data visualization, and intelligent agents, with step‑by‑step Docker installation and usage guides.

AICRMDocker
0 likes · 7 min read
Explore Cordys CRM: An Open-Source AI‑Powered Customer Management Platform
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Nov 6, 2025 · Artificial Intelligence

How to Test AI‑Powered Interior Layout Models Efficiently?

This article explains how to design, visualize, and automate testing for AI large‑model interior layout solutions, covering data importance, algorithm classification, validation pipelines, and platformization to accelerate model iteration and ensure reliable, design‑correct outputs.

AIinterior designlarge models
0 likes · 10 min read
How to Test AI‑Powered Interior Layout Models Efficiently?
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 6, 2025 · Backend Development

QLExpress4: Boosting Rule Engine Performance and AI-Friendliness

QLExpress4, the latest major rewrite of Alibaba's Java rule engine, dramatically improves compilation and execution speed, adds expression tracing for AI-friendly debugging, supports native JSON syntax for complex data structures, and provides extensive testing, documentation, and integration examples, demonstrating its continued strong demand and adoption across major Alibaba services.

AIJSONJava
0 likes · 14 min read
QLExpress4: Boosting Rule Engine Performance and AI-Friendliness
Sohu Tech Products
Sohu Tech Products
Nov 5, 2025 · Artificial Intelligence

Do AI Models Really Have Introspective Awareness? Anthropic’s New Findings

Anthropic’s recent study reveals that large language models like Claude Opus 4 exhibit functional introspective awareness, defining rigorous criteria for true introspection and demonstrating through four experiments how models can recognize, report, and even control their internal states, though the capability remains unstable and context‑dependent.

AIClaude OpusConcept Injection
0 likes · 15 min read
Do AI Models Really Have Introspective Awareness? Anthropic’s New Findings
AI Info Trend
AI Info Trend
Nov 5, 2025 · Industry Insights

Why Continuous Risk Building and AI Are the Growth Engines for 2025

McKinsey’s 2025 global survey of 715 senior executives across 66 countries reveals that companies continuously launching new risk ventures and leveraging AI achieve faster revenue growth, higher ROI, and quicker breakeven, making AI‑enabled continuous innovation the key driver in today’s uncertain economy.

AICorporate StrategyDigital Transformation
0 likes · 7 min read
Why Continuous Risk Building and AI Are the Growth Engines for 2025
Baidu Geek Talk
Baidu Geek Talk
Nov 5, 2025 · Artificial Intelligence

How AI Agents Are Revolutionizing E‑Commerce and Global Brand Expansion

In a round‑table hosted by Baidu Intelligent Cloud, industry leaders dissect how AI agents are transforming Chinese retail and overseas brand expansion, addressing challenges such as rising traffic costs, low repurchase rates, localization hurdles, and demonstrating concrete use cases in content generation, intelligent customer service, and automated marketing that promise to make AI agents an essential, not optional, component of modern commerce.

AICustomer ServiceDigital Transformation
0 likes · 17 min read
How AI Agents Are Revolutionizing E‑Commerce and Global Brand Expansion
Tencent Technical Engineering
Tencent Technical Engineering
Nov 5, 2025 · Artificial Intelligence

iDetex: The Winning AI Model Transforming Image Quality Assessment

iDetex, the champion solution of the ICCV 2025 MIPI Detailed Image Quality Assessment Challenge, introduces a novel multimodal LLM-driven framework that precisely locates, describes, and grades image distortions, outperforming traditional IQA models and enabling practical deployments across video, live streaming, e‑commerce, and image‑processing pipelines.

AIICCV 2025computer vision
0 likes · 18 min read
iDetex: The Winning AI Model Transforming Image Quality Assessment
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 5, 2025 · Cloud Computing

How Alibaba Cloud Accelerated IPv6 Adoption to Power AI-Driven Networks

At the 4th China IPv6 Innovation Development Conference, Alibaba Cloud showcased its rapid IPv6 deployment—boosting IDC traffic share from 12% to 40%, expanding cloud product support to 97%, and leveraging IPv6/SRv6 to meet AI large‑model network demands, while sharing best practices across industry and government partners.

AIAlibaba CloudCloud Computing
0 likes · 5 min read
How Alibaba Cloud Accelerated IPv6 Adoption to Power AI-Driven Networks
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 5, 2025 · Artificial Intelligence

Why Production-Ready RAG Is Ten Times Harder Than a Simple Demo

Building a Retrieval‑Augmented Generation (RAG) system may be straightforward in code, but making it reliable, accurate, and scalable in production involves challenges across data preparation, vector retrieval, query rewriting, generation control, and system integration, turning a demo into a truly useful AI service.

AILLMPrompt Engineering
0 likes · 8 min read
Why Production-Ready RAG Is Ten Times Harder Than a Simple Demo
JD Tech Talk
JD Tech Talk
Nov 4, 2025 · Artificial Intelligence

How AI-Powered Virtual Try-On Transforms Fashion E‑Commerce

The article explains how JD.com's AI virtual try‑on system Oxygen Tryon uses advanced computer‑vision and generative models to let shoppers instantly preview clothing on their own photos, dramatically improving purchase decisions, reducing return rates, and outlining technical challenges, innovations, and future development plans.

AIDeep LearningFashion E‑commerce
0 likes · 7 min read
How AI-Powered Virtual Try-On Transforms Fashion E‑Commerce
DataFunSummit
DataFunSummit
Nov 4, 2025 · Artificial Intelligence

How Tencent Leverages RAG, GraphRAG, and Agents to Power Large Language Model Applications

This article explores Tencent's large language model deployments across various business scenarios, detailing core use cases such as content generation, intelligent customer service, and role‑playing, and explains the underlying technologies—Supervised Fine‑Tuning, Retrieval‑Augmented Generation, and Agent systems—that enable these applications.

AIAgentRAG
0 likes · 4 min read
How Tencent Leverages RAG, GraphRAG, and Agents to Power Large Language Model Applications
JD Cloud Developers
JD Cloud Developers
Nov 4, 2025 · Artificial Intelligence

How AI-Powered Virtual Try‑On Is Revolutionizing Fashion E‑Commerce

The article explains how JD.com's AI try‑on system Oxygen Tryon uses advanced computer‑vision models to let shoppers instantly preview garments on their own photos, dramatically improving fit perception, reducing return rates, and outlining future technical and business expansions.

AIFashion E‑commercecomputer vision
0 likes · 6 min read
How AI-Powered Virtual Try‑On Is Revolutionizing Fashion E‑Commerce
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 4, 2025 · Artificial Intelligence

How Open‑Source AI Tools Can Auto‑Generate PPTs, Mobile Apps, and Web Apps

This article introduces four open‑source AI projects—Presentation AI for instant PPT creation, Cactus for deploying LLMs on mobile devices, Claudable for generating full‑stack web applications from natural language, and DeepMCPAgent for enabling AI agents to discover and use external tools—highlighting their features, cross‑platform capabilities, and free GitHub repositories.

AIDevelopmentopen-source
0 likes · 4 min read
How Open‑Source AI Tools Can Auto‑Generate PPTs, Mobile Apps, and Web Apps
AsiaInfo Technology: New Tech Exploration
AsiaInfo Technology: New Tech Exploration
Nov 4, 2025 · Artificial Intelligence

How Multimodal Large Models Are Revolutionizing Video Analysis

This article examines the evolution from single‑frame video analysis to multimodal large models, detailing their architecture, optimization techniques, experimental validation on edge devices, and practical scenarios, while highlighting current limitations and future directions for AI‑driven video understanding.

AIcomputer visionedge computing
0 likes · 20 min read
How Multimodal Large Models Are Revolutionizing Video Analysis
21CTO
21CTO
Nov 4, 2025 · Artificial Intelligence

How Zoom’s AI “Digital Twin” Could Cut Your Workweek in Half

Zoom’s CEO Eric Yuan revealed that the company’s AI‑powered digital‑twin avatar will soon handle meetings, emails and contract negotiations, aiming to slash a typical workweek by several days within the next five years.

AIDigital TwinVideo Conferencing
0 likes · 3 min read
How Zoom’s AI “Digital Twin” Could Cut Your Workweek in Half
Radish, Keep Going!
Radish, Keep Going!
Nov 4, 2025 · Artificial Intelligence

What You Need to Know: Backpropagation, FreeBSD, AI MoE, and More Tech Insights

This roundup covers essential insights on backpropagation fundamentals, FreeBSD self‑hosting benefits, an open‑source 30B MoE AI model, misuse of cybercrime laws, historic moving sidewalks, party‑planning hacks, deceptive signal‑strength tricks, a 1000‑hp micro motor, Nextcloud performance fixes, and Google Cloud account suspensions, offering a blend of technical depth and practical advice.

AIBackpropagationCloud Computing
0 likes · 11 min read
What You Need to Know: Backpropagation, FreeBSD, AI MoE, and More Tech Insights
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 4, 2025 · Artificial Intelligence

How Midscene.js Uses AI to Transform UI Automation: Architecture, Workflow, and Real‑World Tips

This article systematically introduces Midscene.js, an AI‑powered next‑generation UI automation tool, covering its design motivations, core architecture, UI context acquisition, LLM‑driven planning, element verification strategies, Chrome extension implementation, common pitfalls, and practical business insights.

AIChrome ExtensionMidscene.js
0 likes · 31 min read
How Midscene.js Uses AI to Transform UI Automation: Architecture, Workflow, and Real‑World Tips
Continuous Delivery 2.0
Continuous Delivery 2.0
Nov 4, 2025 · Operations

Google's STAMP Framework: Redefining SRE for AI‑Driven Systems

Google’s SRE team is shifting from traditional error‑budget approaches to the STAMP (Systems-Theoretic Accident Model and Processes) framework, applying control theory and system‑level analysis to manage the growing complexity of AI‑powered services, improve safety, and proactively prevent hazardous states.

AIReliabilitySRE
0 likes · 12 min read
Google's STAMP Framework: Redefining SRE for AI‑Driven Systems
DeWu Technology
DeWu Technology
Nov 3, 2025 · Artificial Intelligence

How Large Language Models Boost Search Relevance: A Real‑World Case Study

This article explains how a leading e‑commerce platform leveraged large language models to overcome traditional search relevance challenges, detailing the iterative workflow, model distillation, performance gains, deployment results, and future directions for smarter, more accurate product search.

AILarge Language Modelse‑commerce
0 likes · 10 min read
How Large Language Models Boost Search Relevance: A Real‑World Case Study
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 3, 2025 · Artificial Intelligence

What’s Inside This Week’s Tech Deep Dive? AI, Mobile Monitoring, Real‑Time Web & More

This edition of the technical weekly delivers an in‑depth analysis of cutting‑edge topics—including performance optimization pitfalls, a RUM‑based Android monitoring probe, real‑time web communication technologies, C++ performance tricks, Spring AI‑powered DeepResearch, high‑impact AI coding workflows, and a showcase of the Rust‑based oxdraw visualization tool—providing developers with practical insights across mobile, web, and AI domains.

AIWeb Real-Time Communicationmobile monitoring
0 likes · 7 min read
What’s Inside This Week’s Tech Deep Dive? AI, Mobile Monitoring, Real‑Time Web & More
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 3, 2025 · Artificial Intelligence

Large Language Models Power Big Data SRE Knowledge & Root‑Cause Automation

Facing the growing complexity of big‑data platforms, the SRE team adopted large‑language‑model agents to automate knowledge management and root‑cause analysis, employing Retrieval‑Augmented Generation, a vector store, and the Model Context Protocol to enable intelligent, scalable, and efficient incident diagnosis and resolution.

AIMCPRAG
0 likes · 12 min read
Large Language Models Power Big Data SRE Knowledge & Root‑Cause Automation