Tagged articles
5000 articles
Page 38 of 50
Tencent Cloud Developer
Tencent Cloud Developer
May 22, 2023 · Artificial Intelligence

Application of AI Large Language Models in the Full Software Development Lifecycle

The article shows how AI large‑language models such as ChatGPT can support every stage of the software development lifecycle—from extracting requirements and designing solutions to generating code, tests, deployment scripts, and operational diagnostics—while warning about model inaccuracies, hallucinations, intellectual‑property and privacy risks.

AIChatGPTGitHub Copilot
0 likes · 8 min read
Application of AI Large Language Models in the Full Software Development Lifecycle
DataFunSummit
DataFunSummit
May 22, 2023 · Artificial Intelligence

Digital Twin in JD Retail Supply Chain: Architecture, Practices, and Future Directions

This article presents JD Retail's digital‑twin framework for its complex supply‑chain network, detailing the underlying AI‑driven intelligent diagnosis, end‑to‑end simulation platform, two concrete case studies on inventory sinking and multi‑warehouse layout optimization, and outlines future research challenges and opportunities.

AIDigital TwinJD.com
0 likes · 19 min read
Digital Twin in JD Retail Supply Chain: Architecture, Practices, and Future Directions
Efficient Ops
Efficient Ops
May 20, 2023 · Artificial Intelligence

9 Proven Strategies to Stay Irreplaceable in the AI Era

Amid growing concerns that AI like ChatGPT could replace many jobs, this article outlines nine practical rules—ranging from cultivating unexpected, social, and scarce skills to deliberately limiting digital dependence and fostering human‑centric networks—to help professionals remain indispensable and thrive alongside intelligent machines.

AIHuman SkillsLeadership
0 likes · 8 min read
9 Proven Strategies to Stay Irreplaceable in the AI Era
21CTO
21CTO
May 19, 2023 · Artificial Intelligence

OpenAI’s ChatGPT iOS App Launches – Android Version Coming Soon

OpenAI has released a free iOS ChatGPT app with Whisper‑powered voice input and syncable chat history, promises an Android version in the coming weeks, and highlights speed improvements, privacy features, and its impact on third‑party alternatives.

AIAndroidChatGPT
0 likes · 4 min read
OpenAI’s ChatGPT iOS App Launches – Android Version Coming Soon
21CTO
21CTO
May 19, 2023 · Artificial Intelligence

Unlock ChatGPT Plugins: Install, Use, and Extend AI Capabilities

This guide explains what ChatGPT plugins are, why they matter, how to enable them, and showcases popular extensions that let the model fetch real‑time data, access private knowledge bases, automate tasks, and even generate images or code.

AIChatGPTOpenAI
0 likes · 6 min read
Unlock ChatGPT Plugins: Install, Use, and Extend AI Capabilities
Programmer DD
Programmer DD
May 19, 2023 · Artificial Intelligence

Master Advanced Prompt Engineering: Boost LLM Performance with Proven Techniques

This article explains why effective prompt design—covering system messages, few‑shot learning, non‑dialogue scenarios, explicit instructions, output shaping, syntax cues, task decomposition, chain‑of‑thought, and real‑world context—is essential for reliable large language model results and provides practical examples and tips.

AIPrompt EngineeringSystem Messages
0 likes · 8 min read
Master Advanced Prompt Engineering: Boost LLM Performance with Proven Techniques
Qunar Tech Salon
Qunar Tech Salon
May 17, 2023 · Frontend Development

QTest & QClient Technical Journey: Event Overview and Talk Summaries

The QTest and QClient technical journey event on May 23, 2023 features multiple expert talks on performance testing, AI‑enhanced frontend engineering, Serverless visualisation, user‑behavior replay, and a new React framework, along with registration details, promotional items, and recruitment information.

AIFrontend DevelopmentQTest
0 likes · 5 min read
QTest & QClient Technical Journey: Event Overview and Talk Summaries
Efficient Ops
Efficient Ops
May 16, 2023 · Operations

How China Mobile Built a Scalable AIOps Platform to Cut Incident Resolution Time

This article shares China Mobile IT Center's four‑year journey of designing, deploying, and refining a centralized AIOps platform that automates anomaly detection, fault diagnosis, and remediation, dramatically reducing complaint ticket handling from ten to six hours while scaling to billions of AI model calls per month.

AIIncident Managementaiops
0 likes · 18 min read
How China Mobile Built a Scalable AIOps Platform to Cut Incident Resolution Time
DataFunSummit
DataFunSummit
May 16, 2023 · Big Data

LakeSoul Joins LF AI & Data Foundation as an Open‑Source Cloud‑Native Lakehouse Framework

LakeSoul, China's only open‑source lakehouse project, has been donated to the LF AI & Data Foundation, becoming its first lake‑warehouse framework and offering ACID‑guaranteed high‑concurrency upserts, a high‑performance Rust‑based I/O layer, real‑time data‑warehouse capabilities, and seamless AI/BI integration for modern big‑data applications.

AIData WarehouseLakeSoul
0 likes · 7 min read
LakeSoul Joins LF AI & Data Foundation as an Open‑Source Cloud‑Native Lakehouse Framework
21CTO
21CTO
May 16, 2023 · Databases

How Cassandra’s New Vector Search Transforms AI Applications

This article explains how Cassandra’s newly added vector data type and ANN search capabilities empower AI developers to store, index, and query high‑dimensional embeddings at scale, enabling use cases such as image retrieval, recommendation, and large‑language‑model integration.

AIANNDatabase
0 likes · 10 min read
How Cassandra’s New Vector Search Transforms AI Applications
Continuous Delivery 2.0
Continuous Delivery 2.0
May 16, 2023 · Artificial Intelligence

How to Write Effective Prompts and Use the OpenAI Python API

This article explains practical principles and techniques for crafting clear, specific prompts for ChatGPT, demonstrates how to structure prompts with separators and output formats, and provides a step‑by‑step guide—including code examples—for installing the OpenAI Python library, obtaining an API key, and writing a reusable get_completion function to interact with the model.

AIChatGPTCode Examples
0 likes · 9 min read
How to Write Effective Prompts and Use the OpenAI Python API
Baidu Geek Talk
Baidu Geek Talk
May 15, 2023 · Industry Insights

How AI‑Driven Perceptual Encoding Cuts Video Bandwidth by Up to 60% While Boosting Quality

This article examines the technical background, core AI‑assisted perceptual encoding methods, practical implementations, and performance results of Baidu's intelligent video cloud, showing how content‑aware preprocessing, ROI‑based bitrate allocation, and AI‑enhanced super‑resolution can dramatically reduce bandwidth consumption while improving user experience.

AIBaiduStreaming
0 likes · 21 min read
How AI‑Driven Perceptual Encoding Cuts Video Bandwidth by Up to 60% While Boosting Quality
DataFunSummit
DataFunSummit
May 15, 2023 · Artificial Intelligence

Music-Driven Digital Human: Algorithms and Practices

This article presents the Music XR Maker framework and its four core components—music-driven system architecture, dance generation, lip-sync driven by singing voice, and expressive singing facial animation—detailing data sources, AI generation pipelines, 3D rendering, product applications, and future research directions.

3D renderingAIDance Generation
0 likes · 15 min read
Music-Driven Digital Human: Algorithms and Practices
php Courses
php Courses
May 13, 2023 · Artificial Intelligence

Implementing Face Recognition with ThinkPHP and Tencent Cloud AI

This tutorial explains how to integrate Tencent Cloud's facial recognition services with the ThinkPHP framework, covering SDK installation, API key setup, and sample code for face detection, comparison, and identification using PHP.

AIAPIPHP
0 likes · 6 min read
Implementing Face Recognition with ThinkPHP and Tencent Cloud AI
Alibaba Cloud Native
Alibaba Cloud Native
May 12, 2023 · Cloud Computing

Deploy Stable Diffusion on Alibaba Cloud Serverless in Minutes

This guide walks you through registering for Alibaba Cloud, enabling Function Compute and NAS, creating a Stable Diffusion application from a template, configuring the admin console, uploading the model, optionally building a custom Docker image, and troubleshooting common issues, all with step‑by‑step instructions and code examples.

AIAlibaba CloudFunction Compute
0 likes · 9 min read
Deploy Stable Diffusion on Alibaba Cloud Serverless in Minutes
58UXD
58UXD
May 12, 2023 · Artificial Intelligence

Boost B‑Enterprise Design Efficiency with Stable Diffusion & Midjourney

This article demonstrates how B‑end designers can leverage AI image generators such as Stable Diffusion and Midjourney to accelerate visual creation, reduce reliance on complex 3D tools, and achieve up to 80% productivity gains through practical prompts, workflow steps, and post‑processing techniques.

AIB2BMidjourney
0 likes · 8 min read
Boost B‑Enterprise Design Efficiency with Stable Diffusion & Midjourney
JD Tech
JD Tech
May 9, 2023 · Artificial Intelligence

Overview of Emerging Frontier Technologies and Their Applications in Medicine

This article surveys the latest frontier technologies—including GPT‑4, ChatGPT, generative AI, digital humans, VR/AR/MR, 6G, quantum computing, the metaverse, and Web3—explaining their concepts, use cases, and especially how they are reshaping medical services such as remote consultation, virtual diagnosis, wearables, 3D‑printed biomedicine, human augmentation, brain‑computer interfaces, and computational biology.

AIGenerative AIMedical Technology
0 likes · 23 min read
Overview of Emerging Frontier Technologies and Their Applications in Medicine
360 Tech Engineering
360 Tech Engineering
May 9, 2023 · Frontend Development

Why Use AI to Write Unit Tests for React Hooks

This article explains the motivation for writing unit tests for shared React hook modules, demonstrates how an AI assistant in the Cursor IDE can generate Jest test cases from a repository, and details the step‑by‑step process of configuring the environment, fixing failing tests, and reflecting on AI's current limitations.

AIFrontendJest
0 likes · 10 min read
Why Use AI to Write Unit Tests for React Hooks
Baidu Tech Salon
Baidu Tech Salon
May 9, 2023 · Artificial Intelligence

How Baidu’s Award‑Winning Dialogue Tech Powers China’s AI Surge

The article examines Baidu’s groundbreaking knowledge‑deep learning dialogue system that earned the 2022 Wu Wenjun AI Science and Technology Award, detailing its technical breakthroughs, patent portfolio, large‑scale deployments, and how it underpins China’s rapid advancement in large language models and AI industry integration.

AIArtificial IntelligenceBaidu
0 likes · 12 min read
How Baidu’s Award‑Winning Dialogue Tech Powers China’s AI Surge
Baidu Geek Talk
Baidu Geek Talk
May 8, 2023 · Artificial Intelligence

Augmented Language Models: Reasoning and External Tool Utilization

The survey shows that once language models exceed roughly ten billion parameters they spontaneously acquire two complementary abilities—step‑by‑step reasoning, often elicited by chain‑of‑thought prompts or scratch‑pad training, and the capacity to invoke external tools such as search engines, calculators, or robots—enabling them to retrieve up‑to‑date information, perform complex computations, and act in the world, thereby advancing toward general artificial intelligence.

AIPrompt EngineeringReasoning
0 likes · 20 min read
Augmented Language Models: Reasoning and External Tool Utilization
IT Services Circle
IT Services Circle
May 8, 2023 · Artificial Intelligence

Mojo: A New High‑Performance Programming Language Bridging Python Ease and C‑Level Speed for AI

Mojo, the new programming language announced by Chris Lattner’s Modular AI, combines Python’s usability with C‑level performance, offering seamless interoperability, extensive compiler optimizations, and scalability for AI workloads, positioning itself as a potential breakthrough in machine‑learning infrastructure and development.

AICompilerMojo
0 likes · 8 min read
Mojo: A New High‑Performance Programming Language Bridging Python Ease and C‑Level Speed for AI
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 8, 2023 · Artificial Intelligence

Understanding the Principles Behind ChatGPT: NLP, Transformers, and Reinforcement Learning

This article explains how ChatGPT works by covering the fundamentals of natural language processing, generative language models, deep learning, the Transformer architecture, attention mechanisms, few‑shot learning, and the reinforcement‑learning techniques that align its outputs with human preferences.

AIChatGPTLarge Language Model
0 likes · 24 min read
Understanding the Principles Behind ChatGPT: NLP, Transformers, and Reinforcement Learning
DataFunTalk
DataFunTalk
May 8, 2023 · Artificial Intelligence

Comprehensive Overview of Modern Recommendation System Technologies

This article presents a detailed survey of recent advances in recommendation system technology, covering system architecture, user understanding layers, various recall methods, ranking techniques, auxiliary algorithms such as cold-start and bias modeling, and evaluation metrics, with references to industry practices and academic research.

AIRecommendation Systemsevaluation metrics
0 likes · 13 min read
Comprehensive Overview of Modern Recommendation System Technologies
WeiLi Technology Team
WeiLi Technology Team
May 8, 2023 · Artificial Intelligence

How to Run GPT‑2 Locally: Complete Setup and Code Adjustments

This guide explains the GPT‑2 background, required software, environment configuration, code modifications for TensorFlow 2.x, data download, execution commands, and sample test results, providing a full step‑by‑step process for local deployment of the model.

AIGPT-2Local Deployment
0 likes · 7 min read
How to Run GPT‑2 Locally: Complete Setup and Code Adjustments
Python Crawling & Data Mining
Python Crawling & Data Mining
May 8, 2023 · Artificial Intelligence

How to Choose the Right Features for Python Machine Learning Projects

This article explains Python machine‑learning basics, covering data splitting, feature and label concepts, key factors for feature selection, and practical tips for building predictive models, while also offering code snippets and visual illustrations to help readers apply these techniques effectively.

AIdata miningfeature selection
0 likes · 6 min read
How to Choose the Right Features for Python Machine Learning Projects
21CTO
21CTO
May 7, 2023 · Artificial Intelligence

Can Mojo Make Python 35,000× Faster? Inside the New AI‑Focused Language

Modular's new Mojo language blends Python's ease of use with C‑level performance, leveraging MLIR and hardware acceleration to claim up to 35,000‑fold speed gains, while offering system‑programming features, zero‑cost abstractions, and a path toward a Python superset for AI development.

AICompilerMojo
0 likes · 6 min read
Can Mojo Make Python 35,000× Faster? Inside the New AI‑Focused Language
DataFunSummit
DataFunSummit
May 6, 2023 · Artificial Intelligence

The Convergence of NLP and Computer Vision: Unified Neural Architectures and Pre‑training Strategies

This talk reviews the recent trend of unifying natural‑language processing and computer‑vision models through shared transformer architectures, masked‑image‑modeling pre‑training, brain‑inspired prediction mechanisms, and practical benefits such as knowledge sharing, multimodal applications, and cost efficiency, while highlighting the evolution of Swin Transformer and its next‑generation variants.

AINLPTransformer
0 likes · 20 min read
The Convergence of NLP and Computer Vision: Unified Neural Architectures and Pre‑training Strategies
Programmer DD
Programmer DD
May 5, 2023 · Artificial Intelligence

How Microsoft’s Bing Chat Upgrade Turns Search into an AI Copilot

Microsoft has fully opened Bing Chat to all users, introducing multimodal responses, a multilingual Image Creator, persistent chat history, and upcoming plugin support, while sharing usage statistics and outlining weekly update plans that position Bing as an AI‑driven search copilot competing with ChatGPT.

AIBingChatMicrosoft
0 likes · 8 min read
How Microsoft’s Bing Chat Upgrade Turns Search into an AI Copilot
Alibaba Cloud Native
Alibaba Cloud Native
May 1, 2023 · Cloud Native

Deploy FastChat on Alibaba Cloud ASK: A Serverless AI Model Tutorial

This guide shows how to quickly deploy the open‑source FastChat AI assistant on Alibaba Cloud ASK's serverless Kubernetes platform, covering prerequisites, YAML configuration, GPU handling, verification steps, and three usage scenarios including web UI, API calls, and a VSCode extension.

AIASKFastChat
0 likes · 12 min read
Deploy FastChat on Alibaba Cloud ASK: A Serverless AI Model Tutorial
DataFunTalk
DataFunTalk
Apr 29, 2023 · Operations

WeChat NLP Algorithm Microservice Governance: Challenges and Solutions

This article examines the governance of WeChat NLP algorithm microservices, outlining the management, performance, and scheduling challenges they pose, and presents solutions including automated CI/CD pipelines, task‑aware auto‑scaling, DAG‑based service composition, custom Python interpreter PyInter, and an improved Joint‑Idle‑Queue load‑balancing algorithm.

AINLPOperations
0 likes · 13 min read
WeChat NLP Algorithm Microservice Governance: Challenges and Solutions
21CTO
21CTO
Apr 28, 2023 · Artificial Intelligence

Which Chinese Jobs Are Most Vulnerable to AI? A Data‑Driven Ranking

Using eight years of Chinese recruitment data mapped to O*net, the study breaks down occupations into thousands of tasks, lets GPT score each for automation potential, and reveals the top and bottom jobs by AI replacement risk along with the economic factors that drive these trends.

AIChinaGPT
0 likes · 13 min read
Which Chinese Jobs Are Most Vulnerable to AI? A Data‑Driven Ranking
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 28, 2023 · Artificial Intelligence

Exploring Alibaba’s Tongyi Qianwen AI Model, SWOT, Recipe Demo, and Code Samples for Spark Same‑Period Analysis and Java Bubble Sort

The article reviews Alibaba’s Tongyi Qianwen large‑language model, shares a cooking recipe generated by the AI, presents a SWOT analysis, and provides code examples—including a Spark Scala script for same‑period month‑over‑month calculations and a Java bubble‑sort implementation.

AIJavaLarge Language Model
0 likes · 12 min read
Exploring Alibaba’s Tongyi Qianwen AI Model, SWOT, Recipe Demo, and Code Samples for Spark Same‑Period Analysis and Java Bubble Sort
ITPUB
ITPUB
Apr 28, 2023 · Databases

Why Time Series Databases Are Revolutionizing IoT and Industry

This article explains what time series databases are, outlines their key characteristics, traces their evolution from early real‑time databases to modern solutions, and examines current technical innovations and market trends driving their rapid adoption across IoT, finance, and industrial sectors.

AIDatabasesIoT
0 likes · 11 min read
Why Time Series Databases Are Revolutionizing IoT and Industry
DaTaobao Tech
DaTaobao Tech
Apr 28, 2023 · Artificial Intelligence

Multi-Scenario Recommendation Model

The paper introduces SASS, a scenario-adaptive self-supervised recommendation model that uses contrastive pre-training and multi-layer gating to expand global samples and transfer scene-aware parameters, enabling a single model to deliver personalized recommendations across diverse Taobao ‘SuoSuo’ scenarios while mitigating data sparsity and cross-domain challenges.

AIDeep LearningRecommendation Systems
0 likes · 23 min read
Multi-Scenario Recommendation Model
Kuaishou Tech
Kuaishou Tech
Apr 26, 2023 · Artificial Intelligence

Dual-Interest Decomposition Head Attention for Sequence Recommendation with Positive and Negative Feedback

The paper proposes a dual‑interest decomposition head‑attention model that uses a feedback‑aware encoding layer, a factorized head attention mechanism, and separate positive/negative interest towers to improve sequence recommendation performance on short‑video and e‑commerce datasets.

AIFeedbackSequence Modeling
0 likes · 8 min read
Dual-Interest Decomposition Head Attention for Sequence Recommendation with Positive and Negative Feedback
21CTO
21CTO
Apr 25, 2023 · Artificial Intelligence

What Are Autonomous AI Agents and Why They’re the Next Tech Revolution

This article explains autonomous AI agents—self‑directed systems that set goals, create and prioritize tasks, and iteratively execute them—detailing how they work, real‑world examples, their transformative potential across industries, and practical steps to build or use them.

AIFuture of Workautonomous agents
0 likes · 27 min read
What Are Autonomous AI Agents and Why They’re the Next Tech Revolution
Baidu Tech Salon
Baidu Tech Salon
Apr 25, 2023 · Game Development

How to Build Sensor‑Free Motion Games with PP‑TinyPose and FastDeploy

This article explains how to develop sensor‑less motion-controlled games by leveraging the PP‑TinyPose keypoint detection model and FastDeploy inference tool, detailing the required setup, code snippets, and a reusable PyQt5 framework for creating webcam‑driven interactive demos.

AIFastDeployPP-TinyPose
0 likes · 11 min read
How to Build Sensor‑Free Motion Games with PP‑TinyPose and FastDeploy
Tencent Tech
Tencent Tech
Apr 25, 2023 · Artificial Intelligence

How Tencent’s TRX‑Hand and TRX‑Arm Achieve Human‑like Dexterous Manipulation

On April 25, Tencent’s Robotics X lab unveiled its self‑developed TRX‑Hand and TRX‑Arm, a three‑finger dexterous hand and a seven‑degree‑of‑freedom arm that combine advanced hybrid actuation, high‑resolution tactile sensors, multi‑modal perception and real‑time planning to perform complex tasks such as cocktail mixing, object catching, and precise insertion.

AIDexterous ManipulationRobotics
0 likes · 10 min read
How Tencent’s TRX‑Hand and TRX‑Arm Achieve Human‑like Dexterous Manipulation
DevOps
DevOps
Apr 25, 2023 · Artificial Intelligence

The Bitter Lesson: Why Brute‑Force Computation Outperforms Hand‑Crafted Knowledge in AI

Richard Sutton’s “The Bitter Lesson” argues that over the past seven decades the most powerful driver of AI progress has been general‑purpose compute and large‑scale search, which consistently surpasses methods that rely on human‑engineered knowledge across domains such as chess, Go, speech recognition, and computer vision.

AIDeep Learningbrute force
0 likes · 7 min read
The Bitter Lesson: Why Brute‑Force Computation Outperforms Hand‑Crafted Knowledge in AI
21CTO
21CTO
Apr 24, 2023 · Artificial Intelligence

Inside MOSS 003: Fudan University's Open-Source Large Language Model

This article details the evolution of Fudan University's open‑source MOSS series—from the early OpenChat 001 prototype to the current MOSS 003—covering data collection, multilingual capabilities, plugin architecture, model releases on HuggingFace, and how developers can start using the models.

AIChinese NLPLarge Language Model
0 likes · 10 min read
Inside MOSS 003: Fudan University's Open-Source Large Language Model
Architect
Architect
Apr 24, 2023 · Artificial Intelligence

MOSS 003: Open‑Source Large Language Model Development, Training Data, and Plugin‑Enabled Deployment

The article details the evolution of the open‑source MOSS series—from OpenChat 001 to MOSS 003—covering data collection, fine‑tuning procedures, multilingual capabilities, plugin architecture, example code for inference, and upcoming releases, providing a comprehensive technical overview for AI practitioners.

AILarge Language ModelMOSS
0 likes · 11 min read
MOSS 003: Open‑Source Large Language Model Development, Training Data, and Plugin‑Enabled Deployment
DataFunSummit
DataFunSummit
Apr 24, 2023 · Artificial Intelligence

OpenMLDB: A Production‑Grade Feature Platform for Consistent Online and Offline Machine Learning

OpenMLDB is an open‑source machine‑learning database that delivers a production‑grade, consistent online‑offline feature platform for real‑time AI applications such as recommendation, risk control and fraud detection, offering millisecond‑level feature computation, dual SQL engines, extensive ecosystem integration, and a roadmap of new capabilities.

AIData EngineeringFeature Store
0 likes · 13 min read
OpenMLDB: A Production‑Grade Feature Platform for Consistent Online and Offline Machine Learning
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Apr 24, 2023 · Artificial Intelligence

How AI‑Powered Perceptual Encoding Cuts Bandwidth While Boosting Video Quality

This article explains how AI‑assisted perceptual video encoding techniques, such as ROI‑based bitrate allocation and content‑aware preprocessing, dramatically reduce bitrate while improving user experience, and describes Baidu Cloud’s "Smart Perceptual Ultra‑Clear" solutions, practical deployments, and future trends in intelligent video codecs.

AIROIbandwidth optimization
0 likes · 21 min read
How AI‑Powered Perceptual Encoding Cuts Bandwidth While Boosting Video Quality
Kuaishou Tech
Kuaishou Tech
Apr 23, 2023 · Artificial Intelligence

Kuaishou & Renmin AI Institute: Driving Multimodal Large Model Innovation

The article details how Kuaishou’s multimodal AI research, including its K7 trillion‑parameter model and VLUA algorithm, partners with Renmin University’s Gaoling AI Institute to launch a joint lab, produce cutting‑edge papers such as WebBrain and ChatImg, and advance recommendation and search technologies across the short‑video ecosystem.

AIIndustry collaborationRecommendation Systems
0 likes · 17 min read
Kuaishou & Renmin AI Institute: Driving Multimodal Large Model Innovation
21CTO
21CTO
Apr 21, 2023 · Artificial Intelligence

Can Google’s Magi AI Search Beat Bing and Keep Samsung as a Partner?

Google is racing to embed AI into its search engine with the new Magi project, aiming to deliver personalized, conversational results while fending off Microsoft’s GPT‑powered Bing and a potential Samsung shift to the rival platform.

AIArtificial IntelligenceGoogle
0 likes · 10 min read
Can Google’s Magi AI Search Beat Bing and Keep Samsung as a Partner?
AntTech
AntTech
Apr 20, 2023 · Information Security

Exploring ChatGPT for Smart Contract Vulnerability Detection: Experiments and Analysis

This study investigates the capability of ChatGPT, a large language model, to detect common smart‑contract vulnerabilities, evaluates its performance against traditional tools across multiple datasets, and discusses its strengths, limitations, and future potential in blockchain security auditing.

AIChatGPTSmart Contract
0 likes · 23 min read
Exploring ChatGPT for Smart Contract Vulnerability Detection: Experiments and Analysis
58UXD
58UXD
Apr 20, 2023 · Artificial Intelligence

How AI is Shaping Emotional Experience Design—and Its Hidden Limits

This article explores how artificial intelligence enhances emotional experience design through emotion recognition, personalized services, and sustainable applications, while also highlighting technical, cultural, and privacy challenges and offering practical recommendations for designers to create more empathetic and responsible AI‑driven experiences.

AIemotional designpersonalization
0 likes · 7 min read
How AI is Shaping Emotional Experience Design—and Its Hidden Limits
DataFunSummit
DataFunSummit
Apr 17, 2023 · Artificial Intelligence

Large‑Scale Table Pretraining Model SPACE‑T: Background, Architecture, and Applications

The article presents Alibaba DAMO Academy's large‑scale table pretraining model SPACE‑T, explaining the background and trends of TableQA and Text‑to‑SQL, detailing the model’s design and training data, showcasing its deployment on ModelScope and Alibaba Cloud, and outlining future directions and practical impact.

AIModelScopeSPACE-T
0 likes · 11 min read
Large‑Scale Table Pretraining Model SPACE‑T: Background, Architecture, and Applications
21CTO
21CTO
Apr 15, 2023 · Artificial Intelligence

Will GPT Replace Programmers? Strategies to Thrive in the AI Era

Despite sensational claims that GPT will eliminate programmers, this analysis argues that AI will reshape rather than eradicate the profession, emphasizing the need for developers to adopt full‑stack and low‑code skills, diversify into business and management roles, and adapt to evolving market demands.

AIGPTcareer
0 likes · 18 min read
Will GPT Replace Programmers? Strategies to Thrive in the AI Era
Efficient Ops
Efficient Ops
Apr 14, 2023 · Operations

Agile Perception, Precise Decisions: AI‑Driven Smart Network Operations

At the 20th GOPS Global Operations Conference in Shenzhen, Huawei expert Liu Yuliang outlined how AI and data can transform telecom network management from a network‑centric to a business‑centric, self‑driving model, highlighting key solutions such as ChatOps, EDNS, AABD Pro, and cross‑vendor topology reconstruction.

AIDigital Twinaiops
0 likes · 5 min read
Agile Perception, Precise Decisions: AI‑Driven Smart Network Operations
Architect
Architect
Apr 14, 2023 · Artificial Intelligence

Overview of Prominent Large Language Models and Instruction Fine‑Tuning Techniques

The article surveys major large language models—including GPT‑3, T5, LaMDA, Jurassic‑1, MT‑NLG, Gopher, Chinchilla, PaLM, U‑PaLM, OPT, LLaMA, BLOOM, GLM‑130B, and ERNIE 3.0 Titan—explains their architectures, scaling trade‑offs, and then details instruction‑fine‑tuned variants such as T0, FLAN, GPT‑3.5, ChatGPT, GPT‑4, Alpaca and ChatGLM, providing references for further study.

AIChatGPTGPT-3
0 likes · 27 min read
Overview of Prominent Large Language Models and Instruction Fine‑Tuning Techniques
ITPUB
ITPUB
Apr 14, 2023 · Artificial Intelligence

How Do Generative, Perceptual, and Decision AI Interact? Insights from Jina AI’s Founder

In this interview, Jina AI’s founder Shao Han examines the relationships among generative, perceptual, and decision AI, compares single‑modal and multimodal approaches, discusses large language model development, and evaluates the impact of ChatGPT on search and future AI commercialization.

AIAI commercializationGenerative AI
0 likes · 11 min read
How Do Generative, Perceptual, and Decision AI Interact? Insights from Jina AI’s Founder
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Apr 14, 2023 · Fundamentals

Pipeline Domain Design in Multimedia Frameworks: Concepts, Comparative Analysis, and Implementation

The article defines pipeline domain design concepts, compares major multimedia frameworks such as FFmpeg, GStreamer, MediaPipe and AVPipeline, and demonstrates a configurable, extensible node‑based architecture that enables fast plugin integration and adaptable audio‑video pipelines across diverse business scenarios and platforms.

AIFrameworkMultimedia
0 likes · 39 min read
Pipeline Domain Design in Multimedia Frameworks: Concepts, Comparative Analysis, and Implementation
Ziru Technology
Ziru Technology
Apr 14, 2023 · Artificial Intelligence

How Intelligent Customer Service Boosts Efficiency: A Step‑by‑Step Guide

This article explains why intelligent customer service improves efficiency, compares it with traditional support, outlines its core functions such as knowledge management and language response, and provides a practical step‑by‑step process for quickly building a simple AI‑powered help desk.

AIChatbotCustomer Service
0 likes · 6 min read
How Intelligent Customer Service Boosts Efficiency: A Step‑by‑Step Guide
21CTO
21CTO
Apr 13, 2023 · Artificial Intelligence

How Microsoft’s Open‑Source DeepSpeed‑Chat Accelerates LLM Training by 15×

Microsoft has open‑sourced DeepSpeed‑Chat, a DeepSpeed‑based framework that simplifies end‑to‑end training and inference of ChatGPT‑style large language models, offering RL‑HF support, up to 15× speed‑up, massive cost reductions, and scalable performance on Azure for models ranging from billions to hundreds of billions of parameters.

AIDeepSpeedLLM training
0 likes · 7 min read
How Microsoft’s Open‑Source DeepSpeed‑Chat Accelerates LLM Training by 15×
Tencent Cloud Developer
Tencent Cloud Developer
Apr 13, 2023 · Artificial Intelligence

Using ChatGPT to Boost Developer Productivity: Prompt Techniques and Real‑World Applications

The article shows how developers can transform ChatGPT from a simple Q&A bot into a powerful productivity assistant by mastering prompt engineering and applying it to tasks such as technical document summarization, task decomposition, code reading, optimization, generation, unit‑test creation, and plugin integration, thereby augmenting their workflow.

AIChatGPTDeveloper Tools
0 likes · 18 min read
Using ChatGPT to Boost Developer Productivity: Prompt Techniques and Real‑World Applications
DataFunSummit
DataFunSummit
Apr 13, 2023 · Databases

AI-Driven and Cost-Based Index Recommendation for Slow Queries at Meituan

This article describes Meituan's collaboration with East China Normal University to improve slow‑query performance by combining traditional cost‑based index recommendation with a novel AI‑plus‑data‑driven approach, detailing the overall architecture, modeling process, experimental results, and future plans for large‑model integration.

AIDatabase OptimizationIndex Recommendation
0 likes · 15 min read
AI-Driven and Cost-Based Index Recommendation for Slow Queries at Meituan
Nightwalker Tech
Nightwalker Tech
Apr 13, 2023 · Artificial Intelligence

Fundamentals of AI‑Generated Image Creation: Diffusion Models and Stable Diffusion

This article provides a comprehensive overview of AI‑generated content (AIGC) for image creation, explaining the role of diffusion models, the architecture of Stable Diffusion—including CLIP, UNet, and VAE—and the underlying mathematical concepts such as Markov chains, Langevin dynamics, and Gaussian distributions.

AIAIGCStable Diffusion
0 likes · 31 min read
Fundamentals of AI‑Generated Image Creation: Diffusion Models and Stable Diffusion
Top Architect
Top Architect
Apr 12, 2023 · Artificial Intelligence

Data‑Centric AI Perspective on GPT Models: Training, Inference, and Maintenance

This article examines how large language models such as GPT‑1 through GPT‑4 succeed largely due to high‑quality, large‑scale training data, and explains the Data‑centric AI framework—training data development, inference data development, and data maintenance—while discussing prompt engineering, data‑driven improvements, and future trends in AI.

AIData‑Centric AIGPT
0 likes · 19 min read
Data‑Centric AI Perspective on GPT Models: Training, Inference, and Maintenance
JD Cloud Developers
JD Cloud Developers
Apr 10, 2023 · Frontend Development

A Decade of Frontend Evolution: From HTML to AI-Powered Web Apps

This article chronicles ten years of frontend development, covering the rise of HTML5, CSS3, JavaScript frameworks, build tools, PWA performance, web components, security challenges, essential developer skills, and the emerging fusion of AI with modern web technologies.

AIFrontendHTML5
0 likes · 32 min read
A Decade of Frontend Evolution: From HTML to AI-Powered Web Apps
ITPUB
ITPUB
Apr 9, 2023 · Artificial Intelligence

How ChatGPT Redefines Knowledge Acquisition: Six Practical Insights

The author shares a personal journey of using ChatGPT as a knowledge engine, illustrating six key benefits—answering complex questions, applying Occam's razor, simplifying concepts for beginners, enabling generative learning, fostering T‑shaped expertise, and mastering effective prompting—through concrete examples ranging from metadata explanations to Docker deployment steps.

AIChatGPTMetadata
0 likes · 23 min read
How ChatGPT Redefines Knowledge Acquisition: Six Practical Insights
58UXD
58UXD
Apr 7, 2023 · Artificial Intelligence

How AI Is Redefining Creative Work: Opportunities and Limits for Designers

This article explores how AI, once thought to impact only physical and cognitive labor, is now reshaping creative professions by offering powerful design tools while highlighting the technology's current inability to replicate true intuition and emotion.

AIAdobe FireflyGenerative AI
0 likes · 5 min read
How AI Is Redefining Creative Work: Opportunities and Limits for Designers
Meituan Technology Team
Meituan Technology Team
Apr 6, 2023 · Databases

AI-Driven Index Recommendation for Slow Queries at Meituan

This article details a joint research effort between Meituan and East China Normal University that combines cost‑based methods with AI‑driven, data‑centric models to automatically generate and evaluate missing indexes for billions of daily slow queries, improving recommendation accuracy and query performance.

AICost ModelFeature Engineering
0 likes · 16 min read
AI-Driven Index Recommendation for Slow Queries at Meituan
IT Services Circle
IT Services Circle
Apr 4, 2023 · Artificial Intelligence

Six Notable Open-Source AI Projects Emerging on GitHub

This article highlights six recent open‑source projects on GitHub—including Microsoft’s Semantic‑Kernel SDK, Shell GPT command‑line tool, Feishu GPT productivity bot, Bloop code‑search engine, a GPT‑4 PDF chatbot, and a VSCode ChatGPT extension—showcasing practical AI applications for developers.

AIChatGPTGitHub
0 likes · 8 min read
Six Notable Open-Source AI Projects Emerging on GitHub
Programmer DD
Programmer DD
Apr 4, 2023 · Artificial Intelligence

Why Are ChatGPT Accounts Suddenly Being Banned? Inside the Mystery

A wave of unexpected ChatGPT account bans has sparked panic across social platforms, with users reporting locked accounts, halted registrations, and malfunctioning Plus subscriptions, while speculation ranges from mass‑registration sweeps to API misuse, prompting advice on detection and appeal procedures.

AIChatGPTOpenAI
0 likes · 8 min read
Why Are ChatGPT Accounts Suddenly Being Banned? Inside the Mystery
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Apr 3, 2023 · Industry Insights

What Drives Intelligent Recommendation and Search? Key Takeaways from Xiaohongshu’s CCF C³ Event

The CCF C³ event at Xiaohongshu gathered leading researchers and industry experts to dissect the latest advances, challenges, and future opportunities in intelligent recommendation and search, including multimodal content handling, decentralized distribution, cold‑start solutions, and the impact of large language models.

AIIndustry InsightsRecommendation Systems
0 likes · 11 min read
What Drives Intelligent Recommendation and Search? Key Takeaways from Xiaohongshu’s CCF C³ Event
IT Services Circle
IT Services Circle
Apr 2, 2023 · Operations

How to Enable Microsoft 365 Copilot via the Dogfood Preview Channel

This guide explains how to obtain a Microsoft 365 subscription, switch the Office suite to the Dogfood preview channel by editing specific registry keys, update to the latest build, enable the Copilot feature for Word, and restart the application, while warning about the preview's instability and English‑only support.

AIDogfoodMicrosoft 365
0 likes · 5 min read
How to Enable Microsoft 365 Copilot via the Dogfood Preview Channel
DataFunSummit
DataFunSummit
Apr 1, 2023 · Artificial Intelligence

Overview of Understanding and Editing Vision Models in the ModelScope Community

This article introduces ModelScope's community‑released visual models, detailing the categorization of understanding versus editing models, the two‑stage coarse‑to‑fine segmentation pipeline for matting, and four editing applications—style transfer, portrait beautification, skin enhancement, and anime‑style conversion—while also previewing upcoming sky‑replacement and video‑matting models.

AIModelScopeStyle Transfer
0 likes · 9 min read
Overview of Understanding and Editing Vision Models in the ModelScope Community
DataFunTalk
DataFunTalk
Apr 1, 2023 · Artificial Intelligence

Real-Time User Understanding Service (RTUS) for Travel: Architecture, Algorithms, and Experimental Evaluation

This article presents the design and implementation of the Real‑Time User Understanding Service (RTUS) for the Fliggy travel platform, detailing its architecture, multi‑chain data fusion, model and data reuse techniques, and several AI‑driven algorithms for cold‑start interest representation, intent prediction, and destination forecasting, together with extensive offline and online experimental results.

AIIntent PredictionTravel Industry
0 likes · 21 min read
Real-Time User Understanding Service (RTUS) for Travel: Architecture, Algorithms, and Experimental Evaluation
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Mar 31, 2023 · Artificial Intelligence

How AI is Revolutionizing Drug Discovery: Baidu’s Large‑Scale Bio‑Computing Models

This article reviews global trends in AI‑driven biopharma, outlines the technical challenges, and details Baidu Intelligent Cloud’s bio‑computing large‑model technologies—including HelixGEM, HelixFold, and HelixFold‑Single—along with their industrial applications in drug design, protein prediction, and mRNA vaccine development.

AIBiopharmaProtein Prediction
0 likes · 15 min read
How AI is Revolutionizing Drug Discovery: Baidu’s Large‑Scale Bio‑Computing Models
Laravel Tech Community
Laravel Tech Community
Mar 30, 2023 · Artificial Intelligence

Bill Gates on the Transformative Impact of AI: Education, Health, Productivity, and Risks

In this compiled translation of Bill Gates' blog, he argues that generative AI like ChatGPT is a revolutionary technology comparable to the PC and internet, outlining its potential to boost productivity, reshape education and healthcare, reduce global inequality, while also warning of ethical, safety, and societal risks.

AIBill GatesEthics
0 likes · 17 min read
Bill Gates on the Transformative Impact of AI: Education, Health, Productivity, and Risks
DataFunSummit
DataFunSummit
Mar 30, 2023 · Artificial Intelligence

MindAlpha: A High‑Performance Distributed Machine Learning Platform for Advertising

The article introduces MindAlpha, a high‑performance distributed machine‑learning platform built for large‑scale, sparse ad‑tech workloads, detailing its architecture, MLOps pipeline, Spark integration, sync/async training strategies, CPU/GPU choices, model‑splitting techniques, and future directions such as model pruning and AutoML.

AIAd TechMLOps
0 likes · 10 min read
MindAlpha: A High‑Performance Distributed Machine Learning Platform for Advertising
DataFunSummit
DataFunSummit
Mar 25, 2023 · Artificial Intelligence

How GPT‑4 Has Changed NLP Research: Community Perspectives

A collection of Zhihu answers reflects on how the release of GPT‑4 has reshaped NLP research, dividing the community into LLM‑enthusiasts and skeptics, discussing the relevance of parsing, resource‑driven research directions, and the existential challenges faced by researchers.

AIAcademic CommunityGPT-4
0 likes · 10 min read
How GPT‑4 Has Changed NLP Research: Community Perspectives
Baidu Tech Salon
Baidu Tech Salon
Mar 24, 2023 · Artificial Intelligence

Insights from the 2023 Global 6G Technology Conference: AI‑Driven IT Stack and Future Trends

At the 2023 Global 6G Technology Conference in Nanjing, Baidu’s Chen Shangyi explained that AI is reshaping the traditional chip‑OS‑application IT hierarchy into a chip‑framework‑model‑application stack, highlighting Baidu’s end‑to‑end deployment and three emerging trends—AI‑enhanced communications, storage‑transmission optimization, and real‑time network monitoring.

6GAIIT Architecture
0 likes · 5 min read
Insights from the 2023 Global 6G Technology Conference: AI‑Driven IT Stack and Future Trends
21CTO
21CTO
Mar 23, 2023 · Artificial Intelligence

Why Bill Gates Says the AI Era Has Arrived—and What It Means for Humanity

Bill Gates argues that artificial intelligence is as revolutionary as the PC, internet, and mobile phone, detailing its potential to boost productivity, transform health and education, reduce global inequities, while also warning of risks such as bias, misuse, and loss of control.

AIBill GatesEthics
0 likes · 19 min read
Why Bill Gates Says the AI Era Has Arrived—and What It Means for Humanity
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2023 · Artificial Intelligence

Overview of PyTorch 2.0 Features and New APIs

The article provides a detailed overview of PyTorch 2.0, highlighting its stable and beta features such as torch.compile, accelerated transformers, MPS backend, new quantization support, and prototype parallelism tools, while emphasizing performance improvements for dynamic shapes, distributed training, and CPU/GPU inference.

AIAccelerated TransformersDeep Learning
0 likes · 6 min read
Overview of PyTorch 2.0 Features and New APIs
Efficient Ops
Efficient Ops
Mar 20, 2023 · Artificial Intelligence

How AI‑Powered Digital Employees Transform IT Operations and Boost Efficiency

This article describes how the Industrial and Commercial Bank of China's software development center created the AI‑driven digital employee “Ruan Xiaoyan,” detailing its functions, user touchpoints, and practical applications such as intelligent customer service, smart workflow automation, and proactive reminders that enhance IT operations efficiency.

AIDigital EmployeeKnowledge Graph
0 likes · 11 min read
How AI‑Powered Digital Employees Transform IT Operations and Boost Efficiency
21CTO
21CTO
Mar 20, 2023 · Cloud Computing

Mastering Cloud Computing: Roles, Services, Security, and Migration Guide

This comprehensive guide explores cloud computing fundamentals, key professional roles, essential skills, service models, migration planning, security considerations, operations, governance, serverless computing, and how the cloud fuels AI adoption, offering developers a complete roadmap for success.

AICloud ComputingCloud Services
0 likes · 18 min read
Mastering Cloud Computing: Roles, Services, Security, and Migration Guide
DataFunTalk
DataFunTalk
Mar 20, 2023 · Artificial Intelligence

Construction and Application of Meituan Hotel & Travel Knowledge Graph

This article details Meituan's hotel‑travel knowledge graph, describing its background, scene‑recognition challenges, multi‑layer graph architecture, technical modules for knowledge mining, relation discrimination and supply tagging, and its practical applications in search, recommendation, ranking, and risk control, while also outlining future directions and a Q&A session.

AIKnowledge GraphMeituan
0 likes · 15 min read
Construction and Application of Meituan Hotel & Travel Knowledge Graph
Open Source Linux
Open Source Linux
Mar 20, 2023 · Fundamentals

How Arm’s Neoverse and v9 Architecture Are Redefining Server CPUs

The article explains how Arm’s flexible design‑to‑manufacture model, the Neoverse platform, and the new Armv9 features—including SVE2, AI acceleration, and Confidential Compute—are reshaping server‑grade CPUs, boosting performance, security, and ecosystem adoption across cloud providers and hardware vendors.

AIARMArmv9
0 likes · 17 min read
How Arm’s Neoverse and v9 Architecture Are Redefining Server CPUs
21CTO
21CTO
Mar 17, 2023 · Artificial Intelligence

Exploring OpenChatKit: The Open-Source Alternative to ChatGPT

OpenChatKit, released by Together Computer in March 2023, is an open‑source ChatGPT‑like large language model built on GPT‑NeoX‑20B, offering developers fine‑tuned conversational abilities, a modular architecture, retrieval system, and content‑filtering, while also outlining its current limitations and future potential.

AIChatGPT alternativeLarge Language Model
0 likes · 7 min read
Exploring OpenChatKit: The Open-Source Alternative to ChatGPT
JD.com Experience Design Center
JD.com Experience Design Center
Mar 17, 2023 · Artificial Intelligence

How AI‑Powered Instant Creative Engines Transform E‑Commerce Marketing

This whitepaper reveals how JD’s Linglong instant‑creative generation engine leverages AI, big‑data analytics, and modular design to automate personalized e‑commerce ad creation, presenting data‑driven insights on color, style, and audience preferences across multiple product categories to boost click‑through and conversion rates.

AICreative DesignMarketing Automation
0 likes · 22 min read
How AI‑Powered Instant Creative Engines Transform E‑Commerce Marketing
Architecture Digest
Architecture Digest
Mar 17, 2023 · Artificial Intelligence

Baidu’s Ernie Bot (Wenxin Yiyan) vs GPT‑4: Capabilities, Technical Foundations, and Market Reaction

The article reviews Baidu's launch of the multimodal large language model Wenxin Yiyan, compares its literary, business, mathematical, Chinese‑understanding and multimodal abilities with GPT‑4, explains the underlying six‑core technologies and hardware stack, and reports the mixed market and netizen response.

AIBaiduErnie Bot
0 likes · 11 min read
Baidu’s Ernie Bot (Wenxin Yiyan) vs GPT‑4: Capabilities, Technical Foundations, and Market Reaction