← Journal2026-09-08 · 1 min read
Sometimes the question is the interesting part
A space for AI experiments, scientific rabbit holes, and ideas that are still taking shape.
Not every thought needs a conclusion before it is worth writing down.
An experiment can begin with a question, a small piece of code, or a result that is difficult to explain. Keeping a record of that process makes it easier to return to the idea later.
A useful shape for an experiment
- What am I curious about?
- What would change my mind?
- What did I actually observe?
- What should I try next?
Code snippets fit here too:
questions = ["What happened?", "Why?", "What next?"]
for question in questions:
print(question)
This is a sample entry demonstrating a shorter technical note. It is ready to be replaced by a real experiment, a paper you found interesting, or a question you cannot stop thinking about.