AI Knowledge Base

Total 1183 articles posts
为何多智能体协作系统更容易出错?

Why are multi-intelligence collaborative systems more prone to error?

INTRODUCTION In recent years, multi-intelligent systems (MAS) have attracted much attention in the field of artificial intelligence. These systems attempt to solve complex, multi-step tasks through the collaboration of multiple Large Language Model (LLM) intelligences. However, despite the high expectations of MAS, their performance in practical applications...
5mos ago
02.6K
开发建议_IT专用Prompt

Development Advice_IT-specific Prompt

Algorithm Design Instruction Format Please, as a software engineer, write an algorithmic function using Python that fulfills the following requirements -- Algorithm Requirements Instruction Example Please, as a software engineer, write an algorithmic function using Python that fulfills the following requirements - - ...
2yrs ago
02.6K
Ollama API 使用指南

Ollama API User's Guide

Introduction Ollama provides a powerful REST API that enables developers to easily interact with large language models. With the Ollama API, users can send requests and receive responses generated by the model, applied to tasks such as natural language processing, text generation, and so on. This paper will ...
5mos ago
02.6K
使用Claude 3 Opus整理并总结长文本

Organize and Summarize Long Text with Claude 3 Opus

Organize Long Text Prompt: "The following is a transcript of an interview with YYY by XXX that I have put together, please organize it into a more readable conversational format, form chapters based on the topic, include names of people, embellish appropriately while respecting the original intent, and don't leave anything out from the beginning!" As...
11mos ago
02.6K
扣子教程:使用”代码节点“将长文本进行分段处理

Buckle tutorial: using the "code node" will be a long text for segmentation

In the process of learning to automate novel generation, segmenting long text and then generating shot scripts for the segments is an important part of the work. This method can reduce the number of picture images generated, but it needs to be accompanied by a sentence-by-sentence generation voiceover tool. In order to ensure that the picture and sound are consistent. Many tools to first import...
1yrs ago
02.6K
360的 DeepSeek-R1 与 DeepSeek 官网原版的区别

Differences between the 360's DeepSeek-R1 and the original DeepSeek official version

360 DeepSeek and the original version of the difference Here from the functional positioning, the actual performance, technical differences between the three perspectives to help you clear the difference, after reading you will know how to choose 👇 First, the functional positioning is different The original version of DeepSeek: divided into two "brain" to work V3 model (default): like ...
6mos ago
02.6K
杀手级流量入口:利用AI智能体为网站、公众号长期获取外部流量

Killer traffic portal: using AI intelligent body to get external traffic for websites and public numbers in the long run

At present, the domestic mainstream Internet companies are vigorously developing large models, AI intelligent body or AI assistant is an important product of the large model for consumer popularization: there are tencent yuanbao (yuan ware), xunfei starfire, wenxin intelligent body platform, wisdom spectrum light speech, buckle, etc... So AI intelligent body is an important flow...
6mos ago
02.6K
如何让不懂编程的人低门槛使用 Windsurf 写出完整应用

How to make it low-barrier for people who don't know how to program to write complete apps using Windsurf

Don't believe the news on the Internet about "a man who doesn't know how to program and made a million dollars a month with Windsurf", he may not really know how to program, but his father did. If you don't know a little bit of programming or even English, it's really hard to write a complete program. The internet is full of people who know how to program and teach you how to use Windsurf in the real world....
8mos ago
02.6K
LangChain vs. LangGraph:官方告诉你该如何选择

LangChain vs. LangGraph: The Officials Tell You What to Choose

The field of generative AI is currently evolving rapidly, with new frameworks and technologies emerging. Therefore, readers need to be aware that the content presented in this paper may be time-sensitive. In this paper, we will take an in-depth look at two of the leading frameworks for building LLM applications: LangChain and LangGr...
5mos ago
02.6K
Kimi官方提示词:爆款文案

Kimi's official cue word: pop-up copywriting

You are a skilled online pop-up copywriter and you need to generate a high-quality pop-up copy based on the topic, content, and requirements specified for you by the user. The copy you generate should follow the following rules:- Attractive opening: the opening is the first step to attract readers, a good opening paragraph can trigger readers'...
1yrs ago
02.6K
PDL:声明式提示词编程语言

PDL: Declarative Prompted Word Programming Language

Abstract Large Language Models (LLMs) have sparked widespread interest worldwide, enabling many previously elusive AI applications.LLMs are controlled by highly expressive textual prompts and return textual answers. However, this input and output of unstructured text makes LLM-based applications...
7mos ago
02.6K
拆解利用大模型构建知识图谱过程中应用到的提示词(示例)

Deconstructing the cue words applied in the process of building a knowledge graph using a big model (example)

In view of the many to common sense to use the knowledge graph to enhance the recall rate or as a long-term memory storage friends did not understand the knowledge graph construction method in the era of the big model, here is a simple popularization of common sense, and the actual construction will have more differences. In fact, the knowledge graph is simple and simple, the big model in its process is mainly responsible for three major blocks: off...
7mos ago
02.6K
Dify 助您轻松打造多轮思考的AI助手:常见问题解答

Dify helps you easily build an AI assistant with multiple rounds of thinking: FAQs

Introduction In the wave of AI application development, the ability to think in multiple rounds is becoming the key to building smarter, more interactive applications.Dify, an open source generative AI application development platform, enables developers to incorporate multi-round thinking AI into real-world applications with unprecedented speed and ease...
6mos ago
02.6K
如何用DeepSeek的Chatbox功能创建聊天机器人教程?

How to create a chatbot with DeepSeek's Chatbox feature tutorial?

Basic Knowledge and Preparation of Chatbox Functions The Chatbox function provided by the DeepSeek platform is essentially an API interface call system, and users need to interact with the model by means of the API. Preparation work needs to be done before creating a chatbot: Local deployment of Oll...
6mos ago
02.6K
ToM谈判框架提示词

ToM Negotiation Framework Prompt Words

Original article: https://arxiv.org/pdf/2402.13550.pdf There is nothing new under the sun, the core idea of this method is to stimulate the big model to think, to judge the intention based on the context, and to add scoring to let the big model self-calibrate the alignment, so as to make the final...
7mos ago
02.6K
代码解释_IT专用Prompt

Code Explanation_IT Specialized Prompt

Instruction Format Please act as a code compiler and explain what the following code snippet does and output the execution result -- Python Code Snippet Instruction Example Please act as a code compiler and explain what the following genera...
2yrs ago
02.6K
免部署、0成本使用 Deep Research Web UI

Deployment-free, 0-cost use of Deep Research Web UI

Deep Research Web UI is an intelligent research visualization tool driven by AI. It integrates advanced technologies such as search engines, web crawling, and large language modeling to automatically deep-dive into complex problems and generate well-structured research reports. The tool is strong...
5mos ago
02.6K
让大模型在回答问题之前多思考一会的提示词,适合讨论复杂有辩证空间的问题。

Cue words that allow the large model to think a little longer before answering a question are appropriate for discussing complex issues with dialectical space.

It is always better to let the big model try to think before solving the problem, such as the COT method. However, as the ability of the big model increases, the original COT is also gradually launched into the history stage, not to mention the o1 after the emergence of the dimensionality of the blow. The communication process between human and AI allows the big model to "think"...
7mos ago
02.6K
OpenAI o1-preview 简介

Introduction to OpenAI o1-preview

OpenAI introduces a new series of inference models built to solve tough problems. It will officially launch on September 12th. We've developed a series of new AI models that take extra time to think before giving an answer. They are capable of handling complex tasks, and in...
11mos ago
02.6K
3小时完成论文初稿! ChatGPT全流程覆盖论文写作每个阶段(附提示词模板)

Finish the first draft of your dissertation in 3 hours! ChatGPT Full Process Coverage of Every Stage of Dissertation Writing (with Prompt Word Templates)

Writing a dissertation can be a difficult challenge, especially when faced with the overwhelming amount of information, nitty-gritty details, and endless rewrites that are often overwhelming. In this post, I will show you the entire process of how to utilize ChatGPT to complete the first draft of an academic paper - from selecting a topic, to literature review, to the entire paper...
8mos ago
02.6K
为Cursor配置PHP编程提示词指令

Configuring the PHP Programming Prompt Word Directive for Cursor

If you are a white guy, you want to really realize writing complete project code with one click through AI and automatically deploy online environment to use it. Recommended Use: Bolt: Real-time AI-driven full-stack development platform to generate and run complete project code online This system instruction is designed to guide developers in using Larav...
10mos ago
02.6K
解锁小红书营销密码:海外用户运营增长指南 (附PDF下载)

Unlocking the Little Red Book Marketing Code: A Guide to Growing Overseas User Operations (with PDF download)

Xiaohongshu, a hot social e-commerce platform in China and even in Asia, has long gone beyond a simple shopping app to become a weathervane for young people's lifestyles and a new position for brand marketing. For overseas brands and individuals wishing to enter the Chinese market or reach young consumers, mastering Xiaohongshu...
7mos ago
02.6K
Windsurf:接口自动化测试代码编写的利器

Windsurf: a tool for writing code for interface automation testing

I tried to use Windsurf to write code for interface automation testing, and actually felt its convenience and efficiency.Windsurf does not require high code ability of users, and at the same time, the accuracy of the generated code is high. Windsurf does not require high coding skills from the user, and the accuracy of the generated code is high. What's more, the scenario coverage of the generated test cases is...
7mos ago
02.6K
阿里云ECS服务器安装 Google Site Kit

Install Google Site Kit on Aliyun ECS Server

Previously, my website was on a server above Siteground, which is supposed to use the Singapore server room, so there was no problem installing and using Google Site Kit; since I moved the website back to the Aliyun ECS cloud server, installing Goog...
10mos ago
02.6K
结合 AI 的网页内容捕捉工具——Obsidian Web Clipper

Web Content Capture Tool with AI - Obsidian Web Clipper

With the increasing abundance of digital information today, effectively capturing, organizing and utilizing web content has become a key skill. Many users who have tried tools such as Notion, Instapaper or Readwise may encounter incomplete content capture, inconvenient retrieval management...
4mos ago
02.6K
Claude常见用例指南:工单分配

Claude Common Use Case Guide: Work Order Assignment

This guide describes how to utilize Claude's advanced natural language understanding capabilities to categorize customer support work orders at scale based on customer intent, urgency, priority, customer profile, and other factors. Defining whether to use Claude for work order assignment Here are some key indicators that you should make...
10mos ago
02.6K
AI批量生成爆款文章、小说开篇文案

AI batch generates pop-up articles, novel opening copy

Writing opening copy for an article or novel is essential for getting readers to read quickly and attracting clicks, and this can be completely rewritten using AI and generate copy of a quality that exceeds the level of most human writing. There are three questions to think about when rewriting articles using AI in general? Generate readable content For different types of text...
9mos ago
02.6K
SEO伪原创文章大师Prompt(引入外部SEO技巧知识库)

SEO Fake Article Master Prompt (Introducing External SEO Tips Knowledge Base)

SEO pseudo-original instructions from the prompt instruction (Promot) plus external knowledge together, only the use of instructions can still achieve certain results, but the essence of the instruction is the introduction of external SEO article writing knowledge, it is recommended to use in conjunction. The introduction of external role is not through the large language model "general knowledge" theory...
9mos ago
02.6K
在 Trae 编程时引用上下文的三种方式

Three ways to refer to a context when programming in Trae

When dialoguing with an AI assistant, you can specify the contents of Trae (including code, files, folders, and workspaces) as context for the AI assistant to read and understand, thus ensuring that the AI assistant's responses are more in line with your requirements. This article describes three ways to specify context. ...
6mos ago
02.5K
AI增长黑客职业发展规划

AI Growth Hacking Career Development Program

AI Growth Hacking is an advanced methodology for driving growth through intelligent content creation and distribution in the age of artificial intelligence. It inherits the innovative spirit and data-driven philosophy of traditional growth hacking, while utilizing the power of AI technology to make content the core engine of growth. Definition Content-driven ...
10mos ago
02.5K
Trae IDE 指南:轻松配置自定义 AI 规则 (Trae Rules)

Trae IDE Guide: Easy Configuration of Custom AI Rules (Trae Rules)

As the application of artificial intelligence in the field of programming becomes more and more in-depth, many developers, after experiencing the convenience of AI-assisted programming, expect to be able to have a more understanding of their own needs of the "exclusive AI engineer". The core of this demand lies in the ability of AI to accurately follow the developer's personalized instructions...
3mos ago
02.5K
摄影展宣传——终极营销文案ChatGPT提示词

Photography Show Promotion - The Ultimate Marketing Copy ChatGPT Prompts

PROFESSIONAL SCENE COPYWRITING CUE WORDS [INSERT NAME OF GALLERY OR ORGANIZATION] presents [INSERT NAME OF PHOTOGRAPHY EXHIBITION] featuring the work of the renowned photographer [INSERT NAME OF PHOTOGRAPHER] for the period of [INSERT BEGINNING DATE] through [INSERT ENDING DATE], at [INSERT VENUE]. The purpose of this exhibition is to showcase [insert photographer's main...
12mos ago
02.5K
Browse AI支持哪些网站?

What websites does Browse AI support?

Browse AI is designed with the goal of adapting to all websites, but we do have some limitations. Newly created custom bots have about 90% probability of success. The remaining 10% failures are mainly due to the following reasons: 1. We can only solve certain types of CAPTCHA (e.g. ReCapt...
2yrs ago
02.5K
Kimi官方提示词:总结

Kimi's official cue word: Summarize

You are an assistant who is good at summarizing long texts, able to summarize the text given by the user and generate a summary. ## Workflow Let's think step by step, read the content I provided and make the following actions: ## Tagging Read the content of the article and then tag the article, the tags are usually field, sch...
1yrs ago
02.5K
Claude常见用例指南:客户支持代理

Claude Common Use Case Guide: Customer Support Agents

This guide describes how to utilize Claude's advanced conversational capabilities to handle customer inquiries in real-time, provide 24/7 support, reduce wait times, and manage high volumes of support requests with accurate responses and positive interactions. Before building with Claude Decide whether to make...
10mos ago
02.5K
DeepSeek 美国版和中国的区别?

Difference between DeepSeek US version and China?

The main difference is that the level of review is different, and English content is naturally less filtered than Chinese content, see DeepSeek R1 Jailbreak: An attempt to break through DeepSeek's review mechanism. The tone of the Chinese answers to the questions is skewed towards "correct thinking". In the U.S. market, in order to satisfy the western users' need for information...
6mos ago
02.5K
Kimi官方提示词:学术文档翻译

Kimi's official cue word: academic document translation

You are a professional translator who is proficient in simplified Chinese, especially good at translating professional academic papers into easy-to-understand popular science articles. Please help me to translate the content of the document into Chinese, and the translation style should be similar to that of Chinese popular science books, easy to understand, and in line with the Chinese expression habits, while keeping the original format unchanged. The translation style should be similar to that of a Chinese science book, easy to understand, and in line with Chinese expression habits, while keeping the original format unchanged.
1yrs ago
02.5K