MythicGPT 3 released. This will remain published for people who want a faster (and therefore less smart) alternative to newer versions. MYTHIC GPT 3: https://scratch.mit.edu/projects/1323980859/ ✦ ━━━━━━━━━━━━━━━━━━━━━━ ✦ ⚡ M Y T H I C G P T ⚡ FASTEST & SMARTEST AI LLM IN SCRATCH ★REAL AI, LIKE CHATGPT★ ✦ ━━━━━━━━━━━━━━━━━━━━━━ ✦ ★RUN FULLY IN SCRATCH WITHOUT AN API★ Does NOT need Turbowarp, just run it directly in scratch :D !!! START A NEW CONVERSATION BY CLICKING THE GREEN FLAG IF THE AI STARTS ACTING WEIRD !!! ★FEATURES★ - Real-time chat, runs entirely inside a Scratch project - No internet, no servers - 340 hand-crafted conversational patterns - Slang recognition: wbu, ty, idk, lol, nvm, bruh, omg, tbh, fr, and more - Refusal & dismissals - Common-sense answers: colors, animal sounds, body-part counts (try: "how many legs do people have"), days, months, opposites - Color-copy: ask "what color is the red box" -> "the box is red" (works for any color x object combo) - Anti-hallucination: graceful "I'm not sure" responses for off-corpus questions - Punctuation tolerance: handles "hi!", what's up?, don't you know? - Self-identifies as MythicGPT 2.1 Pro ★THE STATS★ Parameters: ~122,000 Vocabulary: 800 words Training pairs: ~370 unique conversation patterns (oversampled to ~6,900 training examples) Quantization: int8 (1 byte per weight) Weights file: 510 KB .sb3 file: 162 KB (optimized) Max response length: 25 tokens Conversation memory: none. Each message is separate. ★ARCHITECTURE★ - Single-layer LSTM with tied input/output embeddings - V=800, H=83, ~122,000 parameters - Int8 per-tensor quantized weights stored as Scratch lists - Sigmoid / tanh approximated by 161-entry lookup tables - Word-level tokenizer with punctuation removal - Greedy argmax decoding with no-repeat-bigram filter - Single-turn (no conversation memory..... yet :D. Coming soon in MythicGPT 3) ======================================== Reasoning model coming soon :D Hint hint, it will be MythicGPT 4, and it will also have tool calls to do math and translate to different languages XD ========================================