Skip to content

Chimed2/UselessLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Making an LLM with the only pourpose of generating the most factually incorrect and also the most inneficient LLM :3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors