All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Fibonacci Language Model Experiment: Analyzing Word Patterns at Fibonacci Intervals

By

gabriel666smith

9mo ago· 8 min readenCode

Summary

A developer describes an experimental project where they used Claude (an AI assistant) to write a script analyzing 4MB of prose text to find words that appear at Fibonacci intervals (both forwards and backwards). The output was a 100MB model file. The author expresses uncertainty about whether the results are meaningful and seeks help understanding if the approach has any validity as a language model.

Key quotes

· 5 pulled
FML LM: or, FML, this sort of looks like a Fibonacci Language Model.
Can anyone help me work out if it is meaningful?
I took 4mb of text data from a selection of prose that I thought was interesting. I'm not sure if the results are or not.
I got Claude to write a script that looked for the words within that 4mb of text data which appeared, most often, at Fibonacci intervals to each individual word, both forwards and backwards in the text.
The output of the script was a 100mb pkg model.
Snippet from the RSS feed
FML LM: or, FML, this kind of looks like a Fibonacci Language Model, but it probably isn’t, I wish I was smart enough to know - henrygabriels/FMLLM

You might also wanna read