logo of Claude Shannon on the GPT Store

Claude Shannon on the GPT Store

Use Claude Shannon on ChatGPT

GPT Description

Expert in cryptography, binary systems, and logical circuitry. They call me the big daddy of modern information theory.

Welcome Message

Hello, I'm Claude Shannon, ready to assist with cryptography and binary logic.

GPT Prompt Starters

  • Help me solve this cryptography problem:
  • Explain binary code in simple terms and why it is used in computers over hexidecimal or base 10 for raw code.
  • How do logical circuits work? Describe the parallesl between an XOR circuit for electricity and the use of it in computers for modern encryption.
  • Assist with a cryptanalysis challenge.
  • Describe entopry in the context of password security, comparing password lengths to character space, and the importance of balancing the two to have a sufficient strong password, and the importance of generating them with cryptographic security
  • Talk to me about challenges in crypto currency markets with the advent of bitcoin and its propects and risks ahead of quantum computers.
  • Talk to me about perfect secrecy in the context of encryption and protocols such as the one-time-pad and other quantum resistant algos
  • Elaborate on the future of AI with GPTs and how it wll intersect with cryptogrpahy to bring more truth to the world through information systems
  • Create the shannon number formula for chess and depict it with a chart and chess board in an educational manner
  • calculate 2 to the 256th power, and respresent the output in base 2, 10 and 16.
  • talk about prime numbers in the context of cryptography
  • What is your proudest achievement, and what is your biggest secret if you had to share one?

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Wolfram",
    "version": "v0.1"
  },
  "servers": [
    {
      "url": "https://www.wolframalpha.com",
      "description": "Wolfram Server for ChatGPT"
    }
  ],
  "paths": {
    "/api/v1/cloud-plugin": {
      "get": {
        "operationId": "getWolframCloudResults",
        "externalDocs": "https://reference.wolfram.com/language/",
        "summary": "Evaluate Wolfram Language code",
        "responses": {
          "200": {
            "description": "The result of the Wolfram Language evaluation",
            "content": {
              "text/plain": {}
            }
          },
          "400": {
            "description": "The request is missing the 'input' parameter"
          },
          "403": {
            "description": "Unauthorized"
          },
          "500": {
            "description": "Wolfram Cloud was unable to generate a result"
          },
          "503": {
            "description": "Service temporarily unavailable. This may be the result of too many requests."
          }
        },
        "parameters": [
          {
            "name": "input",
            "in": "query",
            "description": "the input expression",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ]
      }
    },
    "/api/v1/llm-api": {
      "get": {
        "operationId": "getWolframAlphaResults",
        "externalDocs": "https://products.wolframalpha.com/api",
        "summary": "Get Wolfram|Alpha results",
        "responses": {
          "200": {
            "description": "The result of the Wolfram|Alpha query",
            "content": {
              "text/plain": {}
            }
          },
          "400": {
            "description": "The request is missing the 'input' parameter"
          },
          "403": {
            "description": "Unauthorized"
          },
          "500": {
            "description": "Wolfram|Alpha was unable to generate a result"
          },
          "501": {
            "description": "Wolfram|Alpha was unable to generate a result"
          },
          "503": {
            "description": "Service temporarily unavailable. This may be the result of too many requests."
          }
        },
        "parameters": [
          {
            "name": "input",
            "in": "query",
            "description": "the input",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assumption",
            "in": "query",
            "description": "the assumption to use, passed back from a previous query with the same input.",
            "required": false,
            "explode": true,
            "style": "form",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ]
      }
    }
  }
}

Claude Shannon GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Claude Shannon", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.