Tagged articles
1006 articles
Page 6 of 11
Instant Consumer Technology Team
Instant Consumer Technology Team
Dec 5, 2025 · Artificial Intelligence

Transform Complex Prompts into Reusable AI Skills and Hook DeepSeek into Claude Code

This article explains how to replace cumbersome, city‑specific prompt strings with modular AI Skills, demonstrates the food‑diorama‑skill that generates 3D gourmet dioramas, and provides a step‑by‑step guide for connecting the DeepSeek V3.2 model to Claude Code using environment variables or the CC Switch GUI.

AIClaudeDeepSeek
0 likes · 8 min read
Transform Complex Prompts into Reusable AI Skills and Hook DeepSeek into Claude Code
Frontend AI Walk
Frontend AI Walk
Dec 5, 2025 · Artificial Intelligence

Master Prompt Engineering: From Random Chat to Precise Control with Zero-shot, Few-shot, and Chain‑of‑Thought

This article explains how to converse effectively with large language models by mastering three core prompting techniques—Zero‑shot, Few‑shot, and Chain‑of‑Thought—illustrated with front‑end analogies, code snippets, and a step‑by‑step DeepSeek JSON‑generation exercise that shows common pitfalls and best practices.

Chain-of-ThoughtDeepSeekFew-Shot
0 likes · 12 min read
Master Prompt Engineering: From Random Chat to Precise Control with Zero-shot, Few-shot, and Chain‑of‑Thought
Open Source Tech Hub
Open Source Tech Hub
Dec 5, 2025 · Artificial Intelligence

From Neurons to GPT: A Complete Timeline of AI Evolution and Future Trends

This comprehensive article traces AI from its biological roots and early computers through the birth of artificial intelligence, the rise of machine learning, the emergence of large language models, multimodal agents, and finally explores current breakthroughs, practical applications, and future directions.

Artificial IntelligenceFine-tuningPrompt engineering
0 likes · 39 min read
From Neurons to GPT: A Complete Timeline of AI Evolution and Future Trends
Wuming AI
Wuming AI
Dec 3, 2025 · Artificial Intelligence

How to Reduce LLM Hallucinations: Model Selection, Web Search, and Verification Agents

This article explains a step‑by‑step workflow for mitigating large‑language‑model hallucinations by picking low‑hallucination models, leveraging internet‑enabled search tools, rephrasing queries, and creating a dedicated verification assistant with concrete prompts and a Claude implementation.

LLMPrompt engineeringhallucination
0 likes · 6 min read
How to Reduce LLM Hallucinations: Model Selection, Web Search, and Verification Agents
Efficient Ops
Efficient Ops
Dec 3, 2025 · Artificial Intelligence

Unlocking AI Agent Paradigms: 6 Patterns to Supercharge Operations

This article introduces six core AI agent paradigms—Prompt Chain, Routing & Handoff, Parallelization, Tool Use, ReAct, and Multi‑Agent—explaining their concepts, real‑world analogies, and practical examples for enhancing efficiency and intelligence in operational workflows.

AI AgentArtificial IntelligenceOperations
0 likes · 6 min read
Unlocking AI Agent Paradigms: 6 Patterns to Supercharge Operations
Baidu MEUX
Baidu MEUX
Dec 3, 2025 · User Experience Design

Boost User Research with AI: Automating Short Feedback Classification & Long‑Form Insight Extraction

This article explains how AI large‑language models can automate short user‑feedback classification and extract insights from long interview texts, offering practical prompting tips, fine‑tuning strategies, and Retrieval‑Augmented Generation workflows to make user research faster, more accurate, and less labor‑intensive.

AIFeedback ClassificationLarge Language Models
0 likes · 11 min read
Boost User Research with AI: Automating Short Feedback Classification & Long‑Form Insight Extraction
ShiZhen AI
ShiZhen AI
Dec 2, 2025 · Artificial Intelligence

What Is a Prompt? Mastering Question Techniques for Better AI Results

Episode 4 of the Comic‑AI series explains that a prompt is the art of formulating precise questions to guide large language models, covering content and format constraints, positive and negative prompting, and showing how specific instructions lead to more predictable AI behavior.

AIAI interactionLarge Language Models
0 likes · 3 min read
What Is a Prompt? Mastering Question Techniques for Better AI Results
Frontend AI Walk
Frontend AI Walk
Dec 2, 2025 · Artificial Intelligence

Understanding LLMs: A Frontend Developer’s Primer on Large Language Models

The article demystifies large language models for frontend developers by likening token prediction to autocomplete, explaining tokens, context windows, temperature, the two-stage training process, and the critical role of prompts, using concrete code examples and analogies to familiar frontend concepts.

Fine-tuningFrontend AnalogyLLM
0 likes · 10 min read
Understanding LLMs: A Frontend Developer’s Primer on Large Language Models
PaperAgent
PaperAgent
Dec 1, 2025 · Artificial Intelligence

How Deep Research Turns LLMs into Autonomous AI Scientists

This article surveys the emerging Deep Research (DR) paradigm that upgrades large language models into research agents capable of autonomous planning, multi‑source evidence gathering, memory management, and verifiable long‑form report generation, outlining its stages, core components, training pipeline, and evaluation benchmarks.

AI agentsAI research automationDeep Research
0 likes · 6 min read
How Deep Research Turns LLMs into Autonomous AI Scientists
Bilibili Tech
Bilibili Tech
Nov 28, 2025 · Artificial Intelligence

How We Built an LLM‑Powered AI Hub to Read and Analyze Community Chats

This article details the design and deployment of a multi‑layer LLM system that automatically reads massive creator group chats, extracts structured insights, mitigates hallucinations with dual‑model verification, uses few‑shot prompting for stable output, and delivers real‑time risk alerts and operational reports.

AI OperationsFew‑Shot LearningLLM
0 likes · 14 min read
How We Built an LLM‑Powered AI Hub to Read and Analyze Community Chats
Fun with Large Models
Fun with Large Models
Nov 27, 2025 · Artificial Intelligence

Mastering Coze Knowledge Base: A Step‑by‑Step Low‑Code Agent Guide

This article provides a comprehensive, hands‑on guide to Coze's knowledge base, covering its core concepts, key features, practical use‑case scenarios, detailed creation steps, configuration options, prompt design, testing methods, and a comparison with variables, memory, and databases.

CozeKnowledge BasePrompt engineering
0 likes · 15 min read
Mastering Coze Knowledge Base: A Step‑by‑Step Low‑Code Agent Guide
PMTalk Product Manager Community
PMTalk Product Manager Community
Nov 25, 2025 · Product Management

Avoid the 3 Common AI Product Management Pitfalls: Prompt Engineering, RAG, and Fine‑Tuning

The article examines why AI product managers repeatedly fall into three traps—over‑relying on prompt engineering, blindly adopting Retrieval‑Augmented Generation, or costly fine‑tuning—by presenting real‑world failures, debunking myths, and offering a five‑layer decision framework with cost, data, resource, and risk analysis to choose the right solution.

AI product managementPrompt engineeringRAG
0 likes · 24 min read
Avoid the 3 Common AI Product Management Pitfalls: Prompt Engineering, RAG, and Fine‑Tuning
Architect's Guide
Architect's Guide
Nov 24, 2025 · Artificial Intelligence

Building Java LLM Applications with LangChain4j: A Hands‑On Guide

This tutorial walks through the fundamentals of large language models, prompt engineering, and word embeddings, then shows how to set up a LangChain‑based LLM stack in Java using LangChain4j, covering core modules, memory, retrieval, chains, agents, and complete code examples.

AI agentsLLMLangChain
0 likes · 15 min read
Building Java LLM Applications with LangChain4j: A Hands‑On Guide
Youzan Coder
Youzan Coder
Nov 21, 2025 · Artificial Intelligence

How to Build, Evaluate, and Optimize AI Test Agents: A Practical Guide

This guide walks you through creating AI‑powered test agents, defining success metrics, building evaluation datasets, crafting and refining system prompts with techniques like chain‑of‑thought, XML, few‑shot and concise inputs, and scaling the workflow by splitting agents and managing prompt versions.

AI agentsLLMPrompt engineering
0 likes · 21 min read
How to Build, Evaluate, and Optimize AI Test Agents: A Practical Guide
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Nov 20, 2025 · Artificial Intelligence

How to Build a Quantifiable Quality Assurance System for AI‑Native Products

This article explains the background of AI‑native products, uses VoxDeck as a case study to illustrate typical generation successes and failures, and proposes a systematic, metric‑driven quality‑assurance framework—including data sampling, multi‑dimensional anomaly detection, AI‑assisted checks, and continuous improvement—to boost efficiency, reliability, and business value of AI‑generated content.

AI-nativeLLMPrompt engineering
0 likes · 14 min read
How to Build a Quantifiable Quality Assurance System for AI‑Native Products
AI Tech Publishing
AI Tech Publishing
Nov 20, 2025 · Artificial Intelligence

Million‑Dollar AI Playbook: From Prompt Engineering to Agents – Anthropic’s Full PDF Unpacked

Anthropic’s enterprise guide shows how early adopters boost productivity—20‑35% faster customer service, 30‑50% higher content output, 15% less coding time—and outlines a four‑step framework, prompt‑engineering formula, and agent roadmap to turn AI into measurable business value.

AI implementationAnthropicLLMOps
0 likes · 10 min read
Million‑Dollar AI Playbook: From Prompt Engineering to Agents – Anthropic’s Full PDF Unpacked
Wuming AI
Wuming AI
Nov 19, 2025 · Artificial Intelligence

Gemini 3 Hands‑On Review: Multimodal Mastery Across Real‑World Cases

The author evaluates Google’s newly released Gemini 3 model through seven diverse cases—hand‑counting, macOS desktop simulation, a jump‑the‑gap game, lightweight Word, expert‑style explanations, SVG fan rendering, and video understanding—highlighting its multimodal reasoning, coding assistance, and remaining limitations.

AI coding assistanceGemini 3Model Evaluation
0 likes · 5 min read
Gemini 3 Hands‑On Review: Multimodal Mastery Across Real‑World Cases
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 18, 2025 · Artificial Intelligence

How ReAct and Reflexion Boost Large Language Models for Complex, Real‑World Tasks

The article explains the limitations of large language models on multi‑step reasoning, real‑time information retrieval, and planning, then introduces the ReAct (Reasoning + Acting) framework and its Reflexion extension, detailing their mechanisms, examples, performance gains, practical applications, and future research directions.

Agentic AILLM reasoningLarge Language Models
0 likes · 16 min read
How ReAct and Reflexion Boost Large Language Models for Complex, Real‑World Tasks
Data Thinking Notes
Data Thinking Notes
Nov 16, 2025 · Artificial Intelligence

How AI Agents Transform Automation: Architecture, Challenges & Future Trends

This comprehensive overview examines AI agents powered by large language models, detailing their definition, core components, architectural patterns, key technologies such as prompt engineering and retrieval‑augmented generation, diverse application domains, current challenges, security solutions, and emerging research directions.

Large Language ModelsPrompt engineeringRetrieval Augmented Generation
0 likes · 81 min read
How AI Agents Transform Automation: Architecture, Challenges & Future Trends
Radish, Keep Going!
Radish, Keep Going!
Nov 16, 2025 · Fundamentals

Tech Highlights: Unofficial Teams Linux Client, AI Prompt Engineering, TCP Deep Dive & More

A curated roundup of recent tech developments covering an open‑source Linux Teams client, a profit‑margin primer, a showdown between traditional machine learning and prompt engineering, Google’s near‑perfect handwriting model, VPN legislation concerns, a classic game anniversary, Go’s 16‑year milestone, a TCP deep‑dive, and an investigation into pressure on Archive.today.

Artificial IntelligenceGoLinux
0 likes · 9 min read
Tech Highlights: Unofficial Teams Linux Client, AI Prompt Engineering, TCP Deep Dive & More
Sohu Tech Products
Sohu Tech Products
Nov 13, 2025 · Artificial Intelligence

How to Harness Cursor AI for Faster, Higher‑Quality Code Development

This article shares a step‑by‑step practice guide on using the Cursor AI assistant to split project analysis, enrich prompts, generate code, and perform regression verification, illustrating prompt examples, command snippets, and visual workflows for effective AI‑augmented software development.

AI programmingCursorPrompt engineering
0 likes · 16 min read
How to Harness Cursor AI for Faster, Higher‑Quality Code Development
Continuous Delivery 2.0
Continuous Delivery 2.0
Nov 13, 2025 · Artificial Intelligence

Shopify’s Blueprint for Scalable AI Agents: Architecture, Evaluation, and Reward‑Hack Fixes

This article details how Shopify engineered the Sidekick AI agent platform, covering its evolving architecture, just‑in‑time instruction system, rigorous LLM evaluation framework, GRPO training method, and strategies to prevent reward‑hacking, offering practical guidance for building production‑ready agentic systems.

AI agentsLLM evaluationPrompt engineering
0 likes · 13 min read
Shopify’s Blueprint for Scalable AI Agents: Architecture, Evaluation, and Reward‑Hack Fixes
DaTaobao Tech
DaTaobao Tech
Nov 10, 2025 · Artificial Intelligence

How Tmall’s AI Transforms Test Case Generation for Faster, Smarter QA

This article details Tmall's technology team's deep AI‑driven testing practice, outlining industry challenges, the need for intelligent test case generation, and a comprehensive strategy that combines prompt engineering, RAG‑based knowledge bases, and platform integration to boost coverage, reduce manual effort, and accelerate release cycles.

AI testingKnowledge BaseLarge Language Models
0 likes · 10 min read
How Tmall’s AI Transforms Test Case Generation for Faster, Smarter QA
Zhuanzhuan Tech
Zhuanzhuan Tech
Nov 10, 2025 · Artificial Intelligence

Boost Your Development Workflow: Practical Tips for Using Cursor AI

This article shares a step‑by‑step guide on how development teams can leverage the Cursor AI assistant to split project requirements, enrich prompts, generate and review code, and perform regression verification, turning AI into a collaborative partner rather than a replacement.

AI programmingCode reviewCursor tool
0 likes · 17 min read
Boost Your Development Workflow: Practical Tips for Using Cursor AI
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 10, 2025 · Backend Development

Boost Java Repository Testing with AI: How Aone Copilot Agent Generates Unit Tests

This article details how the Aone Copilot Agent, guided by carefully crafted prompts, automates unit test creation and code modifications for a Java Spring Boot GoodsDomainRepository, achieving a 50% code adoption rate and outlining prompt design, test architecture, execution flow, and best‑practice recommendations.

AI testingPrompt engineeringSpring Boot
0 likes · 17 min read
Boost Java Repository Testing with AI: How Aone Copilot Agent Generates Unit Tests
Goodme Frontend Team
Goodme Frontend Team
Nov 10, 2025 · Frontend Development

Why AI Agents Aren’t Ready to Run Your Front‑End Projects (And How to Use Them Effectively)

The article examines the hype around AI agents, explains why they currently cannot fully take over front‑end development in company projects due to fragmented context, stability demands, and long‑term architectural needs, and offers practical strategies and prompt templates for realistic, productive use.

AI agentsCode reviewPrompt engineering
0 likes · 19 min read
Why AI Agents Aren’t Ready to Run Your Front‑End Projects (And How to Use Them Effectively)
JavaEdge
JavaEdge
Nov 7, 2025 · Artificial Intelligence

Can a PDCA Framework Unlock AI Code Generation’s Full Potential?

This article examines why AI‑assisted coding often falls short on quality and integration, introduces a structured PDCA workflow to guide AI interactions, presents experimental data comparing PDCA‑guided and unstructured approaches, and outlines practical guidelines and future enhancements for sustainable AI‑driven software development.

AI code generationDevOpsPDCA
0 likes · 15 min read
Can a PDCA Framework Unlock AI Code Generation’s Full Potential?
DataFunSummit
DataFunSummit
Nov 7, 2025 · Artificial Intelligence

How Close Are Agents to AGI? Insights from Experiments and Benchmarks

Through a series of experiments, benchmark analyses, and theoretical discussions, this article explores the limits of current AI agents, their underlying mechanisms, performance gaps to human-level intelligence, and the challenges that remain on the path from agents to true AGI.

AGILLMPrompt engineering
0 likes · 26 min read
How Close Are Agents to AGI? Insights from Experiments and Benchmarks
JD Retail Technology
JD Retail Technology
Nov 7, 2025 · Artificial Intelligence

How an AI‑Powered Experiment Analysis Agent Transforms Data Insights

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

AIProduct DesignPrompt engineering
0 likes · 14 min read
How an AI‑Powered Experiment Analysis Agent Transforms Data Insights
Liangxu Linux
Liangxu Linux
Nov 6, 2025 · Artificial Intelligence

8 Must‑Explore Open‑Source Projects: AI Prompt Tools, Voice Transcription, Browser Engine & More

This article introduces eight noteworthy open‑source projects—including an interactive prompt‑engineering tutorial, Claude Cookbooks, an offline speech‑to‑text tool, an eBook‑to‑audiobook converter, the Servo browser engine, a free programming‑books collection, a real‑time object‑detection model, and other popular repositories—each with brief descriptions and GitHub links.

AI toolsGitHubPrompt engineering
0 likes · 7 min read
8 Must‑Explore Open‑Source Projects: AI Prompt Tools, Voice Transcription, Browser Engine & More
KooFE Frontend Team
KooFE Frontend Team
Nov 6, 2025 · Artificial Intelligence

Mastering Few-Shot Prompting: Principles, Bias Fixes, and Example Design

Few-shot prompting uses a handful of task examples within the prompt to guide large language models, improving performance, adaptability, and reducing data needs, while careful design of example quantity, order, label distribution, format, and bias mitigation—through calibration and advanced methods like reinforced and unsupervised ICL—optimizes results.

Prompt engineeringbias mitigationexample design
0 likes · 11 min read
Mastering Few-Shot Prompting: Principles, Bias Fixes, and Example Design
Instant Consumer Technology Team
Instant Consumer Technology Team
Nov 6, 2025 · Frontend Development

How AI Accelerates Frontend Development: Building an Auto‑Switch Proxy Browser Extension

This article explores how modern AI IDEs like Cursor and Trae empower developers to rapidly prototype and implement a Chrome extension that automatically switches Whistle proxy rules, generate project scaffolding in minutes, and produce comprehensive documentation through AI‑driven analysis and prompt engineering.

AI-assisted developmentPrompt engineeringWhistle proxy
0 likes · 19 min read
How AI Accelerates Frontend Development: Building an Auto‑Switch Proxy Browser Extension
DataFunSummit
DataFunSummit
Nov 5, 2025 · Artificial Intelligence

How Alibaba’s Aivis Agent Is Transforming Cloud Customer Support

This article explores Alibaba Cloud’s digital employee Aivis, detailing why it was created, its multi‑layer architecture, core modules, agent‑driven reasoning, data processing, model training, autonomous workflow, trust‑building measures, and the collaborative human‑machine loop that boosts service efficiency.

Cloud ServicesPrompt engineeringcustomer support automation
0 likes · 18 min read
How Alibaba’s Aivis Agent Is Transforming Cloud Customer Support
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 5, 2025 · Artificial Intelligence

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

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

AILLMPrompt engineering
0 likes · 8 min read
Why Production-Ready RAG Is Ten Times Harder Than a Simple Demo
Ele.me Technology
Ele.me Technology
Oct 31, 2025 · Artificial Intelligence

Boosting Coding Efficiency with AI: Our Prompt‑Driven Framework Achieves 23% Faster Delivery

This article details how a logistics technology team built an AI‑plus‑prompt, three‑layer architecture framework that raised AI code adoption from 9.6% to 89.2% and improved demand delivery efficiency by 23.6%, while outlining quality safeguards, reusable templates, real‑world case studies, and future AI‑driven development plans.

AIPrompt engineeringautomation
0 likes · 15 min read
Boosting Coding Efficiency with AI: Our Prompt‑Driven Framework Achieves 23% Faster Delivery
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 31, 2025 · Artificial Intelligence

Why AI Agents Fail and 10 Proven Ways to Make Them Reliable

This article shares the practical lessons learned from building Alibaba Cloud’s digital employee "YunXiaoEr Aivis", explaining why large‑language‑model agents often miss expectations and presenting ten concrete strategies—ranging from clear prompt design to memory management—that dramatically improve multi‑agent reliability.

AI agentsAgent OptimizationContext Engineering
0 likes · 29 min read
Why AI Agents Fail and 10 Proven Ways to Make Them Reliable
BirdNest Tech Talk
BirdNest Tech Talk
Oct 30, 2025 · Artificial Intelligence

How to Build Multimodal Prompts with LangChain: A Step‑by‑Step Guide

Learn how LangChain enables multimodal interactions by preparing inputs, constructing prompts, invoking models like GPT‑4o, and processing responses, with a complete example that demonstrates image‑question answering, code walkthrough, environment setup, and key considerations for API keys and image URLs.

LLMLangChainMultimodal
0 likes · 9 min read
How to Build Multimodal Prompts with LangChain: A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 30, 2025 · Artificial Intelligence

Why AI Agents Aren’t As Simple As They Appear: Engineering Challenges and Solutions

Building AI agents may seem straightforward with frameworks like LangChain, but hidden complexities in orchestration, memory management, reproducibility, and scalability turn simple demos into fragile systems, requiring systematic engineering, observability, and robust design to achieve reliable, production‑grade intelligent agents.

AI agentsAgent DesignLangChain
0 likes · 21 min read
Why AI Agents Aren’t As Simple As They Appear: Engineering Challenges and Solutions
Code Mala Tang
Code Mala Tang
Oct 28, 2025 · Artificial Intelligence

Unlocking AI Creativity with Just Eight Words: The Verbalized Sampling Breakthrough

A recent Stanford and West Virginia University study reveals that a simple eight‑word prompt technique, called Verbalized Sampling, can double the creative output of large language models without costly retraining, by exposing hidden diversity suppressed by conventional alignment methods.

AI creativityLLM sampling techniquesLarge Language Models
0 likes · 9 min read
Unlocking AI Creativity with Just Eight Words: The Verbalized Sampling Breakthrough
Tencent Technical Engineering
Tencent Technical Engineering
Oct 27, 2025 · Artificial Intelligence

How AI Programming Is Transforming Software Development – A Practical Guide

This article explores the strategic impact of AI‑assisted coding, outlines a comprehensive AI × SDLC methodology, showcases three real‑world scenarios—from end‑to‑end development pipelines to Figma‑to‑code automation and backend system evolution—while highlighting practical tips, pitfalls, and organizational changes needed to fully harness AI programming.

DevOpsPrompt engineeringquality assurance
0 likes · 71 min read
How AI Programming Is Transforming Software Development – A Practical Guide
大转转FE
大转转FE
Oct 27, 2025 · Frontend Development

5 Essential Tech Articles This Week: Frontend Innovations, AI Agents, and Testing Breakthroughs

This weekly roundup curates five insightful articles covering the evolution of a frontend collaboration tool, the rise of context engineering in AI, the design of an AI‑assisted coding plugin, the debate over AI versus human task planning, and AI‑driven test case generation at scale.

Artificial IntelligenceCoding AssistantPrompt engineering
0 likes · 4 min read
5 Essential Tech Articles This Week: Frontend Innovations, AI Agents, and Testing Breakthroughs
KooFE Frontend Team
KooFE Frontend Team
Oct 26, 2025 · Artificial Intelligence

Master Zero-Shot Prompting: Advanced Techniques to Boost LLM Performance

Zero-shot prompting lets large language models perform tasks without examples, and by following principles of clarity and structured instructions, advanced strategies such as emotion prompting, zero-shot chain-of-thought, RE2 re-reading, Rephrase-and-Respond, role-play, and System-2 Attention can significantly improve accuracy and response quality across translation, reasoning, and QA tasks.

AI reasoningLLMLarge Language Models
0 likes · 13 min read
Master Zero-Shot Prompting: Advanced Techniques to Boost LLM Performance
Wuming AI
Wuming AI
Oct 23, 2025 · Artificial Intelligence

How I Built a Hand‑Counting Calculator in 5 Minutes with WeaveFox AI

In just five minutes, I used the WeaveFox AI coding platform to recreate a quirky "hand‑counting" calculator by prompting natural language, iterating through form‑based tech‑stack selection, and letting multiple AI agents generate, refine, and deploy the full front‑end application.

AI CodingPrompt engineeringWeaveFox
0 likes · 7 min read
How I Built a Hand‑Counting Calculator in 5 Minutes with WeaveFox AI
DaTaobao Tech
DaTaobao Tech
Oct 22, 2025 · Artificial Intelligence

How AI Coding Transforms Complex Client Development: Methods, Challenges, and Efficiency Gains

This article reveals the core methodology of applying AI coding to complex client-side development, discusses practical challenges, prompt design, task decomposition, efficiency improvements, and provides actionable guidelines and architectural rules for integrating AI into UI and service layers.

AI CodingPrompt engineeringSoftware Architecture
0 likes · 15 min read
How AI Coding Transforms Complex Client Development: Methods, Challenges, and Efficiency Gains
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
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 21, 2025 · Artificial Intelligence

Master Claude Code with GLM‑4.6: Install, Configure, and Boost Your Coding Productivity

This guide explains why the Claude Code + GLM‑4.6 combo outperforms other AI coding tools, details how to overcome access hurdles, walks through installing Node.js and Claude Code, configuring GLM‑4.6 via environment variables, and demonstrates using natural‑language prompts for tasks ranging from simple web games to complex web‑scraping scripts.

AI coding assistantClaude CodeGLM-4.6
0 likes · 11 min read
Master Claude Code with GLM‑4.6: Install, Configure, and Boost Your Coding Productivity
Wuming AI
Wuming AI
Oct 20, 2025 · Artificial Intelligence

How to Let AI Instantly Draw Professional UML Diagrams with Mermaid

This article walks through using large language models such as Claude, Gemini, DeepSeek, and Kimi to generate accurate, colorful UML diagrams via Mermaid syntax, covering model selection, prompt engineering, step‑by‑step demonstrations, and practical tips for reliable AI‑driven diagram creation.

AI‑generated diagramsLarge Language ModelsMermaid
0 likes · 5 min read
How to Let AI Instantly Draw Professional UML Diagrams with Mermaid
Open Source Tech Hub
Open Source Tech Hub
Oct 18, 2025 · Artificial Intelligence

How to Empower Claude with Custom Agent Skills: A Practical Guide

This article explains how to create, structure, and use Agent Skills for Claude, detailing the SKILL.md format, progressive disclosure, code execution, security best practices, and future directions for building reusable, composable capabilities in AI agents.

AIClaudeCode Execution
0 likes · 10 min read
How to Empower Claude with Custom Agent Skills: A Practical Guide
DataFunTalk
DataFunTalk
Oct 18, 2025 · Artificial Intelligence

Why Users Call Gemini ‘HakiMi’: The Rise of AI Personas and Community‑Driven Tuning

The article explores how Chinese netizens affectionately nickname Google’s Gemini model ‘HakiMi’, examining the cultural phenomenon, the model’s distinctive conversational quirks, the community’s deep‑level prompt engineering, and the broader debate over AI personality definition, user ownership, and regulatory implications.

AI ethicsAI personasGemini
0 likes · 12 min read
Why Users Call Gemini ‘HakiMi’: The Rise of AI Personas and Community‑Driven Tuning
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 17, 2025 · Artificial Intelligence

Mastering Context Engineering for AI Agents: Overcome Overload with Smart Strategies

This article distills Anthropic’s “Effective Context Engineering for AI Agents” into key insights, explaining why context engineering matters, how it differs from prompt engineering, what constitutes good practice, and practical techniques—system prompts, tool design, few‑shot prompting, compaction, structured note‑taking, and sub‑agent architectures—to mitigate context overload in large language model agents.

AI agentsAgent DesignContext Engineering
0 likes · 10 min read
Mastering Context Engineering for AI Agents: Overcome Overload with Smart Strategies
BirdNest Tech Talk
BirdNest Tech Talk
Oct 17, 2025 · Artificial Intelligence

How to Extend Claude with Custom Agent Skills Using SKILL.md

Claude’s new Agent Skills let developers package domain expertise into organized SKILL.md files and resource folders, enabling progressive disclosure, code execution, and scalable context loading, with detailed guidance on structure, bundling, evaluation, and security considerations for building robust, reusable AI agents.

AI agentsAgent SkillsClaude
0 likes · 11 min read
How to Extend Claude with Custom Agent Skills Using SKILL.md
Alibaba Cloud Native
Alibaba Cloud Native
Oct 16, 2025 · Artificial Intelligence

How Spring AI Alibaba Admin Powers Data‑Centric AI Agent Development and Ops

This article outlines the industry shift toward large‑scale AI Agent deployment, identifies key engineering challenges such as prompt management, quality assessment, and observability, and presents Spring AI Alibaba Admin—a cloud‑native platform that offers prompt, dataset, evaluator, and tracing capabilities, complete with setup instructions and future roadmap.

AI AgentNacosOpenTelemetry
0 likes · 15 min read
How Spring AI Alibaba Admin Powers Data‑Centric AI Agent Development and Ops
Java Tech Enthusiast
Java Tech Enthusiast
Oct 16, 2025 · Artificial Intelligence

When AI Becomes Your Boss: A Content Expert’s Rise and Layoff

The article examines how AI's rapid adoption in 2025 workplaces, illustrated by Kevin Cantera’s experience of boosting productivity only to be replaced during layoffs, reveals a deeper power shift where tools dictate processes, employees must master AI fundamentals, and organizations face mixed efficiency outcomes.

AI GovernanceAI adoptionAI layoffs
0 likes · 7 min read
When AI Becomes Your Boss: A Content Expert’s Rise and Layoff
Tencent Cloud Developer
Tencent Cloud Developer
Oct 15, 2025 · Artificial Intelligence

Why LLMs Are Unreliable: The pⁿ Dilemma and Building Trustworthy AI‑Human Collaboration

The article explains that large language models are fundamentally probabilistic predictors, causing their success rate to drop exponentially with task complexity (the pⁿ dilemma), and proposes a systematic, human‑centered approach—using deterministic tools, narrowing prompt scope, and delivering incremental results—to create reliable AI‑human collaborative systems.

AI-human collaborationLLM reliabilityPrompt engineering
0 likes · 66 min read
Why LLMs Are Unreliable: The pⁿ Dilemma and Building Trustworthy AI‑Human Collaboration
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 15, 2025 · Artificial Intelligence

Mastering Structured Output in Large Language Models: Techniques, Challenges, and Future Trends

Large language models are evolving from free‑form text generators to reliable data providers by mastering structured output through prompt engineering, validation frameworks, constrained decoding, supervised fine‑tuning, reinforcement learning, and API‑level capabilities, enabling seamless integration with software systems while addressing hallucinations and format reliability.

APILLMPrompt engineering
0 likes · 28 min read
Mastering Structured Output in Large Language Models: Techniques, Challenges, and Future Trends
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 15, 2025 · Artificial Intelligence

Unlocking AI Agents: From Fundamentals to Cutting‑Edge Applications

This article provides a comprehensive overview of AI agents, explaining their core concepts, architecture, memory and planning mechanisms, tool integration, key prompting techniques such as Chain‑of‑Thought and Tree‑of‑Thought, and showcases real‑world case studies and future trends that illustrate how AI agents extend large language models to automate complex tasks.

AI AgentPrompt engineering
0 likes · 40 min read
Unlocking AI Agents: From Fundamentals to Cutting‑Edge Applications
AI Large Model Application Practice
AI Large Model Application Practice
Oct 13, 2025 · Artificial Intelligence

How to Tame LLM Agents: Proven Strategies to Reduce Uncertainty and Boost Reliability

This article outlines practical techniques—including prompt engineering, domain fine‑tuning, retrieval‑augmented generation, structured outputs, workflow constraints, model parameter control, behavior rules, risk‑based AI participation, and comprehensive governance—to curb the unpredictability of large language model agents in enterprise settings.

AI AgentAI GovernanceLLM
0 likes · 18 min read
How to Tame LLM Agents: Proven Strategies to Reduce Uncertainty and Boost Reliability
Data Thinking Notes
Data Thinking Notes
Oct 12, 2025 · Artificial Intelligence

Mastering AI Agent Planning: Architectures, Strategies, and Real-World Implementations

This article provides a comprehensive guide to AI Agent planning modules, covering their core responsibilities, architectural designs, major planning paradigms such as ReAct, Plan‑and‑Execute, Hierarchical Planning and Reflexion, detailed prompt engineering, execution frameworks, and practical case studies in data analysis and intelligent customer service.

AI PlanningAgent ArchitecturePrompt engineering
0 likes · 25 min read
Mastering AI Agent Planning: Architectures, Strategies, and Real-World Implementations
Architect
Architect
Oct 10, 2025 · Artificial Intelligence

How AI Pair Programming Reinvents the Full Development Lifecycle with PDCA

This article systematically explores how AI‑augmented pair programming can be applied across the entire software development process, using the PDCA (Plan‑Do‑Check‑Act) loop, and provides practical guidance on prompt engineering, context engineering, and three typical scenarios—production delivery, rapid validation, and experimental exploration—while sharing personal insights and future outlooks.

AIPDCAPrompt engineering
0 likes · 17 min read
How AI Pair Programming Reinvents the Full Development Lifecycle with PDCA
Baidu Tech Salon
Baidu Tech Salon
Oct 10, 2025 · Artificial Intelligence

Navigating the 2025 AI Model Boom: Practical Evaluation Strategies

This article examines the rapid surge of large AI models in 2024‑2025, critiques the reliability of public leaderboards, and presents a business‑focused evaluation framework—including dataset construction, metric selection, automation, and LLM‑as‑judge techniques—to help developers choose the right model for real‑world applications.

AI PerformanceAI benchmarksLLM-as-judge
0 likes · 17 min read
Navigating the 2025 AI Model Boom: Practical Evaluation Strategies
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
DaTaobao Tech
DaTaobao Tech
Oct 9, 2025 · Artificial Intelligence

From Prompt to Context Engineering: How Language Formalization Boosts AI Reliability

The article explains how AI is shifting from low‑formal Prompt Engineering to medium‑formal Context Engineering by applying language formalization concepts such as the Chomsky hierarchy, improving traceability, reliability, and system verification while sacrificing some unrestricted LLM expressiveness.

AI reliabilityContext EngineeringLanguage Formalization
0 likes · 14 min read
From Prompt to Context Engineering: How Language Formalization Boosts AI Reliability
DataFunTalk
DataFunTalk
Oct 6, 2025 · Artificial Intelligence

Mastering Context Engineering: 5 Proven Strategies to Boost AI Agent Performance

This article explores the emerging concept of context engineering for AI agents, explains why managing long‑range context is critical, and details five practical strategies—Offload, Reduce, Retrieve, Isolate, and Cache—backed by insights from leading industry teams and the "Bitter Lesson" philosophy.

AI agentsContext EngineeringLLM optimization
0 likes · 30 min read
Mastering Context Engineering: 5 Proven Strategies to Boost AI Agent Performance
DataFunSummit
DataFunSummit
Oct 5, 2025 · Artificial Intelligence

How Baidu’s AI‑Powered Code Assistant Is Revolutionizing Software Development

In this detailed presentation, Baidu’s engineering manager Yang Jingwei explains the current landscape, emerging trends, key challenges, data pipelines, model training, prompt engineering, multi‑platform support, and future outlook of Baidu’s intelligent code assistant and AI IDE, illustrating practical solutions and real‑world impact.

AI code assistantModel TrainingPrompt engineering
0 likes · 26 min read
How Baidu’s AI‑Powered Code Assistant Is Revolutionizing Software Development
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
BirdNest Tech Talk
BirdNest Tech Talk
Sep 30, 2025 · Artificial Intelligence

LLM vs. ChatModel in LangChain: Choosing the Right Interface

This article explains LangChain's two core abstractions—LLM for simple text completion and ChatModel for multi‑turn conversational AI—detailing their input/output formats, practical code examples, and why ChatModel is generally preferred for modern dialogue applications.

AIChatModelLLM
0 likes · 6 min read
LLM vs. ChatModel in LangChain: Choosing the Right Interface
Architect
Architect
Sep 30, 2025 · Artificial Intelligence

Transform Your Coding Workflow: A Structured AI Collaboration Framework for Developers

Discover a four‑stage, structured AI‑coding workflow—Explore, Plan, Code, Commit—that turns developers from occasional users into architectural partners, boosting efficiency, reducing bugs, and enabling smarter decision‑making across tasks from quick scripts to complex system design.

AICollaborationPrompt engineering
0 likes · 21 min read
Transform Your Coding Workflow: A Structured AI Collaboration Framework for Developers
Tencent Advertising Technology
Tencent Advertising Technology
Sep 27, 2025 · Artificial Intelligence

How AI‑Generated Test Cases Transformed Tencent Ads R&D Workflow

This article details how Tencent's advertising R&D team tackled lengthy, experience‑driven test case creation by deploying AIGC‑powered demand analysis, Prompt + RAG knowledge retrieval, and multi‑stage automated validation, ultimately boosting test case adoption from under 20% to nearly 60% while reducing manual effort and iteration time.

AI testingAIGCPrompt engineering
0 likes · 14 min read
How AI‑Generated Test Cases Transformed Tencent Ads R&D Workflow
BirdNest Tech Talk
BirdNest Tech Talk
Sep 25, 2025 · Artificial Intelligence

Mastering LangChain: A Hands‑On Guide to Building LLM Applications

This repository offers a comprehensive, step‑by‑step LangChain tutorial series that walks developers through installation, the LangChain Expression Language, streaming, parallel execution, callbacks, serialization, model customization, prompt templates, memory, multimodal support, and advanced tools like LangGraph and LangSmith, enabling the creation of sophisticated AI applications.

AI DevelopmentLLMLangChain
0 likes · 9 min read
Mastering LangChain: A Hands‑On Guide to Building LLM Applications
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 25, 2025 · Artificial Intelligence

Why AI Code Generation Fails and How Structured Docs Can Boost Adoption

The article analyzes the low adoption rate of AI‑generated code, identifies root causes such as information asymmetry, oversized tasks, missing feedback loops and unclear role boundaries, and proposes a systematic solution based on structured documentation, issue‑driven workflows, prompt engineering and incremental quality control to make AI coding reliable.

DocumentationPrompt engineeringissue management
0 likes · 18 min read
Why AI Code Generation Fails and How Structured Docs Can Boost Adoption
Raymond Ops
Raymond Ops
Sep 21, 2025 · Artificial Intelligence

What is AIGC? A Complete Guide to AI-Generated Content and Its Real-World Uses

This article provides a comprehensive overview of Artificial Intelligence Generated Content (AIGC), explaining its definition, core technologies, relationship with large models, diverse application scenarios, industry impact, career implications, popular tools, prompt engineering, and practical step‑by‑step tutorials across text, image, voice, video, and coding domains.

AI content generationAI toolsAIGC
0 likes · 43 min read
What is AIGC? A Complete Guide to AI-Generated Content and Its Real-World Uses
Wuming AI
Wuming AI
Sep 20, 2025 · Artificial Intelligence

How to Use Cherry Studio for Simultaneous Multi‑Model AI Calls

This guide shows how to install Cherry Studio, configure multiple AI model providers, and send a single prompt that triggers several models at once, with step‑by‑step screenshots, layout tips, and cost considerations for free and paid services.

AI toolsArtificial IntelligenceCherry Studio
0 likes · 5 min read
How to Use Cherry Studio for Simultaneous Multi‑Model AI Calls
JD Tech
JD Tech
Sep 18, 2025 · Artificial Intelligence

How I Turned a General LLM into a Precise E‑commerce Risk Detector

The article recounts how a risk‑control algorithm engineer progressively refined a generic large language model through four stages of prompt engineering—role‑playing, business knowledge injection, deeper analysis, and a double‑hypothesis decision framework—to transform it into a precise e‑commerce fraud detection expert.

AILLMPrompt engineering
0 likes · 12 min read
How I Turned a General LLM into a Precise E‑commerce Risk Detector
Instant Consumer Technology Team
Instant Consumer Technology Team
Sep 17, 2025 · Artificial Intelligence

Uncovering the Secret System Prompts Behind ChatGPT, Claude, and Gemini

The article examines the open‑source "system_prompts_leaks" project, which collects leaked system prompts from major AI models and reveals recurring design patterns such as modular layering, strict boundary control, dynamic strategy adjustment, emotional persona injection, and multi‑layer safety mechanisms.

AI SafetyPrompt engineeringsecurity
0 likes · 7 min read
Uncovering the Secret System Prompts Behind ChatGPT, Claude, and Gemini
Wuming AI
Wuming AI
Sep 16, 2025 · Artificial Intelligence

How I Restored Faded Childhood Photos Using Nano Banana AI in Google AI Studio

After years of failed attempts with various image‑enhancement tools, I used the Nano Banana model in Google AI Studio, crafted a simple prompt, uploaded my damaged photos, and within minutes achieved surprisingly high‑quality restorations that revived old memories.

AI photo restorationGoogle AI StudioNano Banana
0 likes · 4 min read
How I Restored Faded Childhood Photos Using Nano Banana AI in Google AI Studio
Architects Research Society
Architects Research Society
Sep 12, 2025 · Artificial Intelligence

Master Generative AI: From Core Concepts to Advanced Techniques

This comprehensive guide walks you through generative AI fundamentals—including transformers, diffusion models, large language models, and multimodal systems—then explores practical API usage with OpenAI, Hugging Face, and Vertex AI, followed by model fine‑tuning, LoRA, knowledge injection, and advanced topics such as model distillation, prompt chaining, AutoML, tool integration, and retrieval‑augmented generation.

AutoMLPrompt engineeringmodel fine-tuning
0 likes · 3 min read
Master Generative AI: From Core Concepts to Advanced Techniques
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Sep 10, 2025 · Frontend Development

Boost Development Efficiency with Vibe Coding: Practical Tips and Real‑World Examples

The article examines Vibe Coding—a high‑frequency AI‑driven coding workflow—detailing when it fits personal or enterprise projects, how to choose strong models, craft effective prompts, manage context, use Agent mode, enforce standards, and review AI‑generated code to turn potential technical debt into a productivity asset.

AI code generationNext.jsPrompt engineering
0 likes · 12 min read
Boost Development Efficiency with Vibe Coding: Practical Tips and Real‑World Examples
Wuming AI
Wuming AI
Sep 10, 2025 · Industry Insights

Will Half of Developers Be Forced to Switch to AI Roles in the Next 5 Years?

The article analyzes how massive AI investment and government policy are reshaping China’s tech hiring landscape, highlighting that over 60% of Alibaba’s 2026 recruitment targets AI roles, detailing the skills employers now demand, and warning that half of today’s developers may need to transition to AI within the next few years.

AIPrompt engineeringcareer transition
0 likes · 8 min read
Will Half of Developers Be Forced to Switch to AI Roles in the Next 5 Years?
Architect
Architect
Sep 9, 2025 · Artificial Intelligence

Why Do Language Models Hallucinate? Insights from OpenAI’s New Study

This article explains why large language models often produce confident but incorrect answers, detailing statistical inevitability, data scarcity, and model capacity limits, and proposes concrete solutions such as confidence thresholds and allowing abstention to reduce hallucinations.

AI SafetyPrompt engineeringevaluation
0 likes · 8 min read
Why Do Language Models Hallucinate? Insights from OpenAI’s New Study
Architect's Journey
Architect's Journey
Sep 9, 2025 · Artificial Intelligence

Build an AI Agent Mini‑Game in 30 Minutes

This step‑by‑step tutorial shows how to create a simple AI‑driven mini‑game on the Coze platform in half an hour, covering account setup, agent creation, prompt design, debugging, publishing, advanced prompt techniques, and common pitfalls.

AI AgentAI DevelopmentChatbot
0 likes · 11 min read
Build an AI Agent Mini‑Game in 30 Minutes
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 8, 2025 · Artificial Intelligence

Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding

This guide explains how to communicate effectively with the Cursor AI coding assistant by crafting high‑quality prompts, using context cues, managing multi‑turn dialogues, and configuring persistent rules, offering practical principles, examples, and actionable recommendations to boost development productivity.

AICursorPrompt engineering
0 likes · 15 min read
Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding
JD Tech Talk
JD Tech Talk
Sep 8, 2025 · Artificial Intelligence

How I Turned a Generic LLM into a Precise E‑Commerce Risk Detector

The article recounts how a risk‑control algorithm engineer progressively refined a generic large language model through four stages of prompt engineering—defining roles, dimensions, structured I/O, business rules, behavior fingerprints, and a dual‑hypothesis decision framework—to transform it into a precise e‑commerce fraud detection expert.

AILLMPrompt engineering
0 likes · 10 min read
How I Turned a Generic LLM into a Precise E‑Commerce Risk Detector
Architecture Breakthrough
Architecture Breakthrough
Sep 7, 2025 · Industry Insights

Why Arrogance Blocks You From Riding the AI Wave—and How to Overcome It

The article argues that arrogance, not lack of knowledge, hinders individuals from seizing AI opportunities, outlines four psychological barriers—unseen, undervalued, incomprehensible, and too late—and provides practical steps such as prompt engineering, RAG, fine‑tuning, and AI agents to actively engage with the AI wave.

AIPrompt engineeringRAG
0 likes · 11 min read
Why Arrogance Blocks You From Riding the AI Wave—and How to Overcome It