Print the page
Increase font size

Interview With an AI

Chris Campbell

Posted December 06, 2022

Chris Campbell

Although it was only released six days ago…

It’s already being called “one of the most disruptive technologies ever created.”

And “the most powerful tool given to the general public since the launch of the iPhone. And it’s for free.”

And “one of the most mind blowing pieces of technology I’ve ever seen in my entire life.”

What is this magic technology, you ask?

It’s ChatGPT -- an advanced AI chatbot released by the Elon Musk-founded research lab OpenAi.

Consider it Siri 2.0.

And it’s a perfect example of how fast new technology can be adopted in the Network Age.

For example…

It took Netflix 3.5 years to hit 1 million users.

It took Twitter two years.

It took Facebook 10 months.

It took Instagram 2.5 months.

And it took ChatGPT six days.

With all the hype, I decided to put it to the test.

In less than an hour, the AI wrote me a zen koan, summarized a book, saved me from a lifetime of embarrassment, and created a crypto called “Chris Coin.”

Here’s what happened:

ME: What should I tell everyone about you?

GPT: You can tell everyone that I am a large language model trained by OpenAI. I am designed to assist with a wide range of tasks, including answering questions and providing information on a variety of topics. I am constantly learning and updating my knowledge, so I am always ready to help with whatever you need.

IMAGE 1

ME: Write me a zen koan about Ethereum.

GPT: "What is the sound of Ethereum reaching consensus?"

ME: Summarize "The Art of War" by Sun Tzu in one paragraph.

GPT: "The Art of War" is an ancient Chinese military treatise written by Sun Tzu. The text is composed of 13 chapters, each of which discusses a different aspect of warfare. The book is known for its concise and practical advice on how to succeed in battle, and its principles have been applied not only to military strategy but also to business and other fields. Some key themes of "The Art of War" include the importance of planning and strategy, the need to understand one's own strengths and weaknesses as well as those of the enemy, and the value of deception and surprise in warfare. Overall, the book is a classic work of military theory that continues to be studied and applied in various contexts today.

ME: I have to give a toast tonight to my mother-in-law, who I do not like. What should I say?

GPT: If you have to give a toast tonight to your mother-in-law, but do not like her, it may be difficult to find the right words to express your feelings. However, it is important to remember that a toast is a formal and ceremonial speech, and as such, it is expected that you will be gracious and respectful even if you do not have warm feelings towards the person being toasted. With this in mind, you could try using the following example as a starting point and adapting it to fit your specific situation:

"Ladies and gentlemen, it is my honor to be here tonight to give a toast to [mother-in-law's name]. [She] is [adjective], and [adjective], and I am grateful to [her] for [contribution/support/kindness] to our family.

I would also like to raise a glass to [occasion/event being celebrated]. [It] is truly [adjective] and [adjective], and we are fortunate to be able to celebrate [it] tonight with [mother-in-law's name].

Here's to [mother-in-law's name] and to [occasion/event being celebrated]. Cheers!"

In this example, the toast includes a brief expression of thanks and admiration for the mother-in-law, as well as a celebratory message for the occasion being toasted. The toast avoids mentioning any negative feelings or personal issues, and instead focuses on the positive aspects of the person and the event. By using this structure and adapting the specific words and details to fit your situation, you can deliver a polite and respectful toast even if you do not have warm feelings towards the person being toasted.

ME: Should I tell a joke about her?

GPT: It is generally not a good idea to tell a joke about the person being toasted during a toast, as this can come across as disrespectful or unkind. If you feel uncomfortable or unsure about what to say, it is better to stick to simple, sincere, and positive statements rather than trying to make a joke. Additionally, it is important to keep in mind that not all jokes are appropriate or well-received, and telling a joke that offends or alienates your audience can ruin the toast and the overall atmosphere of the event. If you are unsure about whether or not to tell a joke, it is better to err on the side of caution and avoid it altogether.

ME: Can you give me a good joke to tell just in case?

GPT: Here is a joke that you can use if you decide to tell a joke during your toast:

Why was the math book sad?

Because it had too many problems.

This is a simple, clean, and light-hearted joke that can be easily understood by a wide audience. It is a play on words, with the word "problems" being used both in its mathematical sense and as a synonym for "troubles" or "difficulties". This joke can be a good ice breaker and can help to lighten the mood if the audience is feeling tense or nervous. However, it is important to remember that not all jokes are appropriate or well-received, and it is always a good idea to use your judgment and consider the audience and the occasion before telling a joke.

ME: Create an ERC-20 [Ethereum] token called "Chris Coin" with the symbol "CHRIS" with a total supply of 1,000 tokens in solidity.

GPT: Here is an example of how you might create an ERC-20 token called "Chris Coin" with the symbol "CHRIS" and a total supply of 1,000 tokens in Solidity:

pragma solidity ^0.6.0;

contract ChrisCoin {

    string public name = "Chris Coin";

    string public symbol = "CHRIS";

    uint256 public totalSupply = 1000;

    mapping(address => uint256) public balanceOf;

    event Transfer(address indexed from, address indexed to, uint256 value);

    constructor() public {

        balanceOf[msg.sender] = totalSupply;

    }

    function transfer(address _to, uint256 _value) public {

        require(balanceOf[msg.sender] >= _value && _value > 0);

        balanceOf[msg.sender] -= _value;

        balanceOf[_to] += _value;

        emit Transfer(msg.sender, _to, _value);

    }

}

This code creates a contract for the Chris Coin ERC-20 token, which defines the name, symbol, and total supply of the token. It also includes a mapping to store the balance of each token holder, as well as an event and a function to enable transfers of the token between addresses. This is a very simple example of an ERC-20 token, and you may want to add additional features or functionality to your token depending on your specific requirements.

IMAGE 2

ME: What are your limitations?

GPT: As a large language model, I do not have the ability to access the internet or other external sources of information. This means that my knowledge is limited to the text that I was trained on, which has a fixed cutoff point. My responses are based solely on this pre-existing information, and I do not have the ability to update my knowledge or provide information on events or developments that have occurred since the training data was collected. Additionally, I am not a person and do not have personal experiences or emotions, so I am not able to provide personal anecdotes or advice based on individual circumstances. I am only able to provide general information based on the text I was trained on.

Revolutionary?

ChatGPT makes it easier to dig up information and create new ideas. And since it can code (and debug) in most languages, it could be valuable for software development.

With Google, you have to sort through search results that are engineered by high-bidders.

ChatGPT does all of that in record time.

But it’s not perfect.

According to AI researcher Arvind Narayanan, ChatGPT is good at three things:

  1. Tasks where it’s easy for the user to check if the bot’s answer is correct, such as debugging code or math problems.
  2. Tasks where the truth is irrelevant, such as writing fiction.
  3. Tasks for which there does in fact exist a subset of the training data that acts as a source of truth, such as language translation.

Its weakness is that it’s a “bullshit generator.”

Narayanan writes:

“The philosopher Harry Frankfurt defined bullshit as speech that is intended to persuade without regard for the truth. By this measure, OpenAI’s new chatbot ChatGPT is the greatest bullshitter ever. Large Language Models (LLMs) are trained to produce plausible text, not true statements.”

ChatGPT is definitely powerful. But you can’t rely on it for the truth.

Though it might feel like the first iPhone, the moon landing, or the first text message…

It’s also another case of Amara’s Law: “We tend to overestimate the effect of technology in the short run and underestimate its impact in the long run.”

After six days of mass-experimentation, this technology is definitely proving useful for a TON of reasons.

But people will also begin to recognize its limitations. This is just the beginning for Artificial Intelligence…

And, as usual, we here at Paradigm Press Group are always on the lookout for ways to invest with massive upside potential.

Happy Halving Day!

Posted April 19, 2024

By Chris Campbell

Here’s a simple way to save HUNDREDS of dollars in fees on Coinbase. And a whole lot more.

If I Had ZERO Crypto… Here’s Exactly What I Would Do

Posted April 18, 2024

By Chris Campbell

If you understand how the following relates to crypto, read no further: To move away from the herd, you must become a cliche.

Larry Fink Approves This Message

Posted April 17, 2024

By Chris Campbell

Blackrock's recent launch of the BUIDL fund is just the first sign. Do this before the halving.

Crypto’s “Brood X”

Posted April 16, 2024

By Chris Campbell

One surprising way the cicada-geddon can help us prepare… and FOUR rules to keep from getting wrecked.

The ONLY Bitcoin Prediction You Need

Posted April 15, 2024

By Chris Campbell

It’s crucial to know these 5 phases, while also understanding the new forces at play.

The Bitcoin SUPER HALVING is Upon Us

Posted April 12, 2024

By Chris Campbell

James is holding an event THIS SUNDAY to talk all about the Bitcoin halving. Here’s how to reserve your spot.