Tagged articles
1004 articles
Page 10 of 11
Tencent Cloud Developer
Tencent Cloud Developer
Nov 2, 2023 · Artificial Intelligence

Reverse Engineering GitHub Copilot: Architecture and Implementation Analysis

The article reverse‑engineers GitHub Copilot’s VSCode extension, detailing how its webpack‑bundled JavaScript is unpacked, its registerGhostText entry point identified, and its prompt‑building, multi‑layer caching, debouncing, and Jaccard‑based similarity mechanisms operate, offering insights into AI‑assisted code completion design.

AI programming assistantGitHub CopilotJaccard similarity
0 likes · 31 min read
Reverse Engineering GitHub Copilot: Architecture and Implementation Analysis
JD Retail Technology
JD Retail Technology
Oct 26, 2023 · Artificial Intelligence

Leveraging Large Language Models for Text-to-SQL: Prompt Design and End-to-End Pipeline

This article explains how large language models can be used to convert natural language queries into SQL statements, describes two main approaches—direct generation and fine‑tuned open‑source models—details prompt engineering techniques, and outlines an end‑to‑end pipeline that executes the generated SQL and summarizes results.

ChatGLMLLMPrompt engineering
0 likes · 7 min read
Leveraging Large Language Models for Text-to-SQL: Prompt Design and End-to-End Pipeline
Tencent Tech
Tencent Tech
Oct 26, 2023 · Artificial Intelligence

Unlocking Tencent Hunyuan Text‑to‑Image: A Complete Guide and Prompt Tips

This guide introduces Tencent Hunyuan's upgraded text‑to‑image model, explains its technical innovations, provides detailed prompt engineering advice, showcases example prompts and generated images across various styles, and highlights real‑world applications and performance metrics for developers and creators.

AI GenerationLarge ModelPrompt engineering
0 likes · 12 min read
Unlocking Tencent Hunyuan Text‑to‑Image: A Complete Guide and Prompt Tips
DaTaobao Tech
DaTaobao Tech
Oct 25, 2023 · Artificial Intelligence

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

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

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

Boost Your Coding Workflow with Better ChatGPT Prompts: Summarize, Refactor, Test

This article shows programmers how to harness ChatGPT beyond simple Q&A by using advanced prompting techniques for knowledge summarization, task decomposition, code reading, refactoring, generation, unit‑test creation, and plugin integration, turning AI into a practical development assistant.

AI for DevelopersChatGPTCode Generation
0 likes · 18 min read
Boost Your Coding Workflow with Better ChatGPT Prompts: Summarize, Refactor, Test
phodal
phodal
Oct 19, 2023 · Operations

Can LLMs Revolutionize Code Review? Inside AutoDev’s AI‑Powered Approach

The article examines how rising code volume and AI‑generated snippets challenge traditional code review, proposes an LLM‑assisted workflow using AutoDev and DevOpsGenius, details prompt design, commit filtering, and implementation steps, and discusses the benefits and limitations for different team roles.

AI automationCode reviewDevOps
0 likes · 9 min read
Can LLMs Revolutionize Code Review? Inside AutoDev’s AI‑Powered Approach
DataFunTalk
DataFunTalk
Oct 19, 2023 · Artificial Intelligence

Multimodal Large Model Platform: History, Architecture, and Practice by Nine Chapters Cloud Extreme DataCanvas

This article presents Nine Chapters Cloud Extreme DataCanvas's insights and practices on multimodal large model platforms, covering their historical development, platform components such as AI Foundation Software and Prompt Manager, practical implementations like memory-augmented models and ETL pipelines, and future prospects for enterprise knowledge bases and agents.

AI PlatformKnowledge BaseMultimodal AI
0 likes · 13 min read
Multimodal Large Model Platform: History, Architecture, and Practice by Nine Chapters Cloud Extreme DataCanvas
Zhuanzhuan Tech
Zhuanzhuan Tech
Oct 11, 2023 · Artificial Intelligence

Building a ChatGPT‑Based Intelligent Customer Service System with BERT Classification and Knowledge Filtering

This article describes how to construct an intelligent customer‑service assistant using ChatGPT for natural‑language understanding, BERT for user‑question classification, and Sentence‑BERT for knowledge‑selection, detailing system architecture, prompt design, model training, performance results, and practical cost reductions.

BERTChatGPTIntelligent Customer Service
0 likes · 16 min read
Building a ChatGPT‑Based Intelligent Customer Service System with BERT Classification and Knowledge Filtering
ByteFE
ByteFE
Oct 11, 2023 · Artificial Intelligence

CR Copilot: An Open‑Source LLM‑Based Code Review Assistant with Private Knowledge Base

This article describes the design and implementation of a code‑review assistant powered by open‑source large language models and a privately hosted knowledge base, covering background, pain points, system architecture, model selection, vector‑store integration, prompt engineering, diff parsing, and practical reflections.

AICode reviewKnowledge Base
0 likes · 24 min read
CR Copilot: An Open‑Source LLM‑Based Code Review Assistant with Private Knowledge Base
phodal
phodal
Sep 24, 2023 · Artificial Intelligence

Designing a JVM‑Based LLM Framework: Insights from Chocolate Factory

This article explores the design principles, architectural decisions, and practical code examples behind the Chocolate Factory framework, a JVM‑centric LLM development platform inspired by LangChain, LlamaIndex, Spring AI, and PromptFlow, highlighting SDK construction, RAG workflows, and prompt engineering challenges.

AI DevelopmentFrameworkJVM
0 likes · 11 min read
Designing a JVM‑Based LLM Framework: Insights from Chocolate Factory
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 22, 2023 · Artificial Intelligence

Understanding Large Language Models and Prompt Engineering: A Practical Guide

This article provides an introductory overview of large language models (LLMs), compares popular models, explains their underlying principles, and offers practical guidance on prompt engineering, model evaluation, usage tips, and safety considerations, helping readers effectively select and apply LLMs in various scenarios.

AILLMModel Evaluation
0 likes · 44 min read
Understanding Large Language Models and Prompt Engineering: A Practical Guide
JD Tech
JD Tech
Sep 19, 2023 · Artificial Intelligence

Leveraging GPT for Code Writing, Script Generation, and Business Integration

This article demonstrates how to use GPT to accelerate code development, automate script creation, and integrate AI-driven suggestions into real‑world business scenarios such as e‑commerce promotion, providing practical tips, example prompts, and ready‑to‑run code snippets.

AI DevelopmentCode GenerationFlutter
0 likes · 10 min read
Leveraging GPT for Code Writing, Script Generation, and Business Integration
Baidu Tech Salon
Baidu Tech Salon
Sep 13, 2023 · Artificial Intelligence

How Baidu’s Wenxin Yiyan Powers AI Text Creation in Mobile Apps

This article explains the technical workflow behind Baidu App’s AI‑assisted text generation, covering large‑language‑model fundamentals, three‑layer system architecture, prompt design, risk‑control measures, SSE streaming, and a custom Android TextView implementation for smooth, gradient‑styled output.

AI text generationAndroid UIPrompt engineering
0 likes · 13 min read
How Baidu’s Wenxin Yiyan Powers AI Text Creation in Mobile Apps
DaTaobao Tech
DaTaobao Tech
Sep 13, 2023 · Artificial Intelligence

Integrating Large Language Models with Recommendation Systems: Paradigms, Methods, and Experiments

The article surveys how large language models can be integrated into recommendation systems, either as feature extractors or as end‑to‑end recommenders, showing that LLM‑derived semantics improve recall, ranking, diversity, and user experience, and outlining future multimodal, efficiency, and re‑ranking directions.

EmbeddingLLMPrompt engineering
0 likes · 19 min read
Integrating Large Language Models with Recommendation Systems: Paradigms, Methods, and Experiments
Alipay Experience Technology
Alipay Experience Technology
Sep 12, 2023 · Artificial Intelligence

Demystifying ChatGPT: From Transformer Basics to Business Applications

This article offers a non‑algorithmic engineer’s clear overview of large language models, explaining ChatGPT’s generative‑pre‑training‑transformer foundation, core mechanisms like attention, practical prompt‑engineering tips, and how enterprises can integrate LLMs into data analysis, smart‑customer service, and other business workflows while noting associated risks.

AI applicationsChatGPTPrompt engineering
0 likes · 28 min read
Demystifying ChatGPT: From Transformer Basics to Business Applications
High Availability Architecture
High Availability Architecture
Sep 12, 2023 · Frontend Development

AI‑Driven Development (AIDD) of a WeChat Mini‑Program Frontend

The article describes how the author used ChatGPT to generate over 5,000 lines of code for a WeChat mini‑program community app, outlining the AI‑Driven Development (AIDD) workflow, detailed login and post‑list module implementations, multiple iteration cycles, code snippets, and reflections on efficiency and reuse.

AI-driven developmentCode GenerationPrompt engineering
0 likes · 13 min read
AI‑Driven Development (AIDD) of a WeChat Mini‑Program Frontend
UCloud Tech
UCloud Tech
Sep 11, 2023 · Artificial Intelligence

Build a Soul‑Healing Chatbot with LangChain & Llama 2: A Step‑by‑Step Guide

This article walks through constructing a domain‑specific, soul‑healing chatbot using LangChain and Llama 2, comparing fine‑tuning versus external knowledge bases, detailing environment setup, data loading, text splitting, embedding with a Chinese model, vector store creation, prompt engineering, inference, and optimization strategies.

Fine-tuningKnowledge BaseLangChain
0 likes · 14 min read
Build a Soul‑Healing Chatbot with LangChain & Llama 2: A Step‑by‑Step Guide
DataFunTalk
DataFunTalk
Sep 8, 2023 · Artificial Intelligence

Knowledge Processing in the Era of Large Models: New Opportunities and New Challenges

This article examines how large language models and knowledge graphs complement each other, discussing their respective strengths, integration techniques such as prompt engineering and knowledge editing, and outlining future research directions for building large knowledge models that combine linguistic understanding with structured knowledge representation.

AIKnowledge GraphsModel Alignment
0 likes · 27 min read
Knowledge Processing in the Era of Large Models: New Opportunities and New Challenges
AI Large Model Application Practice
AI Large Model Application Practice
Sep 6, 2023 · Artificial Intelligence

Prompt Engineering vs Fine‑Tuning: How to Choose the Best Strategy for Reliable LLM Outputs

This article compares Prompt Engineering and Supervised Fine‑Tuning for large language models, explains their principles, showcases common prompt patterns such as Chain‑of‑Thought, ReAct and Self‑Ask, outlines fine‑tuning stages and trade‑offs, and provides practical guidance on selecting the most suitable approach for specific enterprise AI Agent scenarios.

AI AgentFine-tuningLLM
0 likes · 17 min read
Prompt Engineering vs Fine‑Tuning: How to Choose the Best Strategy for Reliable LLM Outputs
58UXD
58UXD
Sep 6, 2023 · Artificial Intelligence

Create Personalized Emoji Packs with Midjourney: A Step‑by‑Step Guide

This article walks you through using Midjourney to design custom emoji packs, covering style selection, prompt crafting, seed control, blind‑box generation, and post‑processing, while highlighting how AI can dramatically boost creative efficiency for designers.

MidjourneyPrompt engineeringdigital design
0 likes · 8 min read
Create Personalized Emoji Packs with Midjourney: A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 28, 2023 · Artificial Intelligence

AI-Driven Application Engineering: From Prompt Engineering to Autonomous Agents

This article examines how the rapid rise of generative AI reshapes application engineering by outlining AI's core characteristics, the challenges developers face, the evolution of prompt and chain-of-thought techniques, the emergence of agents and tool integration, and the future direction toward AI‑centric computing architectures.

AIPrompt engineeringagents
0 likes · 20 min read
AI-Driven Application Engineering: From Prompt Engineering to Autonomous Agents
DaTaobao Tech
DaTaobao Tech
Aug 25, 2023 · Industry Insights

Why AI Engineers Are the Next Hot Tech Role—and How to Become One

The article examines the rapid rise of AI engineers, defines their responsibilities, compares them with traditional ML engineers, analyzes market demand and challenges, and outlines practical steps for aspiring professionals to acquire the skills and experience needed for this emerging role.

AI EngineerPrompt engineeringcareer
0 likes · 17 min read
Why AI Engineers Are the Next Hot Tech Role—and How to Become One
Tencent Cloud Developer
Tencent Cloud Developer
Aug 24, 2023 · Artificial Intelligence

How to Create Your Own AI Digital Avatar with Stable Diffusion and ControlNet

Learn a low‑cost, high‑security method to generate multiple personalized AI digital avatars from a single portrait by using Stable Diffusion WebUI, img2img inpainting, and the ControlNet openpose plugin, covering prompt design, image masking, and step‑by‑step workflow without uploading data to external servers.

AI AvatarControlNetPrompt engineering
0 likes · 11 min read
How to Create Your Own AI Digital Avatar with Stable Diffusion and ControlNet
Sohu Tech Products
Sohu Tech Products
Aug 23, 2023 · Artificial Intelligence

Engineering GPT Applications: Capabilities, Limitations, and Solutions

The guide explains GPT’s core capabilities—natural language mastery, domain reasoning, and code generation—while detailing its limits such as prompt sensitivity, token caps, and lack of memory, then offers engineering workarounds like systematic prompting, chain‑of‑thought, external memory, tool integration, safety checks, and a six‑layer architecture for building robust commercial AI applications.

AI Application ArchitectureGPTPrompt engineering
0 likes · 20 min read
Engineering GPT Applications: Capabilities, Limitations, and Solutions
58UXD
58UXD
Aug 22, 2023 · Artificial Intelligence

How to Use AI to Create Stunning Qixi Festival Designs in Minutes

This guide shows how to quickly generate Qixi-themed visual assets with the AI tool “Instant Inspiration”, covering model selection, prompt crafting, style variations, and post‑processing steps to streamline the entire design workflow.

AI-generated designPrompt engineeringQixi festival
0 likes · 10 min read
How to Use AI to Create Stunning Qixi Festival Designs in Minutes
Ximalaya Technology Team
Ximalaya Technology Team
Aug 22, 2023 · Artificial Intelligence

Guidelines and Best Practices for Prompt Engineering with Large Language Models

The guide outlines prompt‑engineering best practices for large language models, distinguishing base and instruction‑tuned LLMs, emphasizing clear, structured, step‑by‑step prompts, handling hallucinations, iterating through idea‑code‑data cycles, applying techniques to summarization, reasoning and expansion, managing token costs, and providing concrete OpenAI API examples.

AIAPI UsageLLM
0 likes · 14 min read
Guidelines and Best Practices for Prompt Engineering with Large Language Models
DataFunTalk
DataFunTalk
Aug 19, 2023 · Artificial Intelligence

Applying Large Language Models to Zhihu's Bridge Platform: Use Cases, Challenges, and Solutions

This article details how Zhihu's internal Bridge platform integrates large language models for business analysis, knowledge taxonomy, natural‑language‑to‑filter conversion, and ad‑hoc data queries, describing the workflow, technical hurdles, iterative improvements, and future directions.

AI for business analyticsPrompt engineeringknowledge taxonomy
0 likes · 12 min read
Applying Large Language Models to Zhihu's Bridge Platform: Use Cases, Challenges, and Solutions
AI Large Model Application Practice
AI Large Model Application Practice
Aug 11, 2023 · Artificial Intelligence

How LLMs Are Revolutionizing Enterprise Apps: Scenarios, Architecture & Challenges

This article examines how large language models (LLMs) are reshaping enterprise applications by enabling natural‑language interfaces, automating workflows, and enhancing data analysis, while also detailing typical use cases, integration complexities, and practical solutions such as prompt engineering and vector‑database retrieval.

LLMPrompt engineeringartificial intelligence
0 likes · 11 min read
How LLMs Are Revolutionizing Enterprise Apps: Scenarios, Architecture & Challenges
DaTaobao Tech
DaTaobao Tech
Aug 11, 2023 · Artificial Intelligence

Practical Guide to Stable Diffusion WebUI: Prompt Engineering, LoRA, VAE, and ControlNet

This practical guide walks users through installing Stable Diffusion WebUI, explains the differences between base, LoRA, VAE, and ControlNet models, shows how to derive prompts with CLIP or DeepBooru, and provides detailed text‑to‑image and image‑to‑image examples for effective prompt engineering.

AI image generationControlNetLoRA
0 likes · 12 min read
Practical Guide to Stable Diffusion WebUI: Prompt Engineering, LoRA, VAE, and ControlNet
Architect's Guide
Architect's Guide
Aug 10, 2023 · Artificial Intelligence

Getting Started with LangChain: Building LLM Applications in Python

This tutorial introduces LangChain, an open‑source Python framework that provides unified model access, prompt management, memory, retrieval, and tool integration, enabling developers to quickly prototype AI‑driven applications using large language models and various external data sources.

LLMLangChainPrompt engineering
0 likes · 13 min read
Getting Started with LangChain: Building LLM Applications in Python
DaTaobao Tech
DaTaobao Tech
Aug 2, 2023 · Artificial Intelligence

Prompt Engineering: Concepts, Frameworks, and Best Practices

The article surveys prompt engineering for large language models, detailing frameworks such as ICIO, BROKE, CRISPE, TRACE, COT and ToT, outlines best‑practice principles, provides diverse template examples, addresses common response issues with mitigation tactics, and lists learning resources and a Java refactoring case study.

AIPrompt DesignPrompt engineering
0 likes · 23 min read
Prompt Engineering: Concepts, Frameworks, and Best Practices
58UXD
58UXD
Jul 28, 2023 · Artificial Intelligence

How Stable Diffusion Turns Sketches into 3D Scenes and Creative Fonts

This article explores how Stable Diffusion can revolutionize visual design by instantly converting line sketches into 3D scenes, turning flat cartoon IPs into detailed 3D characters, and generating creative font styles, while detailing the required models, ControlNet settings, prompts, and post‑processing techniques.

3D renderingAI-generated designPrompt engineering
0 likes · 9 min read
How Stable Diffusion Turns Sketches into 3D Scenes and Creative Fonts
Alibaba Terminal Technology
Alibaba Terminal Technology
Jul 27, 2023 · Artificial Intelligence

How LLMs Transform Industrial Configuration Software: Architecture & Use Cases

This article explains how integrating large language models into industrial configuration tools creates AI‑driven features such as knowledge Q&A, automatic application generation, smart drawing, script and material generation, and outlines the three‑layer architecture, prompt engineering, and implementation lessons for developers.

AI integrationLLMPrompt engineering
0 likes · 30 min read
How LLMs Transform Industrial Configuration Software: Architecture & Use Cases
HomeTech
HomeTech
Jul 26, 2023 · Artificial Intelligence

Practical Implementation of ChatGPT Technology Products: Architecture, Prompt Engineering, and Future Challenges

This article explores the practical deployment of ChatGPT‑based products, detailing the model fundamentals, technical architecture, engineering‑focused prompt design, real‑world application scenarios, and the challenges of model generalization, resource consumption, data privacy, interpretability, and ethical considerations.

AI ArchitectureChatGPTJava
0 likes · 15 min read
Practical Implementation of ChatGPT Technology Products: Architecture, Prompt Engineering, and Future Challenges
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 24, 2023 · Artificial Intelligence

Comprehensive Survey of Large Language Models: History, Key Technologies, Resources, and Future Directions

This article provides a detailed overview of large language models (LLMs), tracing their evolution from statistical and neural language models to modern pre‑trained transformers, discussing scaling, training, adaptation, utilization, evaluation methods, available resources, and outlining current challenges and future research directions.

Model ScalingPre‑trainingPrompt engineering
0 likes · 26 min read
Comprehensive Survey of Large Language Models: History, Key Technologies, Resources, and Future Directions
360 Quality & Efficiency
360 Quality & Efficiency
Jul 21, 2023 · Artificial Intelligence

Prompt Engineering: Principles, Design Guidelines, and Practical Use Cases with ChatGPT

This article introduces prompt engineering for ChatGPT, explains key design principles, and demonstrates a series of practical applications such as text classification, summarization, role‑playing, terminal emulation, output formatting, temperature control, iterative fine‑tuning, and reverse‑engineering of prompts.

AI Prompt DesignChatGPTPrompt engineering
0 likes · 8 min read
Prompt Engineering: Principles, Design Guidelines, and Practical Use Cases with ChatGPT
58UXD
58UXD
Jul 19, 2023 · Artificial Intelligence

Master AI Image Generation with Style Models in Minutes

This guide shows how to bypass complex keyword prompts by selecting and combining AI style models in the free‑to‑use "Instant AI Inspiration" tool, covering model selection, workflow steps, practical examples, and tips for resolution, downloading, and unlimited usage.

AI toolsPrompt engineeringcreative workflow
0 likes · 7 min read
Master AI Image Generation with Style Models in Minutes
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 19, 2023 · Artificial Intelligence

Mastering Prompt Engineering: Techniques, Tips, and Real-World Examples

This comprehensive guide explores prompt engineering for large language models, covering its background, fundamental concepts, prompt formats, construction principles, advanced techniques like few‑shot, zero‑shot, and chain‑of‑thought prompting, as well as practical examples, evaluation metrics, and future directions.

Few-ShotLLMPrompt engineering
0 likes · 33 min read
Mastering Prompt Engineering: Techniques, Tips, and Real-World Examples
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Jul 17, 2023 · Artificial Intelligence

Beyond Prompts: Designing Robust LLM Applications and the Rise of AI Engineers

This article analyzes the evolving landscape of large‑model applications, detailing prompt engineering, engineering challenges, AI‑engineer roles, domain‑driven design, and agent frameworks, while offering practical guidance and references for building production‑grade LLM‑driven systems.

AI EngineerAgent FrameworkDomain-Driven Design
0 likes · 14 min read
Beyond Prompts: Designing Robust LLM Applications and the Rise of AI Engineers
ZhongAn Tech Team
ZhongAn Tech Team
Jul 14, 2023 · Artificial Intelligence

Exploring AIGC Applications in Insurance: Insights from ZhongAn Insurance CTO Jiang Jiyun

The interview with ZhongAn Insurance CTO Jiang Jiyun discusses how the company leverages AIGC technologies such as large language models, embeddings, and prompt engineering to enhance marketing, intelligent customer service, and data security, while highlighting practical challenges and best practices for AI adoption in the insurance sector.

AIGCEmbeddingPrompt engineering
0 likes · 15 min read
Exploring AIGC Applications in Insurance: Insights from ZhongAn Insurance CTO Jiang Jiyun
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 12, 2023 · Artificial Intelligence

Can Large Language Models Transform Recommendation Systems?

This article reviews how recent large language models (LLMs) are reshaping recommendation systems, covering their emergence, in‑context learning, prompt‑based strategies, three main LLM‑driven recommendation paradigms, key research papers, experimental results, and future research directions.

In-Context LearningLLMPrompt engineering
0 likes · 20 min read
Can Large Language Models Transform Recommendation Systems?
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 11, 2023 · Artificial Intelligence

The Hype and Reality of Generative AI: Benefits, Drawbacks, and Accessibility Concerns

The article examines the surge of generative AI, outlining its potential to democratize software interaction through natural‑language prompts while highlighting challenges such as prompt‑engineering complexity, the opaque nature of large language models, and the risk of marginalizing users lacking literacy or GUI‑based control.

Prompt engineeringUser experienceaccessibility
0 likes · 5 min read
The Hype and Reality of Generative AI: Benefits, Drawbacks, and Accessibility Concerns
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 10, 2023 · Artificial Intelligence

Enhancing Large Language Models with LangChain: Prompt Engineering, Chains, Agents, and Node.js Implementation

This article explains the limitations of large language models, introduces prompt engineering as a remedy, and provides a comprehensive guide to using the LangChain framework—including models, prompts, chains, agents, vector search, and practical Node.js code examples—to enable LLMs to interact with external tools and data sources.

AI DevelopmentLLMLangChain
0 likes · 35 min read
Enhancing Large Language Models with LangChain: Prompt Engineering, Chains, Agents, and Node.js Implementation
21CTO
21CTO
Jul 8, 2023 · Artificial Intelligence

Unlocking LangChain: Build End-to-End LLM Apps with Chains, Agents, and Memory

This article introduces LangChain—a modular framework for constructing large‑language‑model applications—covering its core components, asynchronous support, prompt engineering, memory handling, chain and agent workflows, token considerations, embedding techniques, and a step‑by‑step Python example that culminates in a Gradio‑based conversational chatbot.

AI DevelopmentEmbeddingLangChain
0 likes · 20 min read
Unlocking LangChain: Build End-to-End LLM Apps with Chains, Agents, and Memory
Architect
Architect
Jul 7, 2023 · Artificial Intelligence

Introduction to LangChain: Building LLM Applications with Chains, Agents, and Memory

LangChain is an innovative framework that simplifies building language‑model‑driven applications by providing modular components such as models, prompts, memory, chains, and agents, with examples of asynchronous LLM calls, custom prompt templates, vector stores, token handling, and a simple Gradio chatbot implementation.

AIChatbotLLM
0 likes · 21 min read
Introduction to LangChain: Building LLM Applications with Chains, Agents, and Memory
Baobao Algorithm Notes
Baobao Algorithm Notes
Jul 5, 2023 · Artificial Intelligence

Session‑Level Sample Organization for Decoder‑Only LLM Fine‑Tuning

This article explains how to restructure multi‑turn dialogue data into single session‑level training samples for decoder‑only large language models, leveraging causal attention and simple position IDs, and provides a concrete implementation, performance results, and a gradient‑weight analysis.

ChatGLM2LLM fine-tuningPrompt engineering
0 likes · 7 min read
Session‑Level Sample Organization for Decoder‑Only LLM Fine‑Tuning
phodal
phodal
Jun 27, 2023 · Artificial Intelligence

Designing an LLM‑Powered Architecture: The ArchGuard Co‑mate Reference Model

This article presents a detailed reference architecture for building LLM‑driven applications, using the ArchGuard Co‑mate project to illustrate layered design, local model integration, DSL‑based orchestration, and streaming LLM interfaces, complete with code examples and practical implementation notes.

AI OpsKotlinLLM
0 likes · 10 min read
Designing an LLM‑Powered Architecture: The ArchGuard Co‑mate Reference Model
DataFunTalk
DataFunTalk
Jun 23, 2023 · Artificial Intelligence

DeepKE-LLM: An Open‑Source Large Language Model Toolkit for Knowledge Extraction

DeepKE-LLM is an open‑source, extensible knowledge‑graph extraction framework that leverages large language models for entity, relation, and attribute extraction, supports multiple LLMs, provides installation scripts, various usage modes, fine‑tuning pipelines, and integrates with the KnowLM project for advanced instruction‑following capabilities.

DeepKEFine-tuningLLM
0 likes · 8 min read
DeepKE-LLM: An Open‑Source Large Language Model Toolkit for Knowledge Extraction
DaTaobao Tech
DaTaobao Tech
Jun 16, 2023 · Artificial Intelligence

Introduction to Stable Diffusion: Concepts, Prompts, and Advanced Techniques

The article introduces Stable Diffusion, explains key terms and parameters, guides model checkpoint merging and fine‑tuning with embeddings, LoRA, and hypernetworks, details ControlNet pose control, sampling choices, prompt engineering techniques—including weighting and negative prompts—and explores advanced uses such as inpainting, Pix2Pix, custom training, highlighting personal and commercial applications and the technology’s growing impact across industries.

AI image generationControlNetPrompt engineering
0 likes · 18 min read
Introduction to Stable Diffusion: Concepts, Prompts, and Advanced Techniques
ByteFE
ByteFE
Jun 15, 2023 · Artificial Intelligence

Effective Prompt Engineering: Techniques, Prompt Injection Prevention, Hallucination Mitigation, and Advanced Prompting Strategies

This article explains how to craft efficient prompts by combining clear instructions and questions, discusses prompt injection risks and mitigation with delimiters, addresses hallucinations, and introduces zero‑shot, few‑shot, and chain‑of‑thought prompting techniques for large language models.

Few-ShotLLMPrompt engineering
0 likes · 16 min read
Effective Prompt Engineering: Techniques, Prompt Injection Prevention, Hallucination Mitigation, and Advanced Prompting Strategies
phodal
phodal
Jun 14, 2023 · Industry Insights

What Are the Four Core Principles for LLM‑Powered Software Architecture?

This article outlines four foundational design principles—user‑intent‑driven design, context awareness, atomic capability mapping, and language‑API integration—for building LLM‑centric software architectures, illustrating each with DSL examples, Kotlin implementations, and practical insights on prompt engineering, dynamic context layering, and API evolution.

DSLLLMPrompt engineering
0 likes · 10 min read
What Are the Four Core Principles for LLM‑Powered Software Architecture?
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 12, 2023 · Artificial Intelligence

Comprehensive Guide to Using OpenAI APIs: Models, Prompts, Embeddings, Fine‑Tuning, LangChain, and Multimodal Applications

This article provides a detailed, step‑by‑step tutorial on OpenAI’s language models, API endpoints, prompt engineering, embeddings, moderation, fine‑tuning, LangChain workflows, memory management, and multimodal capabilities such as audio transcription and image generation, complete with code examples and practical usage tips.

APIEmbeddingFine-tuning
0 likes · 45 min read
Comprehensive Guide to Using OpenAI APIs: Models, Prompts, Embeddings, Fine‑Tuning, LangChain, and Multimodal Applications
Tencent Cloud Developer
Tencent Cloud Developer
Jun 12, 2023 · Artificial Intelligence

How AI Can Supercharge Front‑End Development with Low‑Code Platforms

This article explains what AIGC is, explores the current challenges of front‑end productivity, and shows how AI—especially ChatGPT—can be integrated into low‑code platforms through prompt engineering, enabling automatic page generation, layout editing, and component creation to dramatically boost development efficiency.

AIAIGCChatGPT
0 likes · 15 min read
How AI Can Supercharge Front‑End Development with Low‑Code Platforms
Programmer DD
Programmer DD
Jun 12, 2023 · Artificial Intelligence

Master Prompt Engineering: Guide ChatGPT to Deliver Precise Answers

This article explains prompt engineering for large language models like ChatGPT, covering its definition, essential techniques such as diverse prompting strategies, problem restatement, background provision, gradient prompting, example inclusion, role‑playing, and the importance of systematic experimentation and quantitative evaluation to achieve high‑quality, task‑specific AI outputs.

AIChatGPTPrompt engineering
0 likes · 16 min read
Master Prompt Engineering: Guide ChatGPT to Deliver Precise Answers
网易UEDC
网易UEDC
Jun 6, 2023 · Artificial Intelligence

How to Quickly Create an H5 Header Image with Midjourney AI

This guide shows how to use Midjourney AI to generate a 3D‑style H5 header image in minutes, covering reference uploads, prompt translation, image selection, Photoshop refinement, and final review while discussing commercial rights and best practices for AI‑assisted design.

AI artH5 designMidjourney
0 likes · 4 min read
How to Quickly Create an H5 Header Image with Midjourney AI
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 4, 2023 · Artificial Intelligence

Master Prompt Engineering: Unlock ChatGPT’s Full Potential

This article explains why crafting good prompts matters more than memorizing facts, introduces prompt engineering for large language models, and provides practical techniques—such as diverse prompting strategies, problem restatement, background provision, gradient prompting, role‑playing, and systematic evaluation—to help users get the most out of ChatGPT and similar AI systems.

AIChatGPTPrompt Design
0 likes · 16 min read
Master Prompt Engineering: Unlock ChatGPT’s Full Potential
phodal
phodal
Jun 2, 2023 · Artificial Intelligence

Mastering LLMs: A Programmer’s Guide to Prompt Engineering, Architecture, and Contextual AI

This comprehensive guide walks programmers through the fundamentals of large language model capabilities, prompt writing and management, new interaction and workflow designs, advanced scenario‑specific applications, and context engineering, offering practical strategies and architectural insights for AI‑native development.

AI ArchitectureContext EngineeringLLM
0 likes · 14 min read
Mastering LLMs: A Programmer’s Guide to Prompt Engineering, Architecture, and Contextual AI
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jun 2, 2023 · Frontend Development

How NetEase Cloud Music’s Front‑End Team Built an AI‑Powered Low‑Code Copilot

NetEase Cloud Music’s front‑end team integrated large language models into their internal low‑code platform, creating an AI Copilot that supports smart page creation, editing, component configuration, code snippet generation, and Q&A, while detailing the underlying architecture, prompt engineering, and mixed‑mode development workflow.

AI CopilotMixed DevelopmentPrompt engineering
0 likes · 11 min read
How NetEase Cloud Music’s Front‑End Team Built an AI‑Powered Low‑Code Copilot
Airbnb Technology Team
Airbnb Technology Team
May 23, 2023 · Artificial Intelligence

Applying Text Generation Models to Scalable Customer Support at Airbnb

Airbnb replaced its XLM‑RoBERTa ranking with an MT5 encoder‑decoder for content recommendation, built a real‑time generative assistant for reply suggestions and intent detection, and deployed a T5‑based paraphrase chatbot, showing that large‑scale pre‑trained transformers improve relevance, agent efficiency, and user satisfaction.

AIAirbnbPrompt engineering
0 likes · 12 min read
Applying Text Generation Models to Scalable Customer Support at Airbnb
DataFunSummit
DataFunSummit
May 19, 2023 · Artificial Intelligence

Expert Roundtable on the Impact of GPT‑4 and Large Models on Knowledge Graphs

In this expert roundtable, leading AI researchers discuss GPT‑4’s multimodal breakthroughs, the future convergence of large models with knowledge graphs, practical integration strategies, and the evolving relevance of traditional NLP tasks, offering deep insights into the direction of artificial intelligence research.

GPT-4Knowledge GraphsMultimodal AI
0 likes · 44 min read
Expert Roundtable on the Impact of GPT‑4 and Large Models on Knowledge Graphs
Programmer DD
Programmer DD
May 19, 2023 · Artificial Intelligence

Master Advanced Prompt Engineering: Boost LLM Performance with Proven Techniques

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

AIFew‑Shot LearningPrompt engineering
0 likes · 8 min read
Master Advanced Prompt Engineering: Boost LLM Performance with Proven Techniques
Continuous Delivery 2.0
Continuous Delivery 2.0
May 16, 2023 · Artificial Intelligence

How to Write Effective Prompts and Use the OpenAI Python API

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

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

Augmented Language Models: Reasoning and External Tool Utilization

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

AIPrompt engineeringTool Use
0 likes · 20 min read
Augmented Language Models: Reasoning and External Tool Utilization
MaGe Linux Operations
MaGe Linux Operations
May 8, 2023 · Artificial Intelligence

20 Creative Ways to Harness ChatGPT: From Code Fixes to Storytelling

This article compiles a wide range of practical ChatGPT applications—including grammar correction, translation, code explanation, error fixing, creative generation, and more—illustrated with descriptions, code snippets, and images to help users explore the model's versatile capabilities.

ChatGPTCode debuggingPrompt engineering
0 likes · 17 min read
20 Creative Ways to Harness ChatGPT: From Code Fixes to Storytelling
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 6, 2023 · Artificial Intelligence

The Art of Asking ChatGPT for High‑Quality Answers – A Complete Guide to Prompt Engineering

This article translates Ibrahim John’s book on prompt engineering for ChatGPT, explaining a wide range of prompting techniques—including instruction, role, seed‑word, zero‑shot, few‑shot, and reinforcement‑learning prompts—through clear English descriptions, formulas, and illustrative examples to help readers obtain high‑quality model outputs.

ChatGPTPrompt DesignPrompt engineering
0 likes · 32 min read
The Art of Asking ChatGPT for High‑Quality Answers – A Complete Guide to Prompt Engineering
58UXD
58UXD
Apr 24, 2023 · Artificial Intelligence

Master Midjourney: Precise Image Control with /describe, Seed & Image Weight

This guide explains how to use Midjourney's /describe command, reference‑image weighting, and seed values to generate AI artwork that matches a desired style, fine‑tune existing images, and even swap clothing on characters for professional‑grade results.

AI image generationMidjourneyPrompt engineering
0 likes · 9 min read
Master Midjourney: Precise Image Control with /describe, Seed & Image Weight
Tencent Cloud Developer
Tencent Cloud Developer
Apr 20, 2023 · Artificial Intelligence

Master Stable Diffusion: From Hardware Setup to Advanced Prompt Engineering

This comprehensive guide walks you through the hardware requirements, environment deployment, key parameters, prompt techniques, ControlNet integration, model download and installation, as well as style and character training for Stable Diffusion, providing practical code snippets and visual examples for each step.

AI image generationControlNetGPU deployment
0 likes · 38 min read
Master Stable Diffusion: From Hardware Setup to Advanced Prompt Engineering
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 20, 2023 · Artificial Intelligence

AutoGPT: Autonomous AI Tool Overview, Demonstrations, and Setup Guide

AutoGPT, the latest autonomous AI system, can independently browse the web, use third‑party tools, and execute tasks without human intervention, exemplified by building a React website in minutes, and this article explains its principles, showcases demos, and provides step‑by‑step installation instructions.

AI toolsAgentGPTAutoGPT
0 likes · 10 min read
AutoGPT: Autonomous AI Tool Overview, Demonstrations, and Setup Guide
Tencent Cloud Developer
Tencent Cloud Developer
Apr 17, 2023 · Artificial Intelligence

AutoGPT: An Overview of Autonomous AI Agents

AutoGPT is an open‑source autonomous AI agent that uses GPT‑4/3.5 APIs to decompose user‑defined goals into sub‑tasks, iteratively execute them, store results in memory, and autonomously build complex outputs such as code, websites, research, or financial plans, though it can incur high token costs and limited transparency.

AI automationAutoGPTAutonomous AI
0 likes · 8 min read
AutoGPT: An Overview of Autonomous AI Agents
Architect
Architect
Apr 13, 2023 · Artificial Intelligence

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

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

AI AssistantAutoGPTGPT-4
0 likes · 7 min read
AutoGPT: Building Your Own Autonomous AI Assistant in Under 30 Minutes
Top Architect
Top Architect
Apr 12, 2023 · Artificial Intelligence

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

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

AIData‑Centric AIGPT
0 likes · 19 min read
Data‑Centric AI Perspective on GPT Models: Training, Inference, and Maintenance
网易UEDC
网易UEDC
Apr 12, 2023 · Artificial Intelligence

Master Stable Midjourney Characters: 5 Commands for Consistent AI Art

This guide explains how to overcome Midjourney's randomness by using five reliable commands—URL‑based prompting, seed values, panels, character sheets, and emoji‑expression sheets—to create stable characters with consistent expressions, poses, and outfits, complete with step‑by‑step instructions and visual examples.

AI artMidjourneyPrompt engineering
0 likes · 6 min read
Master Stable Midjourney Characters: 5 Commands for Consistent AI Art
DataFunTalk
DataFunTalk
Apr 12, 2023 · Artificial Intelligence

Prompt Engineering for ChatGPT: Principles, Design Steps, and Practical Cases

This article provides a comprehensive overview of ChatGPT prompt engineering, covering its background, design principles, step‑by‑step workflow, numerous practical examples—including code generation, entity extraction, and style rewriting—and discusses why prompts are crucial for large language model performance.

ChatGPTNLPPrompt engineering
0 likes · 30 min read
Prompt Engineering for ChatGPT: Principles, Design Steps, and Practical Cases
网易UEDC
网易UEDC
Apr 7, 2023 · Artificial Intelligence

Turn Images into Precise Midjourney Prompts with the /describe Command

This guide shows how to use Midjourney's new /describe command to convert reference images into detailed prompts, evaluate their quality, and combine them with the /image command for fast, accurate AI‑generated commercial graphics, enabling even beginners to create posters in minutes.

AI artDesign AutomationMidjourney
0 likes · 5 min read
Turn Images into Precise Midjourney Prompts with the /describe Command
网易UEDC
网易UEDC
Apr 5, 2023 · Artificial Intelligence

Master Midjourney: Step‑by‑Step Guide to AI Image Generation

This tutorial walks you through registering Midjourney, setting up a private Discord server, adding the Midjourney bot, and using both keyword prompts and image‑to‑image techniques to create high‑quality AI‑generated artwork, complete with detailed prompt tips and example outputs.

AI artAIGCDiscord
0 likes · 10 min read
Master Midjourney: Step‑by‑Step Guide to AI Image Generation
ByteFE
ByteFE
Apr 3, 2023 · Artificial Intelligence

Mastering Prompt Engineering: Building a CLI Command Translator with the ChatGPT API

This comprehensive tutorial demonstrates how to leverage the official ChatGPT API and advanced prompt engineering techniques to develop a command-line tool that translates natural language instructions into precise shell commands, covering iterative prompt design, constraint implementation, and Node.js integration.

AI toolsCLI DevelopmentChatGPT API
0 likes · 15 min read
Mastering Prompt Engineering: Building a CLI Command Translator with the ChatGPT API
DeWu Technology
DeWu Technology
Mar 17, 2023 · Artificial Intelligence

Prompt‑Ops and LangChain: Engineering LLM Applications

Prompt‑Ops frameworks like LangChain let developers turn pre‑trained LLMs into versatile applications by abstracting model calls, chaining prompts, integrating tools, managing memory, and handling private data, while addressing challenges such as nondeterminism, version control, and prompt injection in production environments.

AI applicationsAgentLLM
0 likes · 15 min read
Prompt‑Ops and LangChain: Engineering LLM Applications
phodal
phodal
Feb 27, 2023 · Artificial Intelligence

Mastering AIGC: From Prompt Design to Custom Stable Diffusion Models

This article walks through a practical AIGC workflow—defining a three‑step human‑machine blueprint, crafting effective prompts and negative prompts, leveraging ControlNet and DreamBooth for custom models, and refining outputs with Inpaint—showing how to boost creative efficiency with open‑source AI tools.

AI artAIGCControlNet
0 likes · 13 min read
Mastering AIGC: From Prompt Design to Custom Stable Diffusion Models
DataFunTalk
DataFunTalk
Feb 27, 2023 · Artificial Intelligence

Exploring ChatGPT: Evolution, Technical Foundations, and Practical Applications

This article reviews the development of ChatGPT from early GPT models, explains its underlying RLHF training, compares it with BERT and GPT‑3, and discusses practical applications such as intelligent writing, customer service, and voice calling, while evaluating performance, cost, and future prospects.

AI applicationsChatGPTNLP
0 likes · 22 min read
Exploring ChatGPT: Evolution, Technical Foundations, and Practical Applications
phodal
phodal
Feb 20, 2023 · Artificial Intelligence

Prompt Engineering Secrets: Text‑to‑Image, Article & Code Generation with AI

This guide explores how to craft effective prompts for Stable Diffusion image creation, ChatGPT article writing, and GitHub Copilot code generation, covering prompt evolution, negative prompts, ControlNet enhancements, model selection, and practical tips for iterative refinement and context building.

AI GenerationChatGPTControlNet
0 likes · 15 min read
Prompt Engineering Secrets: Text‑to‑Image, Article & Code Generation with AI
Architect
Architect
Feb 18, 2023 · Artificial Intelligence

Paradigm Shifts in Large Language Models: From Pre‑training to AGI and Future Research Directions

The article reviews the evolution of large language models, highlighting two major paradigm shifts after GPT‑3, the role of scaling laws, knowledge acquisition, prompting techniques, reasoning abilities, and outlines future research priorities for building more capable and efficient AI systems.

AI reasoningIn-Context LearningModel Scaling
0 likes · 71 min read
Paradigm Shifts in Large Language Models: From Pre‑training to AGI and Future Research Directions
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 10, 2023 · Artificial Intelligence

How ChatGPT Is Reshaping Engineering: Insights, Risks, and Opportunities

After the 2022 breakthrough of ChatGPT, the author reviews key AI resources, examines ChatGPT’s strengths and limitations, and explores how AI is transforming front‑end development, data analysis, and product workflows, offering practical advice for engineers to adapt and leverage these emerging capabilities.

ChatGPTPrompt engineeringartificial intelligence
0 likes · 19 min read
How ChatGPT Is Reshaping Engineering: Insights, Risks, and Opportunities
DataFunTalk
DataFunTalk
Jan 10, 2023 · Artificial Intelligence

Paradigm Shifts in Large Language Model Research and Future Directions

The article reviews the evolution of large language models from the pre‑GPT‑3 era to the present, analyzes the conceptual and technical gaps between Chinese and global research, and outlines key future research directions such as scaling laws, prompting techniques, multimodal training, and efficient model architectures.

AI researchChatGPTIn-Context Learning
0 likes · 73 min read
Paradigm Shifts in Large Language Model Research and Future Directions