This article is a translation of Juan Stoppa's blog post Code Smarter, Not Harder: Developing with Cursor and Claude Sonnet. It's called a translation because most of the content is based on my own experience, but because the framework is based on his article...
General Introduction NotebookLM is a personalized AI collaboration tool from Google designed to help users use their minds to their full potential. Users can upload documents, and NotebookLM instantly masters the content of these sources, enabling users to easily read, record notes, and use the tool to optimize and...
Enable Builder Smart Programming Mode, unlimited use of DeepSeek-R1 and DeepSeek-V3, smoother experience than the overseas version. Just enter the Chinese commands, even a novice programmer can write his own apps with zero threshold.
Comprehensive Introduction GOT-OCR2.0 is a StepStar co-proposed de Open Source Optical Character Recognition (OCR) model, which aims to drive OCR technology towards OCR-2.0 through a unified end-to-end model. The model supports a wide range of OCR tasks, including normal text recognition, formatted text recognition, fine-grained OCR, multi...
General Introduction tgwechat is an open source WeChat plugin developed by developer dplusec. It protects WeChat chat privacy with end-to-end encryption, allowing users to send messages securely. The project went live on GitHub on August 31, 2019 under the GPL v3 license and is free for personal use. tgwechat's...
Before my website is in Siteground above the server, should use the Singapore server room, so Google Site Kit installation and use is no problem; since I will move the site back to the Aliyun ECS cloud server, after the installation of Google Site Kit can not be used, has been...
Comprehensive Introduction Zhida Direct (zhida.ai) is an intelligent Q&A and search tool based on AI big model launched by Zhihu. It is centered on the quality content of the Zhihu community and combines multiple data sources to provide users with reliable access to information. ZhihuDirect not only generates both brief and in-depth answers, but also supports...
Course As the saying goes, "Writing is rewriting." It has been proven that Claude can usually improve the accuracy of his responses when asked! There are many ways to prompt Claude to "think again." The same ways that allow one to naturally check one's work usually apply to Claude. (Questions about when and how...
Exercise In this exercise, we will write prompts for a programming assistance and teaching robot that can read code and provide guided corrections when appropriate. Fill in each of the yellow boxes below with prompt elements that match the descriptions and examples in the previous Complex Prompts example. When you fill in the...
Example Prompts in finance can be quite complex for reasons similar to legal prompts. Below is an exercise for a financial usage scenario where Claude is used to analyze tax information and answer questions. As with the legal services example, we have reordered some of the elements as i...
Course Input prompts in the legal industry can be quite complex due to the need to: Parse long documents Handle complex subject matter Format output in a very specific way Follow a multi-step analysis process Let's look at how to use a complex input prompt template to build an input prompt for a specific legal use case. Example Below...
COURSE Congratulations you've made it to the last chapter! Now it's time to put it all together and learn how to create unique and complex prompts. In the following, you'll use our recommended structure for leading complex prompts. In the second half of the chapter, we'll show some industry-specific prompts and explain what these mention...
Lesson Some bad news: Claude sometimes "hallucinates" and makes untrue or unreasonable statements. The good news is that there are techniques that can help you minimize the occurrence of hallucinations. In the following, we will discuss a few of these techniques, which include: Giving Claude the opportunity to answer questions he doesn't know the answers to...
Lesson Giving Claude examples of how you want it to behave (or not behave) is very effective for: Getting the right answer Getting the answer in the right format This type of hinting is also known as "sample less hinting". You may also encounter "zero samples", "n samples", or "same book"...
Lesson How would you fare if someone suddenly woke you up and immediately asked you several complex questions that you had to answer right away? Probably not as well as if you had time to think before answering. And guess what, the same goes for Claude. Giving Claude time to think gradually can sometimes make the difference in his answers...
Course Claude can format its output in many ways. All you need to do is ask it to do so! One way is to use XML tags to separate responses from other extraneous text. You've learned that you can use XML tags to make prompts clearer and easier for Claude to parse...
Lesson Often, instead of writing complete prompts, we want prompt templates that can be modified later based on additional input data and then submitted to Claude.This is useful if you want Claude to perform the same task each time, but the data Claude uses may be different each time...
Lesson Continuing on the theme of Claude having no context other than the information you provide, it is sometimes important to have Claude play a specific role (with all the necessary context), which is called a role cue. The more detailed the role context, the better. Having Claude preset a character...
Lesson **Claude responds best to clear and direct instructions. Think of Claude as any new employee who has just started a new job. ** Claude has no background information about what to do other than what you literally tell it. Just as when you first explain a task to a human, the more you...
Lesson This lesson needs to be executed in a code environment and is an exercise in constructing the correct message interface format, which can be skipped. The Claude for Sheets extension provides several functions that you can use to call Claude. one of these functions is CLAUDEMESSAGES(), which is constructed...