Physics Derivation Graph
Tuesday, June 17, 2025
best practices for use of LLMs
›
I've previously written about best practices for prompts . This post is more abstract. Avoid asking factual questions The LLM is not...
Wednesday, May 7, 2025
arm64 and amd64 docker builds
›
Makefile # Get the machine architecture. # On arm64 (Apple Silicon M1/M2/etc.), `uname -m` outputs "arm64". # On amd64 (Intel), ...
Sunday, May 4, 2025
requirements generation
›
BLUF /tl;dr: methods of requirements generation are described in this post: "one-shot think hard and brainstorm", learn from other...
Tuesday, April 22, 2025
formal evaluation of adding one in Python
›
Here's what I want to accomplish : program requirements, v1 objective : add one to a user-provided value And here's an ...
Thursday, April 17, 2025
criteria for an impactful and efficient prototype
›
Prototypes are impactful and efficient when they feature only the essential features. The consequence of that claim is that the prototype is...
Tuesday, January 28, 2025
a sequence of prompts to get an LLM to provide content for the Physics Derivation Graph
›
In https://github.com/allofphysicsgraph/allofphysics.com/issues/16 I created a set of prompts that got Gemini 2.0 ( https://aistudio.googl...
Monday, January 20, 2025
spanning the topics and assumptions of Physics
›
In two previous posts I've described two different ways to span physics: identify dichotomies: https://physicsderivationgraph.blo...
›
Home
View web version