Tagged articles
166 articles
Page 2 of 2
DataFunTalk
DataFunTalk
Oct 6, 2025 · Big Data

How Bilibili Tackles Massive Big‑Data Task Failures with AI Assistants

This article explains Bilibili's large‑scale big‑data platform architecture, the huge volume of offline and real‑time tasks it handles, common failure and slowdown causes, and why the company is exploring AI‑driven assistants to help engineers troubleshoot these issues efficiently.

AI AssistantBilibiliperformance troubleshooting
0 likes · 5 min read
How Bilibili Tackles Massive Big‑Data Task Failures with AI Assistants
DataFunSummit
DataFunSummit
Oct 5, 2025 · Artificial Intelligence

How Xiaomi’s XiaoAI Harnesses Large Models for Intent Routing and Response Generation

This article explains how Xiaomi’s XiaoAI assistant integrates large language models for intent distribution, vertical intent understanding, and response generation, detailing the architecture, challenges such as knowledge requirements and sub‑200 ms latency, and the shift from prompt engineering to model fine‑tuning that boosted user retention by 10% and query satisfaction by 8%.

AI AssistantIntent RoutingPrompt engineering
0 likes · 4 min read
How Xiaomi’s XiaoAI Harnesses Large Models for Intent Routing and Response Generation
ITPUB
ITPUB
Sep 30, 2025 · Operations

Turning Ops Chaos into Order: Postmortems, Tools, and AI‑Powered Assistants

This article explains why the chaotic nature of modern operations—spanning mixed‑technology stacks, cross‑domain tasks, and legacy‑new architecture battles—creates value, outlines a fair post‑mortem process, and introduces practical tools and AI agents such as LinuxMirrors, kubectl‑ai, Zread AI, and Lerwee that help turn disorder into reliable, automated workflows.

AI AssistantKubernetesLinux
0 likes · 11 min read
Turning Ops Chaos into Order: Postmortems, Tools, and AI‑Powered Assistants
DataFunTalk
DataFunTalk
Sep 27, 2025 · Artificial Intelligence

How Bilibili Uses LLMs to Diagnose Big Data Platform Issues

This article explains how Bilibili leverages a large‑language‑model‑driven assistant to diagnose and resolve failures and slowdowns in its massive big‑data platform, detailing the platform’s five‑layer architecture, common task issues, and the need for intelligent troubleshooting tools.

AI AssistantBig DataBilibili
0 likes · 5 min read
How Bilibili Uses LLMs to Diagnose Big Data Platform Issues
Tech Freedom Circle
Tech Freedom Circle
Sep 27, 2025 · Artificial Intelligence

What Is an AI‑Native Application and How to Design One?

The article explains the concept of AI‑native applications, distinguishes them from AI‑plugin extensions, outlines their core principles such as model‑first design, data flywheel, event‑driven agents, multimodal semantics, continuous learning, and provides a seven‑step practical guide with code examples for building an AI‑native app.

AI AssistantAI-nativeData Flywheel
0 likes · 23 min read
What Is an AI‑Native Application and How to Design One?
Raymond Ops
Raymond Ops
Sep 23, 2025 · Artificial Intelligence

Install Ollama’s Local LLM on Windows and Power It with ShellGPT

This guide walks you through installing the Ollama local large‑language‑model runtime on Windows, deploying a Gemma2 model, then setting up ShellGPT on Linux to interact with the local LLM, covering configuration, basic commands, and advanced usage examples.

AI AssistantLinuxLocal-LLM
0 likes · 6 min read
Install Ollama’s Local LLM on Windows and Power It with ShellGPT
Wuming AI
Wuming AI
Sep 15, 2025 · Artificial Intelligence

Hands‑On Review of Meituan’s AI Assistant “XiaoMe”: Real‑World Strengths, Flaws, and How It Works

A first‑batch tester spends two days with Meituan’s AI assistant XiaoMe, detailing its restaurant recommendation and ordering flow, pinpointing mismatched venue selections, coupon‑saving quirks, unsupported tasks like ride‑hailing, and evaluating the underlying LongCat‑Flash‑Chat model’s speed and personalization.

AI AssistantLongCat-Flash-ChatMeituan
0 likes · 5 min read
Hands‑On Review of Meituan’s AI Assistant “XiaoMe”: Real‑World Strengths, Flaws, and How It Works
Yuantong Information Technology
Yuantong Information Technology
Aug 20, 2025 · Operations

How a Smart Assistant Turned a Chaotic Courier Hub into a High‑Performance Leader

A Chinese courier hub handling 70,000 parcels daily struggled with low service scores, but after deploying a data‑driven "Site Manager Intelligent Assistant" that pushes responsibility, metrics, and corrective actions to managers, its KPIs surged from a 30‑point rating to over 80, dramatically improving efficiency and customer satisfaction.

AI AssistantCase StudyData Analytics
0 likes · 4 min read
How a Smart Assistant Turned a Chaotic Courier Hub into a High‑Performance Leader
58UXD
58UXD
Jul 17, 2025 · Artificial Intelligence

How to Build an AI-Powered Semantic Assistant with Coze: From Zero to One

This guide details how to transform static semantic documentation into an interactive AI assistant using Coze, covering workflow tool selection, knowledge‑base optimization, step‑by‑step workflow construction, UI design, testing strategies, and future optimization directions.

AI AssistantCozeKnowledge Base
0 likes · 12 min read
How to Build an AI-Powered Semantic Assistant with Coze: From Zero to One
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 16, 2025 · Artificial Intelligence

Mastering Cursor AI: Billing, Tools, and Pro Tips for Efficient Development

This guide explores Cursor AI's billing mechanisms, tool integrations, conversation management strategies, rule configurations, and practical pitfalls, offering developers a comprehensive methodology to maximize productivity, avoid common errors, and leverage advanced features like MAX mode and multi‑dialog workflows.

AI AssistantCursor AIbilling
0 likes · 13 min read
Mastering Cursor AI: Billing, Tools, and Pro Tips for Efficient Development
IT Services Circle
IT Services Circle
Jul 5, 2025 · Artificial Intelligence

Unlock AI Power in Your Terminal: A Complete Guide to Gemini CLI

Gemini CLI, a Google‑released command‑line AI workflow tool, brings Gemini models into the terminal, enabling natural‑language coding, debugging, content creation, research and task management, with features like a 1 million‑token context window, generous free quota, and full open‑source availability under Apache 2.0.

AI AssistantGemini CLIGoogle AI
0 likes · 6 min read
Unlock AI Power in Your Terminal: A Complete Guide to Gemini CLI
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jun 27, 2025 · Artificial Intelligence

Coco AI 5.0: Hands‑On Experience, Common Issues, and Fixes

After upgrading to Coco AI 5.0+, the author reports faster response times and higher answer accuracy, explains the two assistant modes, details the limited Easysearch support versus Elasticsearch, and provides step‑by‑step troubleshooting for mapping‑related and model‑configuration errors.

AI AssistantCoco AIEasysearch
0 likes · 4 min read
Coco AI 5.0: Hands‑On Experience, Common Issues, and Fixes
Architecture & Thinking
Architecture & Thinking
Jun 23, 2025 · Artificial Intelligence

Building AI Assistants with Eino: A Go Framework for Large‑Model Applications

This article introduces Eino, an open‑source Golang framework for large‑model AI applications, explains its core capabilities, walks through creating a simple AI assistant with message templates and chat model integration, and demonstrates how to extend the system with tools and a modular architecture for future expansion.

AI AssistantEinoFramework
0 likes · 17 min read
Building AI Assistants with Eino: A Go Framework for Large‑Model Applications
Youzan Coder
Youzan Coder
May 8, 2025 · Artificial Intelligence

Building and Optimizing a Store Smart Assistant with Aily: Architecture, Workflow, and Practical Lessons

The article details how Youzan’s Store Smart Assistant was built on the Feishu Aily platform, describing why Aily was chosen, the three‑stage development process, deep system integration, practical tips for knowledge‑base management and model stability, and the resulting efficiency gains such as handling 80% of routine queries.

AI AssistantAily platformKnowledge Base
0 likes · 24 min read
Building and Optimizing a Store Smart Assistant with Aily: Architecture, Workflow, and Practical Lessons
macrozheng
macrozheng
Apr 19, 2025 · Backend Development

What’s New in IntelliJ IDEA 2025.1? AI Boosts, Java 24 Support & More

IntelliJ IDEA 2025.1 introduces comprehensive Java 24 support, makes Kotlin K2 the default mode, delivers a major AI assistant upgrade with free unlimited code completion, and adds numerous productivity enhancements such as improved debugging, UI redesign, containerfile support, and tighter Gradle integration.

AI AssistantDebuggingIntelliJ IDEA
0 likes · 7 min read
What’s New in IntelliJ IDEA 2025.1? AI Boosts, Java 24 Support & More
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Apr 10, 2025 · Artificial Intelligence

Building a Pet Hospital AI Assistant with RAG and LLMs

This article walks through the motivation, core concepts of Retrieval‑Augmented Generation, and a step‑by‑step guide to constructing a pet‑hospital AI assistant on Alibaba Cloud using LLMs, vector databases, and automated pipelines, complete with code examples and practical tips.

AI AssistantAlibaba CloudLLM
0 likes · 18 min read
Building a Pet Hospital AI Assistant with RAG and LLMs
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 3, 2025 · R&D Management

How to Leverage the Cursor AI Assistant in Large Projects through Effective Project Management Practices and Tool Configuration

This guide outlines practical project‑management practices and tool configurations—such as using Cursor rules, Notepad, milestone documents, and regular code‑base re‑indexing—to maximize the effectiveness of the Cursor AI assistant in large‑scale software projects.

AI AssistantCursorDocumentation
0 likes · 6 min read
How to Leverage the Cursor AI Assistant in Large Projects through Effective Project Management Practices and Tool Configuration
MaGe Linux Operations
MaGe Linux Operations
Mar 21, 2025 · Artificial Intelligence

Step‑by‑Step Guide to Install Ollama and ShellGPT for Local LLM Use

This tutorial walks you through installing Ollama on Windows, configuring and running a local large language model, then setting up ShellGPT on Linux to communicate with Ollama, including configuration files, command examples, and REPL usage, while omitting unrelated promotional content.

AI AssistantLocal-LLMOllama
0 likes · 6 min read
Step‑by‑Step Guide to Install Ollama and ShellGPT for Local LLM Use
Fighter's World
Fighter's World
Feb 22, 2025 · Industry Insights

Why AI Adoption Is So Complex: Lessons from the $3 B Legal AI Startup Harvey

The article examines Harvey’s rapid rise to a $3 billion valuation, its AI‑driven legal products, strategic positioning as an “AI assistant” with scenario‑specific solutions, market‑entry tactics, and broader insights on selecting high‑value, AI‑friendly use cases for legal AI.

AI AssistantAI adoptionHarvey
0 likes · 22 min read
Why AI Adoption Is So Complex: Lessons from the $3 B Legal AI Startup Harvey
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Feb 19, 2025 · Artificial Intelligence

Build a DeepSeek AI Assistant with PAI‑RAG: Internet Search & Enterprise Knowledge Base

This guide walks you through using Alibaba Cloud's PAI‑RAG platform to deploy a DeepSeek large‑language‑model assistant that combines real‑time web search with an enterprise knowledge‑base, covering deployment, network‑search configuration, testing, and advanced enterprise features.

AI AssistantDeepSeekEnterprise Knowledge Base
0 likes · 10 min read
Build a DeepSeek AI Assistant with PAI‑RAG: Internet Search & Enterprise Knowledge Base
21CTO
21CTO
Feb 13, 2025 · Artificial Intelligence

JetBrains AI Assistant Now Supports Local LLMs and the Latest OpenAI Models

JetBrains has updated its AI Assistant to run local large language models for enhanced privacy, added support for Anthropic's Claude 3.5 series and OpenAI's o1, o1‑mini, and o3‑mini models, and highlighted faster, cost‑effective inference for coding and scientific tasks.

AI AssistantJetBrainsLocal-LLM
0 likes · 3 min read
JetBrains AI Assistant Now Supports Local LLMs and the Latest OpenAI Models
Code Mala Tang
Code Mala Tang
Feb 11, 2025 · Artificial Intelligence

Master ChatGPT’s New Scheduled Tasks Feature: A Step‑by‑Step Guide

ChatGPT’s new scheduled tasks feature lets Plus or Pro users automate actions without coding, and this guide explains prerequisites, enabling notifications, creating effective and advanced tasks, managing, editing, and optimizing them, plus tips for practical use and staying updated.

AI AssistantChatGPTPro Subscription
0 likes · 8 min read
Master ChatGPT’s New Scheduled Tasks Feature: A Step‑by‑Step Guide
Architecture Digest
Architecture Digest
Feb 9, 2025 · Artificial Intelligence

Integrating DeepSeek AI Assistant into IntelliJ IDEA for Java Development

This tutorial explains how to prepare the environment, install the CodeGPT plugin, configure DeepSeek with an API key, set up chat and inference models in IntelliJ IDEA, and use the AI assistant for code generation, completion, explanation, and token usage monitoring, all illustrated with Java examples.

AI AssistantCodeGPTDeepSeek
0 likes · 8 min read
Integrating DeepSeek AI Assistant into IntelliJ IDEA for Java Development
Big Data Technology Architecture
Big Data Technology Architecture
Feb 7, 2025 · Artificial Intelligence

How to Build a DeepSeek AI Assistant on DingTalk

This guide explains why DeepSeek is a valuable AI assistant, outlines the challenges of high demand, and provides step‑by‑step instructions for creating, configuring, testing, and publishing a DeepSeek AI assistant within the DingTalk platform to ensure stable access.

AI AssistantDeepSeekDingTalk
0 likes · 4 min read
How to Build a DeepSeek AI Assistant on DingTalk
JD Tech Talk
JD Tech Talk
Feb 7, 2025 · Artificial Intelligence

Building a Local AI Assistant with DeepSeek and Chatbox Using Ollama

This step‑by‑step tutorial shows beginners how to install Ollama, deploy the DeepSeek large language model locally, and configure the Chatbox AI client to create a functional AI assistant on Windows, macOS, Linux, or mobile devices within ten minutes.

AI AssistantChatboxDeepSeek
0 likes · 5 min read
Building a Local AI Assistant with DeepSeek and Chatbox Using Ollama
Alibaba Cloud Native
Alibaba Cloud Native
Dec 13, 2024 · Artificial Intelligence

Build a 24/7 AI Customer Assistant for Your Website in 10 Minutes

This guide shows how to create a zero‑code AI chatbot using Alibaba Cloud Function Compute and the Bailei large‑model platform, configure API keys, deploy a sample site, embed the assistant, and enhance it with a private knowledge base for accurate product support.

AI AssistantFunction ComputeKnowledge Base
0 likes · 9 min read
Build a 24/7 AI Customer Assistant for Your Website in 10 Minutes
Tencent Cloud Developer
Tencent Cloud Developer
Dec 5, 2024 · Industry Insights

Why Most RAG Projects Fail and How Tencent’s LeXiang AI Assistant Overcomes Them

The article analyses the rapid growth of Retrieval‑Augmented Generation (RAG) in enterprises, explains why self‑built RAG solutions often collapse under cost and maintenance pressures, and demonstrates how Tencent LeXiang AI Assistant addresses these issues through a robust knowledge‑management core, extensive industry experience, scalable resources, and advanced multimodal capabilities.

AI AssistantEnterprise AIRAG
0 likes · 16 min read
Why Most RAG Projects Fail and How Tencent’s LeXiang AI Assistant Overcomes Them
37 Interactive Technology Team
37 Interactive Technology Team
Nov 4, 2024 · Artificial Intelligence

Developing RAG and Agent Applications with LangChain: A Case Study of an AI Assistant for Activity Components

The article outlines a step‑by‑step methodology for creating Retrieval‑Augmented Generation and custom Agent applications with LangChain, illustrated by an AI assistant for activity components that evolves from a rapid Dify prototype to a LangChain‑based RAG system and finally a hand‑crafted ReAct‑style agent, detailing LCEL chain composition, vector‑search integration, model performance trade‑offs, and a unified routing layer.

AI AssistantAgentCloud-native
0 likes · 6 min read
Developing RAG and Agent Applications with LangChain: A Case Study of an AI Assistant for Activity Components
Huolala Tech
Huolala Tech
Sep 26, 2024 · Artificial Intelligence

How LLM-Powered AI Assistants Transform Logistics Operations

This article details Huolala's exploration of large‑language‑model (LLM) based AI assistants across multiple business scenarios, describing their architecture, implementation challenges, prompt engineering techniques, and the progressive stages from professional assistants to multi‑agent systems that drive efficiency and innovation in logistics.

AI AssistantLLMMulti-Agent
0 likes · 12 min read
How LLM-Powered AI Assistants Transform Logistics Operations
Volcano Engine Developer Services
Volcano Engine Developer Services
Sep 18, 2024 · Artificial Intelligence

How to Build an AI-Powered Lynkco Car Online Marketing Assistant

This article details the design and implementation of an AI-driven assistant for Lynkco car online marketing, covering its capabilities, workflow architecture, prompt engineering, intent recognition, backend operations, and report analysis to enhance sales conversion and user experience.

AI AssistantSales Enablementcar marketing
0 likes · 18 min read
How to Build an AI-Powered Lynkco Car Online Marketing Assistant
JavaEdge
JavaEdge
Sep 17, 2024 · Artificial Intelligence

Explore IntelliJ IDEA 2024.3 EAP: Built‑in AI Assistant and Java Enhancements

The IntelliJ IDEA 2024.3 EAP preview introduces an experimental embedded AI assistant that transforms natural‑language prompts into code changes, improves Java constant‑condition analysis to better handle aliasing, adds spell‑check during indexing, displays branch names in the Welcome screen, and offers a new workspace feature for managing multiple projects.

AI AssistantIDEIntelliJ IDEA
0 likes · 7 min read
Explore IntelliJ IDEA 2024.3 EAP: Built‑in AI Assistant and Java Enhancements
DataFunSummit
DataFunSummit
Aug 27, 2024 · Artificial Intelligence

Applying Large Models to Xiao AI Assistant: Intent Routing, Understanding, and Response Generation

This article presents a comprehensive technical overview of how large language models are integrated into Xiaomi's Xiao AI assistant, detailing the architecture for intent routing, domain‑specific intent understanding, function‑calling mechanisms, fine‑tuning strategies, performance gains, and future research directions.

AI AssistantFunction CallingIntent Routing
0 likes · 14 min read
Applying Large Models to Xiao AI Assistant: Intent Routing, Understanding, and Response Generation
JD Retail Technology
JD Retail Technology
Aug 19, 2024 · Interview Experience

From Campus to Backend Engineer: 3 Years of Growth at JD

This article shares a recent graduate's three‑year journey at JD, offering practical advice for newcomers, detailing a large‑scale system redesign for a merchant conference, outlining promotion‑season preparation, and describing the development of an AI assistant while emphasizing continuous learning and professional mindset.

AI AssistantBackend DevelopmentDomain-Driven Design
0 likes · 12 min read
From Campus to Backend Engineer: 3 Years of Growth at JD
58UXD
58UXD
Jun 27, 2024 · Product Management

How to Evaluate and Design Generative AI Assistants: Frameworks and Real‑World Cases

This article outlines practical methods for evaluating generative AI assistants, covering cost‑benefit metrics, existing evaluation models, three‑dimensional experience criteria, common assessment techniques, and two detailed business case studies that illustrate design decisions and implementation strategies.

AI AssistantProduct Designexperience evaluation
0 likes · 13 min read
How to Evaluate and Design Generative AI Assistants: Frameworks and Real‑World Cases
Tencent Cloud Developer
Tencent Cloud Developer
Jun 27, 2024 · Fundamentals

Essential VS Code Plugins Recommended by Tencent Developers

Tencent developers recommend a curated set of VS Code extensions—including Code Runner for multi‑language execution, the AI‑powered Tencent Cloud Code Assistant, Settings Sync, LeetCode integration, rainbow‑style indentation and CSV highlighting, TODO tracking tools, and the Material Theme with icons—to boost coding efficiency and productivity.

AI AssistantCode RunnerIDE Extensions
0 likes · 5 min read
Essential VS Code Plugins Recommended by Tencent Developers
58UXD
58UXD
Jun 19, 2024 · Artificial Intelligence

What Are the Key UX Design Elements for Generative AI Assistants?

This article examines the essential UX design components of generative AI assistants—from core functions, command guidance, and smart agents to input methods, conversation bubbles, generation feedback, and voice call interactions—offering practical principles and real‑world case studies to help designers create intuitive, trustworthy AI experiences.

AI AssistantInteraction DesignProduct Design
0 likes · 27 min read
What Are the Key UX Design Elements for Generative AI Assistants?
DataFunSummit
DataFunSummit
Jun 10, 2024 · Artificial Intelligence

Xiaomi Agent Technology: Architecture, Prompt Management, and Evaluation

This article presents Xiaomi's work on LLM‑based Agent technology, covering its perception‑thinking‑action pipeline, technical framework, prompt management, executor and API platform, workflow, optimization strategies, evaluation metrics, and future directions for AI assistants.

AI AssistantAgentLLM
0 likes · 17 min read
Xiaomi Agent Technology: Architecture, Prompt Management, and Evaluation
Kuaishou Tech
Kuaishou Tech
May 20, 2024 · Artificial Intelligence

Kuaishou’s AI XiaoKuai: Technical Innovations Behind the Consumer‑Entertainment Assistant

The article reviews the evolution of large‑model technology, details Kuaishou’s self‑developed “Kuaishou Yi” model architecture, data pipeline, evaluation benchmarks, and explains how the AI XiaoKuai assistant achieves multimodal, personable interactions while also announcing related recruitment opportunities.

AI AssistantDialogue SystemsKuaishou
0 likes · 10 min read
Kuaishou’s AI XiaoKuai: Technical Innovations Behind the Consumer‑Entertainment Assistant
Sohu Tech Products
Sohu Tech Products
May 15, 2024 · Artificial Intelligence

OpenAI Assistants API Quickstart Project for Next.js

OpenAI’s open‑source openai‑assistants‑quickstart project shows how to integrate the Assistants API into a Next.js app, offering streaming chat, code‑interpreter, file‑search, and function‑calling tools, and provides step‑by‑step setup instructions so developers can quickly build and customize AI assistants.

AI AssistantAssistants APICode Interpreter
0 likes · 4 min read
OpenAI Assistants API Quickstart Project for Next.js
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 17, 2024 · Backend Development

Getting Started with CozeIDE: Build and Deploy Plugins in 10 Minutes

This guide introduces CozeIDE, explains its main features such as code editing, dependency management, AI programming assistant, testing and publishing, and walks you through two complete plugin development examples—including a stock‑price lookup plugin—showing how to create, test, and release plugins using Node.js or Python runtimes.

AI AssistantCozeIDENode.js
0 likes · 12 min read
Getting Started with CozeIDE: Build and Deploy Plugins in 10 Minutes
JavaEdge
JavaEdge
Mar 22, 2024 · Fundamentals

What’s New in IntelliJ IDEA 2023.3? AI Assistant, Java 21, and Built‑in Kubernetes

IntelliJ IDEA 2023.3 introduces a production‑ready AI Assistant, full Java 21 support with virtual threads and pattern‑matching switch, a Run‑to‑Cursor debugging feature, a floating toolbar with quick edit actions, out‑of‑the‑box Kubernetes tooling, and numerous UI enhancements for a smoother developer experience.

AI AssistantIDE FeaturesIntelliJ IDEA
0 likes · 8 min read
What’s New in IntelliJ IDEA 2023.3? AI Assistant, Java 21, and Built‑in Kubernetes
21CTO
21CTO
Mar 9, 2024 · Mobile Development

What’s New in Android Studio Iguana and the Upcoming Jellyfish Preview?

Google’s latest Android Studio release, Iguana, brings AI‑driven crash reporting, GitLab integration, enhanced Compose tools, and policy alerts, while the forthcoming Jellyfish preview adds a global Studio Bot and Gemini AI templates, expanding developer productivity across 180 countries.

AI AssistantAndroid StudioIDE
0 likes · 5 min read
What’s New in Android Studio Iguana and the Upcoming Jellyfish Preview?
DevOps
DevOps
Jan 7, 2024 · Artificial Intelligence

How to Build and Publish Custom GPTs in OpenAI’s Custom GPT Store

This article explains how to create a custom GPT assistant using OpenAI’s no‑code builder, configure multimodal features, and publish it on the upcoming Custom GPT Store to share or monetize the assistant, with step‑by‑step instructions and target user scenarios.

AI AssistantCustom GPTGPT Store
0 likes · 5 min read
How to Build and Publish Custom GPTs in OpenAI’s Custom GPT Store
IT Services Circle
IT Services Circle
Dec 11, 2023 · Fundamentals

JetBrains IntelliJ IDEA 2023.3 Release Highlights

The IntelliJ IDEA 2023.3 update introduces the fully launched AI Assistant, complete Java 21 support, enhanced debugging tools, a floating toolbar, out‑of‑the‑box Kubernetes integration, numerous UI improvements, faster Gradle and Maven imports, and a host of new framework and technology features.

AI AssistantIDEIntelliJ IDEA
0 likes · 7 min read
JetBrains IntelliJ IDEA 2023.3 Release Highlights
Efficient Ops
Efficient Ops
Dec 3, 2023 · Artificial Intelligence

How to Build a Zabbix Expert Advisor with GPT‑4 in Minutes

This guide walks you through why GPT‑4 outperforms GPT‑3.5, shows step‑by‑step how to create a Zabbix expert consultant using the new GPTs feature, and explains advanced configuration, knowledge‑base feeding, testing, and future possibilities for AI‑enhanced monitoring.

AI AssistantAutomationGPT-4
0 likes · 7 min read
How to Build a Zabbix Expert Advisor with GPT‑4 in Minutes
DaTaobao Tech
DaTaobao Tech
Oct 25, 2023 · Artificial Intelligence

Prompt Engineering, LLM Supervised Fine‑Tuning, and Mobile Tmall AI Assistant Application

The article explains prompt engineering techniques, supervised fine‑tuning of large language models, and their practical deployment in the Mobile Tmall AI shopping assistant, detailing ChatGPT’s generation steps, Transformer architecture, prompt clarity, delimiters, role‑play, few‑shot and chain‑of‑thought prompting, SFT versus pre‑training, LoRA adapters, data collection, Qwen‑14B training configuration, SDK‑based inference, and comprehensive evaluation.

AI AssistantLLM fine-tuningModel Deployment
0 likes · 14 min read
Prompt Engineering, LLM Supervised Fine‑Tuning, and Mobile Tmall AI Assistant Application
phodal
phodal
Sep 17, 2023 · Artificial Intelligence

How Chocolate Factory’s Codebase AI Assistant Boosts Code Search with RAG

This article explains the design and implementation of the Codebase AI Assistant in the Chocolate Factory framework, covering its problem‑solving DSL, retrieval‑augmented generation pipeline, indexing and querying stages, prompt strategies, and code‑splitting rules that together enable efficient semantic code search.

AI AssistantKotlinRetrieval Augmented Generation
0 likes · 11 min read
How Chocolate Factory’s Codebase AI Assistant Boosts Code Search with RAG
21CTO
21CTO
Jul 27, 2023 · Artificial Intelligence

How JetBrains’ New AI Assistant Is Changing the Way Developers Code

JetBrains has rolled out an AI Assistant across its entire IDE suite, offering chat, code analysis, and documentation generation powered by OpenAI, while highlighting its deeper integration compared to GitHub Copilot, current limitations, privacy concerns, and early developer feedback.

AI AssistantCopilotIDE
0 likes · 4 min read
How JetBrains’ New AI Assistant Is Changing the Way Developers Code
IT Services Circle
IT Services Circle
Jul 13, 2023 · Artificial Intelligence

JetBrains Introduces AI Assistant Across All IDEs and .NET Tools

JetBrains has launched a new AI Assistant feature that is integrated into all its IDEs and .NET tools, offering chat, code understanding, documentation generation, naming suggestions, and automatic commit‑message creation to boost developer productivity.

AI AssistantIDEJetBrains
0 likes · 5 min read
JetBrains Introduces AI Assistant Across All IDEs and .NET Tools
Architect
Architect
Apr 13, 2023 · Artificial Intelligence

AutoGPT: Building Your Own Autonomous AI Assistant in Under 30 Minutes

This article introduces AutoGPT, an experimental open‑source AI agent powered by GPT‑4 that can autonomously achieve user‑defined goals, showcases real‑world examples such as website creation and market research, and provides step‑by‑step setup instructions including repository cloning, environment configuration, package installation, Docker usage, and execution.

AI AssistantAutoGPTGPT-4
0 likes · 7 min read
AutoGPT: Building Your Own Autonomous AI Assistant in Under 30 Minutes
DataFunTalk
DataFunTalk
Nov 24, 2022 · Artificial Intelligence

Technical Evolution of OPPO's Conversational AI Assistant XiaoBu

This article details the development journey of OPPO's conversational AI assistant XiaoBu, covering its historical background, product features, four years of technical evolution, challenges in skill building and user understanding, anti‑failure strategies, and future directions in multimodal AI assistants.

AI AssistantConversational AIDialogue Systems
0 likes · 24 min read
Technical Evolution of OPPO's Conversational AI Assistant XiaoBu