Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 977 Bytes

File metadata and controls

39 lines (24 loc) · 977 Bytes

UselessLLM

The most useless LLM imaginable. It wastes your CPU, takes its time, and gives you binary answers that are factually incorrectly formal.

Setup

Since the automated setup script might fail due to shell environment issues, please run:

npm install

Training (New!)

To make the AI truly useless, you must first train it on correct facts so it can learn to avoid them.

python3 src/backend/train.py

This will generate a model.json file that maps reality to nonsense.

Running

To start the Useless Interface:

node src/tui/index.js

Features

  • Inefficiency: Uses a custom Python backend (src/backend/logic.py) to waste CPU cycles and memory.
  • Machine Unlearning: Trains on real data to actively generate incorrect associations.
  • Obfuscation: All answers are encoded in binary.
  • Misinformation: Confidently states incorrect facts.
  • Interface: A Gemini cli based tui built with Node.js.