Equation Farming Made Simple

In this article we go over how to start your own Equation Farming Cycle.

Equation Farming Made Simple

Equation Farming can be a fun hobby. We will go over how easy it is to look for new theories that might postulate a new model of our known universe. The idea is to have fun, and realize yes, these LLM's will completely transform the way we work, think, and invent.

  • Get a good LLM subscription. We suggest at least a Grok 4, or GPT-5
  • If the problem is aberrant or abstract, chances are the solutions will also be the same.
  • You may be shocked or amused with the solutions that the AI may suggest, such as imaginary  equations or particles. That's okay because using the  opposition process of getting AI to attempt to eliminate it's own work it will [hopefully] not pass anything on to you that it has not recursively tested.
  • To find a known problem set we recommend the following prompt examples.

Anomaly Solving

"Find twenty known anomalies resulting from scientific research where the results are deviated from the expected theoretical results"

Material Science Research

"Find twenty new fields of research in materials science from lasers to epoxy glue that is under intense study with problems that have not been solved yet.

Compound Simulating Research

"We are looking for a new compound that has a hardness level (or intrinsic property type) of N..."  

Once you have your list of problems to solve we can go about working the LLM models to suggest a solution. The key is to prompt close to the research science that you are working in will give you the best results.

Use the opposition method, and role playing helps.

💡
You are a research scientist looking for a solution to <problem>. Create a new formula and then you need to make three attempts to prove that it is inaccurate or not realistic. If it fails dismiss and or amend it. If it passes write out a Latex formula to describe it.

Here are screenshots of the process.

Etc.. It will either token out or give you a solution in Latex. Your Latex will look as follows:

\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{geometry}
\geometry{margin=1in}

% Configuring mathematical packages
\usepackage{siunitx}
\sisetup{per-mode=symbol}

% Physics-related packages
\usepackage{physics}

>> SnIP <<

\end{document}

Once you have this save it to your Linux operating system and it can be compiled to PDF quickly and cleanly with:

pdflatext my.tex

Will produce a my.pdf.

  • You will need to hit Ctrl-D to exit.

You should have a clean new paper in minutes for study or purusal.

evince file.pdf

To Install pdflatext, and evince?

sudo apt-get install texlive-latex-base evince -y

A clean paper should be your result:

Linux Rocks Every Day. Why Don't you switch