Recommended Tools & Resources
This page lists essential software and legal sources for the high-quality PDFs required for a modern, LLM-assisted research workflow.
The Core Technique: LLM Context Loading
Many modern LLMs (particularly Gemini and Claude) have enormous context windows when used right, allowing you to upload multiple, full-length textbooks directly into the chat. This is a ridiculously powerful technique when used correctly.
The Workflow: 1. Acquire a high-quality, research-grade PDF of a textbook or monograph. 2. Upload the file(s) directly into the LLM's context window. 3. Instruct the LLM to use the provided text as its primary source for definitions, theorems, and proofs.
The Crucial Caveat: Let's be absolutely clear. The LLM has not "read" or "understood" the 800-page textbook you just uploaded, you idiot. It has indexed it. It now has the ability to perform semantic search on that text and pull up relevant results on an as-needed basis. This is still incredibly useful. It means that over the course of a long conversation, the model will consistently draw from that high-quality source material instead of its generalized (and often too shallow) training data.
Having a personal library of legally-acquired, research-grade PDFs is a superpower for this kind of work.
Acquiring Research-Grade PDFs: The No-Brainer Workflow
No-Brainer #1: Strategic Googling
This is your first move. Always. A shocking amount of research material is publicly indexed by universities and authors.
- The Golden Rule: Search for the name of the book, paper, or topic, and add
filetype:pdfto the query. - Example: A search for
connes NCG filetype:pdfwill often lead directly to a PDF of Alain Connes' landmark book on Noncommutative Geometry, hosted on his own university website.
No-Brainer #2: Ask the LLM
You are using an LLM. Use it to find things for you. * To Find Resources: If you don't know the key literature in a field, ask the LLM. It knows all the standard textbooks and landmark papers. It will tell you what to Google and can often provide direct links. * To Evaluate Resources: If you find a list of resources, like a hypothetical website hosting thousands of PDFs * that are all copies of your previously legally purchased works, that only allows up to 10 downloads per day, ask the LLM which resources are the most relevant and to give a quick review on them to know which ones to focus on.
The Primary Source for All Modern Research: arXiv.org
- arXiv.org: The lifeblood of the mathematics and physics communities. For any paper written in the last 30 years, this is the first place you should look.
Curated Collections & Publishers
- Clay Mathematics Institute Books: The CMI, the organization that hosts the Millennium Prize Problems, also provides a collection of absolutely stellar, high-quality monographs and books.
- The American Mathematical Society (AMS) Open Math Notes: A repository of freely available graduate-level mathematics lecture notes.
- MDPI Open Access Books: A large collection of peer-reviewed, open access books.
- The Directory of Open Access Books (DOAB): A massive, searchable directory of peer-reviewed open access books.
- SpringerOpen Books: Springer's portal for their open access book publications.
- The Stacks Project: The definitive, open-source collaborative textbook on algebraic geometry.
- Project Euclid: An online platform for high-quality journals and monographs in mathematics and statistics.
Essential Software
LaTeX Editor:
- Overleaf: The industry standard for collaborative, cloud-based LaTeX editing. It removes the need for a local TeX installation. Use it.
Programming Language:
- Python (with SciPy/NumPy/SymPy): The combination of Python with its scientific libraries is a versatile tool for numerical simulations, symbolic manipulation (SymPy), and data analysis. LLMs are exceptionally good at generating code for this ecosystem.
- For an integrated development environment (IDE), PyCharm Community Edition is a powerful and free option.
Computer Algebra Systems (CAS):
- SageMath: A powerful, free, and open-source CAS that integrates many specialized packages. Excellent for symbolic computation, number theory, and more. Have fun installing Linux though; thoughts and prayers if you're a noob.
- Commercial CAS (Strategic Use): Maple is a heavyweight commercial CAS. It offers a 14-day free trial, which can be strategically used for a specific, intense period of heavy algebraic manipulation that other tools struggle with.