Exploring Role-Play Prompting LLMs – What Does Science Say?

Large Language Models (LLMs) can sometimes feel like alien technology. In other words, we don’t fully understand how they work or what they’re truly capable of. It’s akin to stone-age people trying to use advanced alien technology, occasionally causing it to spark, leaving us in awe of its magical capabilities. Through billions of trials and … Read more

How to Scrape Wikipedia Pages to Create a Question-Answer Database?

Why Create a QA Database? A good question often opens up new perspectives and new ways of thinking. But that’s not why I had to create a Question-Answering database. Question-Answering (QA) databases play an important role in researching and developing large language models (LLMs). These databases have two primary applications: Traditionally, QA databases can be … Read more

Are LLMs Greedy? An Experimental Analysis of the Tipping Prompt ($0 to $1 Million)

Abstract: Is the prompting technique of offering GPT-4 Turbo a tip for a perfect answer effective? There’s little formal research on this topic at the time of writing. Our initial experiments on a coding-related prompt show that tipping may offer some benefits, although the tipping amounts seem crucial. For example, if the offered tip is … Read more

Can I Use Anthropic’s Claude 2 in LangChain?

💡 Langchain is an open-source toolkit for building language model applications. It’s designed to make it easier to integrate language models into your AI apps, giving you a set of tools and APIs for this purpose. Langchain is not a language model itself but a framework for using language models in development projects. Anthropic’s Claude … Read more

Getting Started – You Only Need This One Meta GPT That Helps You Find the Best GPT Among 1000s

OpenAI’s decision to open up the creation of custom GPTs may be one of the smartest and most consequential business moves in the last decades. Possibly similar in magnitude to Apple’s decision to open the app store for developers! Innovative prompt engineers have already created thousands of custom GPTs that integrate with various custom data … Read more

What Is LangChain? 🦜️🔗 Finally, an Easy Explanation

“LangChain” is like a tool for making computer programs that can understand and use language just like we do when we talk or write. Imagine you have a robot friend who can read books, chat with you, and even help you write stories or do homework. 🤖 Wouldn’t it be great if you couldmake such … Read more

3 Ways to Make Money with ChatGPT – The Good, The Bad, and The Ugly

There are many routes to making money with ChatGPT as a prompt engineer. Let’s examine three! The Ugly Route #1 – Create Massive Amounts of Garbage Content 🧌 The obvious way is to use it to create massive amounts of content. As a Python prompt engineer, you can create a pipeline that crawls webpages, passes … Read more

OpenAI JSON Mode & DALL·E 3 Seeds (Examples)

🔗 This article originally appeared on the Finxter Academy for premium members (including course lesson video). Check out the video course here. All right, welcome back to part 2, where we’re going to be looking at JSON mode and seeds. ✅ This will allow us to use only a part of function calls. Namely, when … Read more

Introducing FinxterGPT — Your State-of-the-Art Learning Experience at Finxter Academy

As I strolled down memory lane today, my mind wandered back to my university days. Those were times of sitting on crowded lecture hall floors, straining to follow along as professors delved into complex theoretical computer science, for instance. Within minutes, many of us were lost in a sea of jargon, our understanding dwindling with … Read more

Is AI Sentient? I Made a Coffee Break Python GPT, and This Happened 🤯

I just completed this fun puzzle creator GPT that tracks your Elo skills and challenges you with Python puzzles in the style of the Finxter app. It tracks your skills while you progress through subsequently more challenging Python puzzles. 🔗🧑‍💻 Try It Yourself: Coffee Break Python GPT (Finxter Original) You can try it yourself; it’s … Read more