gitwtfhub

wtf is artificial-super-intelligence?

polllogamer/artificial-super-intelligence — explained in plain English

Analysis updated 2026-05-18

0Jupyter NotebookAudience · researcherComplexity · 3/5Setup · easy

TL;DR

A single quantum circuit demo that classifies never-before-seen inputs into four categories using quantum similarity and Grover's algorithm, no classical training involved.

Mindmap

mindmap
  root((Quantum ASI Demo))
    What it does
      Zero shot classification
      Quantum kernel similarity
      Grover amplification
    Tech stack
      Python
      Qiskit
      Aer simulator
    Use cases
      Learn quantum classification
      Explore Grover algorithm
      Study zero shot methods
    Audience
      Researchers
      Students

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Study how a quantum kernel can measure similarity between an input and predefined categories.

REASON 2

See a practical example of Grover's algorithm used for amplitude amplification.

REASON 3

Explore zero shot classification without any classical machine learning model.

What's in the stack?

PythonQiskitQiskit AerJupyter Notebook

How it stacks up

polllogamer/artificial-super-intelligenceakashsingh3031/python-librariesakshit-python-programmer/text-detection-using-neural-network
Stars00
LanguageJupyter NotebookJupyter NotebookJupyter Notebook
Last pushed2020-12-03
MaintenanceDormant
Setup difficultyeasyeasyeasy
Complexity3/51/52/5
Audienceresearchervibe codervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires installing qiskit, qiskit-aer, matplotlib, and pylatexenc via pip, then running the single script.

No license information is provided in the README.

Wtf does this do

This project is a small quantum computing experiment written in Spanish, despite its ambitious name. It is a single quantum circuit that performs zero shot classification, meaning it sorts an input it has never seen before into one of four predefined categories, using only quantum operations, with no classical machine learning model involved and no training step. The circuit works by putting four possible answer categories into superposition, encoding the new input as rotation angles on two qubits, then calculating how similar the input is to each of the four categories using a quantum kernel. That similarity is turned into a phase shift, and a single round of Grover's algorithm, a well known quantum search technique, is used to amplify the most likely matching category before a final measurement collapses the circuit to one answer. The README reports test results of 5 out of 5 correct classifications, with confidence between 93 and 96 percent on clear inputs, and a close to even split of probabilities when an input is deliberately ambiguous, which the author presents as the circuit honestly expressing uncertainty rather than guessing. The author is explicit about the limitations: this is not a general artificial intelligence, it only classifies four fixed categories, it does not retrain itself and needs a new circuit built for each new input, the reference angles for each category are hardcoded, and running on real quantum hardware instead of a simulator would introduce noise that lowers accuracy. The project is a single Python script that uses the Qiskit quantum computing library with its Aer simulator, plus matplotlib for plotting. To run it, you install qiskit, qiskit-aer, matplotlib, and pylatexenc, then run the script directly. No license is stated in the README.

Yoink these prompts

Prompt 1
Explain how this quantum circuit encodes an input and compares it to four predefined categories.
Prompt 2
Walk me through how Grover's algorithm is used here to amplify the most likely matching class.
Prompt 3
Help me install Qiskit and run this quantum classification script on my machine.
Prompt 4
What are the stated limitations of this quantum classifier compared to a general AI system?

Frequently asked questions

wtf is artificial-super-intelligence?

A single quantum circuit demo that classifies never-before-seen inputs into four categories using quantum similarity and Grover's algorithm, no classical training involved.

What language is artificial-super-intelligence written in?

Mainly Jupyter Notebook. The stack also includes Python, Qiskit, Qiskit Aer.

What license does artificial-super-intelligence use?

No license information is provided in the README.

How hard is artificial-super-intelligence to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is artificial-super-intelligence for?

Mainly researcher.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.