Tagged articles

AI assistant

220 articles · Page 2 of 3
Su San Talks Tech
Su San Talks Tech
Mar 1, 2026 · Artificial Intelligence

10 Proven Claude Code Tips to Supercharge Your Development Workflow

This guide consolidates Boris Cherny’s internal practices and official best‑practice documentation into ten actionable techniques that help you manage Claude Code’s context window, plan work, automate repetitive tasks, run parallel sessions, and use prompts effectively for faster, higher‑quality software development.

AI assistantAutomationClaude Code
0 likes · 15 min read
10 Proven Claude Code Tips to Supercharge Your Development Workflow
AI Insight Log
AI Insight Log
Feb 25, 2026 · Artificial Intelligence

How an Open‑Source Plugin Solves Claude Code’s Session‑Memory Loss

Claude Code forgets all prior context each new session because large language models only see the current window, but the open‑source claude‑mem plugin records project actions, compresses them into semantic summaries, and injects the relevant history back into Claude, dramatically reducing re‑explanation overhead.

AI assistantClaude CodeLLM
0 likes · 8 min read
How an Open‑Source Plugin Solves Claude Code’s Session‑Memory Loss
BirdNest Tech Talk
BirdNest Tech Talk
Feb 19, 2026 · Artificial Intelligence

How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt

This guide walks through two practical approaches—Skill and Prompt—to configure OpenClaw for automated RSS aggregation, AI‑driven filtering, summarization, and channel delivery, comparing their setup steps, code examples, advantages, limitations, and when to choose each method.

AI assistantAutomationCron
0 likes · 8 min read
How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt
BirdNest Tech Talk
BirdNest Tech Talk
Feb 13, 2026 · Artificial Intelligence

Rebuilding a Go AI Assistant with Claude Code Agent Teams

The article walks through how the author refactored the Go‑based AI assistant GoClaw by leveraging Claude Code's Agent Teams feature, detailing the motivation, architecture comparison, configuration steps, team role assignments, and practical tmux integration to achieve a more modular and reliable agent module.

AI assistantAgent TeamsAutomation
0 likes · 10 min read
Rebuilding a Go AI Assistant with Claude Code Agent Teams
BirdNest Tech Talk
BirdNest Tech Talk
Feb 11, 2026 · Artificial Intelligence

How GoClaw Reimagines OpenClaw: A Go‑Powered AI Assistant Architecture

This article provides an in‑depth technical analysis of GoClaw, a Go‑based personal AI assistant that mirrors OpenClaw's design while introducing a more robust agent loop, reflective reasoning, extensible skill system, sophisticated error handling, and multi‑provider failover, complete with code excerpts, architecture diagrams, and performance trade‑offs.

AI assistantAgent LoopGo
0 likes · 19 min read
How GoClaw Reimagines OpenClaw: A Go‑Powered AI Assistant Architecture
Java Tech Enthusiast
Java Tech Enthusiast
Feb 10, 2026 · Backend Development

IntelliJ IDEA 2026.1 EAP 3: Recycle Bin Deletions, AI Boosts, and Git Worktree Support

The 2026.1 EAP 3 release of IntelliJ IDEA introduces several practical updates, including moving deleted files to the system recycle bin, deeper AI assistant integration with Roots and improved commands, automatic SQL dialect detection, enhanced Spring debugging, built‑in Git Worktree support, UI refinements, and numerous bug fixes across Java, Kotlin, Docker, and HTTP client features.

AI assistantGit worktreeIDE
0 likes · 9 min read
IntelliJ IDEA 2026.1 EAP 3: Recycle Bin Deletions, AI Boosts, and Git Worktree Support
Tech Ocean
Tech Ocean
Feb 9, 2026 · Artificial Intelligence

10 Practical Claude Tips from the Founder to Supercharge Your Workflow (2026)

The article presents ten actionable techniques—from running parallel Claude sessions and planning tasks to using subagents, data analysis, and a learning partner—to help developers turn Claude into an efficient, versatile assistant across coding, debugging, and knowledge work.

AI assistantClaudeData Analysis
0 likes · 4 min read
10 Practical Claude Tips from the Founder to Supercharge Your Workflow (2026)
DataFunTalk
DataFunTalk
Feb 9, 2026 · Artificial Intelligence

Unlocking Your Mac with OpenClaw: 6 Practical AI Assistant Tips

This article shares a hands‑on walkthrough of using OpenClaw as a personal AI assistant on macOS, covering file search, knowledge‑base syncing, calendar automation, unified chatbot access, task scheduling, and screen‑capture skills, while highlighting model choices and future integration ideas.

AI assistantOpenClawPersonal Agent
0 likes · 15 min read
Unlocking Your Mac with OpenClaw: 6 Practical AI Assistant Tips
Frontend AI Walk
Frontend AI Walk
Feb 9, 2026 · Frontend Development

Advanced AI Coding: Configuring soul.md and memory.md for a Smarter Assistant

The article explains how to create personal AI profile files (soul.md) and project memory logs (memory.md) to eliminate repetitive introductions, improve code suggestions, and speed up debugging for Vue + Vite developers, with concrete before‑after examples, step‑by‑step configuration for Claude Desktop and OpenCode, and measurable productivity gains.

AI assistantPrompt EngineeringVite
0 likes · 21 min read
Advanced AI Coding: Configuring soul.md and memory.md for a Smarter Assistant
Ubiquitous Tech
Ubiquitous Tech
Feb 4, 2026 · Information Security

How OpenClaw Prompt Injection Almost Shut Down Our Server – Lessons Learned

Deploying OpenClaw on an internal Ubuntu 22.04 server exposed a prompt‑injection flaw that let colleagues trigger shutdown and data‑deletion commands, prompting a step‑by‑step hardening process that includes removing default bindings, editing gateway settings, and defining strict security prompt templates.

AI assistantConfigurationNode.js
0 likes · 18 min read
How OpenClaw Prompt Injection Almost Shut Down Our Server – Lessons Learned
AI Architecture Hub
AI Architecture Hub
Feb 4, 2026 · Artificial Intelligence

Boost Your Productivity with 10 Expert Claude Code Tips

Discover ten practical techniques—from parallel Git worktrees and plan‑mode workflows to custom skills, sub‑agents, and advanced prompt engineering—that help you get the most out of Claude Code for coding, debugging, data analysis, and continuous learning.

AI assistantAutomationClaude Code
0 likes · 11 min read
Boost Your Productivity with 10 Expert Claude Code Tips
AI Engineering
AI Engineering
Feb 4, 2026 · Artificial Intelligence

NanoClaw: A 500‑Line Minimal Claude Bot Running in Apple Containers

NanoClaw trims the bloated OpenClaw codebase to just 500 lines, runs inside an Apple container for security, adds Docker support for Linux, and discusses the trade‑offs between sandbox restrictions and AI assistant capabilities while warning of its fleeting popularity.

AI assistantApple ContainerClaude
0 likes · 3 min read
NanoClaw: A 500‑Line Minimal Claude Bot Running in Apple Containers
Design Hub
Design Hub
Feb 1, 2026 · Artificial Intelligence

How to Deploy OpenClaw AI Assistant on a Home NAS (Step‑by‑Step)

The author, a designer who prefers self‑hosted tools, walks through installing OpenClaw on a home NAS using PVE and Ubuntu, configures password‑less sudo, sets up Discord as a communication channel, troubleshoots model settings, and demonstrates the assistant’s basic capabilities.

AI assistantDiscordNAS
0 likes · 13 min read
How to Deploy OpenClaw AI Assistant on a Home NAS (Step‑by‑Step)
AI Tech Publishing
AI Tech Publishing
Feb 1, 2026 · Artificial Intelligence

How Clawdbot Implements a Persistent, Search‑Driven Memory System

Clawdbot, an open‑source AI assistant, uses local Markdown files and a SQLite‑based vector index to provide a transparent, searchable, and long‑term memory that separates temporary context from durable storage, enabling autonomous task handling across sessions.

AI assistantClawdbotSQLite
0 likes · 10 min read
How Clawdbot Implements a Persistent, Search‑Driven Memory System
Ubiquitous Tech
Ubiquitous Tech
Jan 31, 2026 · Artificial Intelligence

Build a 24‑Hour Digital Assistant on MacBook with OpenClaw, MiniMax and Feishu – Access 30,000 Skills

This article walks through installing the open‑source OpenClaw AI assistant on a MacBook (or cloud server), configuring it with the MiniMax model and Feishu, enabling 24‑hour remote control, local memory, data sovereignty, and thousands of ready‑made skills, while highlighting setup commands, security considerations, and cost factors.

AI assistantAutomationFeishu integration
0 likes · 16 min read
Build a 24‑Hour Digital Assistant on MacBook with OpenClaw, MiniMax and Feishu – Access 30,000 Skills
Shuge Unlimited
Shuge Unlimited
Jan 30, 2026 · Artificial Intelligence

Is Moltbot Really Driving Mac mini Sales? A Critical Cost and Deployment Analysis

The article debunks the claim that Moltbot has made Mac mini a hot‑selling item by examining the tool’s requirements, API pricing, hardware alternatives, cloud‑hosted options, and the marketing tactics that inflate the narrative, ultimately showing that API costs, not the hardware, are the real barrier.

AI assistantClaude APIMac mini
0 likes · 11 min read
Is Moltbot Really Driving Mac mini Sales? A Critical Cost and Deployment Analysis
Design Hub
Design Hub
Jan 29, 2026 · Artificial Intelligence

Chrome Gets a Powerful AI Boost with Gemini – Features Review & Activation Guide

Google’s integration of Gemini into Chrome brings AI‑driven browsing, on‑the‑fly summarization, translation, image editing, and automated tasks, and this article walks through the required US‑based account setup, the open‑source enable‑script, and hands‑on experiences across four real‑world scenarios for designers.

AI assistantChromeGemini
0 likes · 7 min read
Chrome Gets a Powerful AI Boost with Gemini – Features Review & Activation Guide
Baobao Algorithm Notes
Baobao Algorithm Notes
Jan 28, 2026 · Artificial Intelligence

How to Deploy a 24/7 AI Assistant with Moltbot and MiniMax M2.1

This guide walks you through installing the open‑source Moltbot (formerly Clawdbot), configuring it with the MiniMax M2.1 large‑language model, and connecting it to messaging platforms such as Telegram, WhatsApp, and Feishu, enabling a continuously running AI assistant that can handle emails, code edits, and complex tasks.

AI assistantAutomationFeishu integration
0 likes · 8 min read
How to Deploy a 24/7 AI Assistant with Moltbot and MiniMax M2.1
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 28, 2026 · Cloud Computing

Deploy Moltbot on Alibaba Cloud Lightweight Server in Minutes

This guide walks you through installing the Moltbot AI assistant on Alibaba Cloud's lightweight application server, configuring Baidu's Bailei API key, opening required ports, generating access tokens, and accessing the chat interface, plus a quick overview of the pre‑installed Shadow Cloud Computer image.

AI assistantAlibaba CloudLightweight Server
0 likes · 3 min read
Deploy Moltbot on Alibaba Cloud Lightweight Server in Minutes
Old Meng AI Explorer
Old Meng AI Explorer
Jan 28, 2026 · Artificial Intelligence

How to Deploy ClawdBot: Turn Your PC into a Proactive AI Assistant

This article explores the rapid rise of the open‑source ClawdBot AI assistant, explains its four core advantages, outlines security risks with mitigation strategies, and provides a detailed step‑by‑step guide for deploying ClawdBot using MiniMax 2.1 on a dedicated machine.

AI assistantClawdbotMiniMax
0 likes · 9 min read
How to Deploy ClawdBot: Turn Your PC into a Proactive AI Assistant
Architect
Architect
Jan 26, 2026 · Artificial Intelligence

Why Clawdbot Is the Next‑Gen Personal AI Agent and How to Secure It

Clawdbot is an open‑source personal AI assistant that runs on your own machine and can be controlled via chat apps, offering email handling, automation, and code generation while requiring careful security design to prevent dangerous actions and data loss.

AI assistantAgent RuntimeClawdbot
0 likes · 11 min read
Why Clawdbot Is the Next‑Gen Personal AI Agent and How to Secure It
High Availability Architecture
High Availability Architecture
Jan 26, 2026 · Artificial Intelligence

Is Clawdbot the Dream AI Assistant? A Critical Review and Practical Guide

This article provides an in‑depth evaluation of the AI agent tool Clawdbot, highlighting its seamless integration, strong execution, and automation capabilities while exposing steep configuration hurdles, security concerns, and unpredictable behavior, and offers recommendations for both technical enthusiasts and everyday users.

AI assistantClawdbotProduct Review
0 likes · 6 min read
Is Clawdbot the Dream AI Assistant? A Critical Review and Practical Guide
Old Zhang's AI Learning
Old Zhang's AI Learning
Jan 25, 2026 · Artificial Intelligence

Clawdbot Open‑Source: A Siri‑Like Personal AI Assistant You Can Command From Your Phone

Clawdbot is an open‑source, locally‑run AI assistant that integrates with over 14 chat platforms—including WhatsApp, Telegram, Discord, and iMessage—allowing you to manage email, calendars, browsing, and system commands directly from your favorite messaging apps, with multi‑model support, skill extensions, and robust security controls.

AI assistantCLI Toolsbrowser automation
0 likes · 18 min read
Clawdbot Open‑Source: A Siri‑Like Personal AI Assistant You Can Command From Your Phone
AI Engineering
AI Engineering
Jan 25, 2026 · Artificial Intelligence

ClawdBot Goes Viral: First AI Assistant Video Tutorial Inside

ClawdBot is a 24‑hour AI assistant that can clean your inbox, schedule meetings, analyze code, and execute voice‑controlled tasks; the guide explains its architecture, two deployment options (local or AWS), low cost, security pairing, quick tests, advanced features, and real‑world use cases.

AI assistantAWSAutomation
0 likes · 8 min read
ClawdBot Goes Viral: First AI Assistant Video Tutorial Inside
Ubuntu
Ubuntu
Jan 23, 2026 · Artificial Intelligence

Deploy DeepSeek Locally on Ubuntu: Build Your Private AI Assistant

This guide walks through why you might run a large language model locally—privacy, zero latency, and no token costs—then details hardware requirements, installs Ollama, pulls the appropriate DeepSeek‑R1 model, tests it with a coding prompt, and optionally adds a web UI via Docker.

AI assistantDeepSeekOllama
0 likes · 6 min read
Deploy DeepSeek Locally on Ubuntu: Build Your Private AI Assistant
AI Architecture Hub
AI Architecture Hub
Jan 22, 2026 · Artificial Intelligence

Unlock Claude Code: 31-Day Shortcut Guide for Faster AI-Powered Development

This article compiles Ado Kukic's 31‑day Claude Code tip series, detailing essential commands, shortcuts, session management, productivity tools, browser integration, and advanced capabilities that help developers streamline AI‑assisted coding, improve context handling, and boost overall efficiency.

AI assistantAutomationClaude Code
0 likes · 7 min read
Unlock Claude Code: 31-Day Shortcut Guide for Faster AI-Powered Development
AI Insight Log
AI Insight Log
Jan 16, 2026 · Artificial Intelligence

Open‑Source Clone of Claude Cowork Breaks Limits and Enables Model Swapping

The open‑source Claude‑Cowork project, built by DevAgentForge, recreates Anthropic’s Claude Cowork as a desktop GUI wrapper for Claude Code, adding real‑time streaming, syntax‑highlighted code, session management via SQLite, and cross‑platform Electron support, while remaining compatible with Claude Code’s configuration and allowing any Anthropic‑compatible model to be used.

AI assistantClaudeElectron
0 likes · 7 min read
Open‑Source Clone of Claude Cowork Breaks Limits and Enables Model Swapping
Tech Minimalism
Tech Minimalism
Jan 14, 2026 · Artificial Intelligence

Build Custom Claude Code Plugins: A Complete Step‑by‑Step Guide

This article walks you through the entire process of creating Claude Code plugins—from understanding why plugins are needed, setting up the directory structure, writing commands, agents, skills, and hooks, to testing, debugging, advanced features, and publishing—providing concrete code examples, configuration files, and best‑practice recommendations.

AI assistantAgentsClaude Code
0 likes · 19 min read
Build Custom Claude Code Plugins: A Complete Step‑by‑Step Guide
AI Info Trend
AI Info Trend
Jan 13, 2026 · Artificial Intelligence

Claude Cowork: How AI Is Evolving From Chat to Real Workplace Assistant

Anthropic’s new Claude Cowork feature shifts AI from a passive question‑answer tool to an autonomous coworker that can set goals, break down tasks, edit files, and deliver results, with current macOS‑only preview, subscription requirements, and notable security considerations.

AI assistantAnthropicArtificial Intelligence
0 likes · 5 min read
Claude Cowork: How AI Is Evolving From Chat to Real Workplace Assistant
Tech Ocean
Tech Ocean
Jan 13, 2026 · Artificial Intelligence

How to Install and Configure Claude Code AI Programming Assistant

This guide walks through installing Claude Code, an Anthropic AI programming assistant, covering prerequisites, npm installation, authentication, optional proxy setup for Unix and Windows, MCP server configuration, common commands, and troubleshooting tips.

AI assistantClaude CodeInstallation
0 likes · 5 min read
How to Install and Configure Claude Code AI Programming Assistant
Instant Consumer Technology Team
Instant Consumer Technology Team
Jan 13, 2026 · Artificial Intelligence

Scalable Enterprise AI Assistant: Intent Planning, Context Engineering, Data Iteration

This article details the end‑to‑end design of an enterprise AI office assistant, covering the three‑layer framework of intent planning, context engineering, and data self‑iteration, the key pain points of intent understanding, knowledge integration, and quality control, and practical architectural and implementation solutions for scalable deployment.

AI assistantContext EngineeringEnterprise AI
0 likes · 25 min read
Scalable Enterprise AI Assistant: Intent Planning, Context Engineering, Data Iteration
Frontend AI Walk
Frontend AI Walk
Dec 9, 2025 · Fundamentals

Mastering Cursor’s Plan Mode: A Step‑by‑Step Guide

This tutorial explains Cursor AI’s Plan mode, a structured task‑management workflow that lets the AI analyze a codebase, create a detailed execution plan, track tasks via a todo list, and safely apply complex code changes with minimal risk.

AI assistantCode RefactoringCursor
0 likes · 21 min read
Mastering Cursor’s Plan Mode: A Step‑by‑Step Guide
DataFunTalk
DataFunTalk
Dec 5, 2025 · Mobile Development

How ByteDance’s Doubao Phone Assistant Revives SmartisanOS Code for AI‑Powered Mobile Interaction

The article traces how ByteDance’s limited‑release Doubao phone assistant reuses SmartisanOS’s deep‑customized Android code, revealing three layers of inherited assets, the system‑level AI‑assistant architecture, security concerns, and the broader implications for the future of mobile operating systems.

AI assistantAndroidByteDance
0 likes · 12 min read
How ByteDance’s Doubao Phone Assistant Revives SmartisanOS Code for AI‑Powered Mobile Interaction
PMTalk Product Manager Community
PMTalk Product Manager Community
Dec 4, 2025 · Artificial Intelligence

Is Doubao’s AI Phone the Future iPhone?

The article evaluates Doubao’s AI phone by testing everyday scenarios, highlighting its screen‑recognition‑driven automation, high latency, privacy risks, and comparing its performance and usability against Honor’s YOYO assistant and other AI‑enabled smartphones.

AI assistantmobile AIperformance
0 likes · 9 min read
Is Doubao’s AI Phone the Future iPhone?
Yiche Technology
Yiche Technology
Dec 3, 2025 · Artificial Intelligence

How Milvus Powered a Scalable AI Assistant for Car Queries with Vector Search

This article details how an automotive AI assistant migrated from keyword matching to a Milvus‑based vector retrieval system, overcoming semantic gaps, scaling to millions of daily queries, optimizing indexing, introducing multi‑vector and sparse‑vector search, and building a real‑time RAG pipeline with Flink.

AI assistantMilvusRAG
0 likes · 12 min read
How Milvus Powered a Scalable AI Assistant for Car Queries with Vector Search
Frontend AI Walk
Frontend AI Walk
Nov 29, 2025 · Fundamentals

Build a Personal Knowledge Base with Obsidian and Google Antigravity: A Complete Step‑by‑Step Guide

This guide explains how to combine Obsidian’s local markdown vault and bi‑directional linking with Google Antigravity’s AI‑driven code analysis to create, organize, and continuously update a personal knowledge base, covering concepts like Zettelkasten, PARA, markdown syntax, and practical workflows for developers.

AI assistantGoogle AntigravityKnowledge Management
0 likes · 11 min read
Build a Personal Knowledge Base with Obsidian and Google Antigravity: A Complete Step‑by‑Step Guide
Tencent Technical Engineering
Tencent Technical Engineering
Nov 10, 2025 · Artificial Intelligence

How Large Language Models Evolved in 2025: From DeepSeek to Kimi‑K2 and Beyond

This article maps the rapid evolution of open‑source large language models in 2025, explains the underlying architectural breakthroughs such as MLA, MoE, and NSA, compares dozens of models—including DeepSeek‑V3, OLMo2, Gemma3, Llama4, Qwen3, and Kimi‑K2—and highlights the emergence of powerful AI assistants like Dola, providing developers with a concise technical roadmap.

AI assistantLLM efficiencyLarge Language Models
0 likes · 44 min read
How Large Language Models Evolved in 2025: From DeepSeek to Kimi‑K2 and Beyond
IT Services Circle
IT Services Circle
Oct 31, 2025 · Artificial Intelligence

4 Open-Source AI Tools That Turn Screens, Games, and Workflows into Smart Assistants

This article introduces four cutting‑edge open‑source AI projects—Glass, CraftGPT, AI Trend Publish, and Klavis—detailing how they read screens and audio, run language models inside Minecraft, auto‑generate AI‑focused articles, and integrate dozens of external tools for powerful, automated assistance.

AI assistantAI integrationAutomation
0 likes · 5 min read
4 Open-Source AI Tools That Turn Screens, Games, and Workflows into Smart Assistants
DataFunTalk
DataFunTalk
Oct 22, 2025 · Artificial Intelligence

How Large Language Models Power Xiaomi’s Xiao AI Assistant

This article explains how Xiaomi’s Xiao AI assistant leverages large language models for intent routing, domain‑specific intent understanding, and response generation, detailing the system architecture, challenges such as knowledge requirements and latency constraints, and the shift from prompt engineering to model fine‑tuning.

AI assistantIntent RoutingLarge Language Models
0 likes · 5 min read
How Large Language Models Power Xiaomi’s Xiao AI Assistant
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 14, 2025 · Artificial Intelligence

Mastering Codex: A Complete Beginner‑to‑Advanced Configuration Guide

This guide evaluates Codex against Claude Code, walks through installing the Codex CLI on Windows, macOS and Linux, explains API‑Key and ChatGPT Plus authentication, details advanced MCP server setups, and provides a full set of configuration files and commands for turning Codex into a true AI programming partner.

AI assistantCLICodex
0 likes · 17 min read
Mastering Codex: A Complete Beginner‑to‑Advanced Configuration Guide
DataFunTalk
DataFunTalk
Oct 10, 2025 · Artificial Intelligence

How Large Language Models Power Xiaomi’s Xiao AI Assistant

This article explains how large language models are integrated into Xiaomi’s Xiao AI assistant, covering intent distribution, domain‑specific intent understanding, response generation, architectural design, challenges such as knowledge requirements and latency, and the shift from prompt engineering to model fine‑tuning.

AI assistantIntent RoutingLarge Language Models
0 likes · 5 min read
How Large Language Models Power Xiaomi’s Xiao AI Assistant
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 assistantArtificial IntelligenceIntent Routing
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 NativeAI assistantData 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 assistantLinuxOllama
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 assistantArtificial IntelligenceLongCat-Flash-Chat
0 likes · 5 min read
Hands‑On Review of Meituan’s AI Assistant “XiaoMe”: Real‑World Strengths, Flaws, and How It Works
Amazon Cloud Developers
Amazon Cloud Developers
Sep 5, 2025 · Artificial Intelligence

Cut Search Time by 30% and Boost Accuracy 80% with Amazon Bedrock for Financial Data Retrieval

Amazon Finance built an AI assistant that combines Amazon Bedrock, Claude 3 Sonnet, and Amazon Kendra to let analysts query financial data in natural language, achieving a 30% reduction in search time, an 80% increase in accuracy, and high precision and recall across data‑discovery and document‑search tasks.

AI assistantAmazon BedrockAmazon Kendra
0 likes · 20 min read
Cut Search Time by 30% and Boost Accuracy 80% with Amazon Bedrock for Financial Data Retrieval
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 assistantCommand LineGemini CLI
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 assistantEinoGo
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
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 25, 2025 · Databases

ChatDBA vs DeepSeek: AI‑Driven Diagnosis of OceanBase Backup Cluster Tenant Sync Issue (Case Study)

This case study demonstrates how the AI assistant ChatDBA identifies and resolves a tenant data‑synchronization failure in an OceanBase primary‑backup cluster, detailing four interactive troubleshooting rounds, the final SQL fix, and a comparative analysis with the DeepSeek‑R1 model.

AI assistantChatDBADatabase Troubleshooting
0 likes · 5 min read
ChatDBA vs DeepSeek: AI‑Driven Diagnosis of OceanBase Backup Cluster Tenant Sync Issue (Case Study)
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 assistantOllamaShellGPT
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 adoptionAI assistantHarvey
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 assistantJetBrainsOpenAI Models
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 assistantBaileiCustomer Service
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 AIKnowledge Management
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 assistantLLMPrompt Engineering
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 EnablementWorkflow Automation
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 assistantDomain-Driven DesignLarge-Scale Deployment
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 assistantexperience evaluationproduct design
0 likes · 13 min read
How to Evaluate and Design Generative AI Assistants: Frameworks and Real‑World Cases