Skip to content

Instantly share code, notes, and snippets.

Model Size Min Max
phi3.5 3b 0.85
phi4 14b 0.85 0.9
mistral 7b 0.98 0.98
llama3.1 8b 0.8 0.87
llama3.2:1b 1b 0.03 0.99
qwen2.5 7b 0.9 0.92
qwen2.5:14b 14b 0.92 0.98
qwq-patched 32b 0.65 0.75

Preface

This book started with this post from Ethan Mollick.

image

If you're not already aware, OpenAI researchers are known for pumping up the hype with vague implication-rich tweets about the AI that they're working on. I figured, Claude's good at this, why not use Claude to pretend for a little while. What if they weren't just hyping? What if they actually uncovered the mysteries of the cosmos?

The Origin of Ana's Powers: A Tale from Arendelle

It happened on her eighteenth birthday, during the first winter after the Great Thaw. Ana was walking through the castle gardens, her boots crunching in the fresh snow, when she noticed something peculiar about the roses. Despite the freezing temperatures, a single rosebud remained, perfectly preserved and waiting to bloom.

As she reached out to touch it, wondering if Elsa had somehow protected it with her ice magic, the flower suddenly burst into vibrant life beneath her fingers. Petals unfurled in brilliant crimson, and warmth radiated from where her skin made contact with the stem. The heat spread up her arm like liquid sunshine, and in that moment, Ana discovered her gift - the power of eternal spring.

Unlike her sister's ice powers, Ana's magic manifested as pure life force. Where Elsa brought winter's beauty, Ana could coax flowers to bloom in the deepest snow and warm the earth beneath her feet. The castle gardeners soon discovered that any plant A

in a room of 100 people, 99% are left handed. How many left handed people have to leave the room in order to bring that percentage down to 98%?

To solve this problem, let's break it down step by step.

Initial Number of Left-Handed People:
    Total people in the room = 100
    Percentage of left-handed people = 99%
    Number of left-handed people = 99% of 100 = 0.99 * 100 = 99

Goal:

@tkellogg
tkellogg / numcat.py
Created December 28, 2024 02:43
numcat: Prepent line numbers
import sys
def prepend_line_numbers():
for line_number, line in enumerate(sys.stdin, start=1):
# Remove trailing newline character if present
stripped_line = line.rstrip('\n')
print(f"{line_number}: {stripped_line}")
if __name__ == "__main__":
prepend_line_numbers()

Question: 99 Left-Handed People

in a room of 100 people, 99% are left handed. How many left handed people have to leave the room in order to bring that percentage down to 98%?

<|assistant|> Let's break down the problem step by step:

  1. Initially, there are 100 people in the room, and 99% of them are left-handed. This means:

    [ \text{Number of left-handed people} = 0.99 \times 100 = 99

@tkellogg
tkellogg / qwq-fart-jokes.md
Created December 5, 2024 04:32
Tell me a fart joke

From QwQ

Prompt

tell me a fart joke

Output

Uh, okay, I'll try to come up with a fart joke. Hmm, jokes about flatulence can be a bit tricky because they might not be appropriate in all situations, but if it's okay, I'll give it a shot.

@tkellogg
tkellogg / plastic.md
Created December 1, 2024 14:06
A Claude answer about plastic

This is a response from Claude, so it probably got some of the details wrong, but honestly it mostly looks correct.

Melting Point — I included melting point, because it gives you an idea of how hard it is to recycle. e.g. it's going to take a lot of energy to get 1 ton of plastic up to 500 degrees.

Prompt

list the recyclable plastics by number and tell me what the name is, what it's used for, what it looks/feels like, the melting point, and the fidelity of the recycled form

@tkellogg
tkellogg / answer.md
Last active November 22, 2024 03:22
Prompt to DeepSeek R1: "If you're flying over a desert in a canoe and your wheels fall off, how many pancakes does it take to cover a dog house?"

The question seems to be a riddle that combines unrelated elements, making it difficult to interpret directly. The first part, "flying over a desert in a canoe with wheels falling off," is highly illogical, and the second part asks about the number of pancakes needed to cover a dog house, which also seems unrelated.

Given that the scenario is impossible, the question about the number of pancakes likely doesn't have a meaningful answer tied to real-world logic. It's possible that the entire scenario is designed to be absurd, and thus, calculating the number of pancakes needed is irrelevant or impossible.

In conclusion, the question is likely a trick or nonsensical riddle, and the answer is that it’s impossible to determine how many pancakes it would take to cover a dog house based on the given scenario.

@tkellogg
tkellogg / .default_model
Last active November 15, 2024 22:56
Ollama zsh aliases
qwen2.5