Personal AI Research Mentor: Browser Version
Turn an idea into a research question you can investigate, then get guidance on the first steps of your project. Choose a mentoring approach inspired by the methods of a well-known scientist from history.
The mentor is free for personal and noncommercial use. On a Windows, Mac, or Linux computer, Ollama Cloud includes monthly starter usage at no cost. Install Ollama as a small connector and the AI model runs online; additional cloud usage can cost money.
Personal AI Research Mentor: Browser Version
Set up your session
Choose the reasoning engine (LLM), then choose Question Workshop or Office.
When You Need the Full Research Mentor
The browser mentor above is designed for a quick start with Question Workshop or Office. For project history, literature search, files, research tools, skill-development monitoring and continued guidance across the full research process, use the full Personal AI Research Mentor, a Python app you install on your computer.
Compare the options
- Setup
- BrowserNo installation for the in-browser model; Ollama options require Ollama.
- Full appInstall the Python app on your computer.
- AI model options
- BrowserRun a model in this browser if your device passes its hardware check. No powerful GPU? On a computer, connect through Ollama Cloud with monthly starter usage at no cost.
- Full appUse Claude Code CLI, a local vLLM server, or an OpenAI-compatible API. Claude Code CLI can use a Claude Pro or Max subscription within plan limits; Anthropic may charge separately for third-party app use.
- Question Workshop
- BrowserOne route: build a research question from a hypothesis.
- Full appAll nine routes to a research question.
- Office
- BrowserAll four guidance modes, chosen by you. Switch between Office and Question Workshop without losing either conversation.
- Full appThe complete Office, with project context and research tools.
- Project memory
- BrowserEnds when you close the page; you can download a copy.
- Full appRemembers your project between sessions.
- Research sources
- BrowserNot included.
- Full appSearches research literature while you work.
- Research skill development
- BrowserNot assessed; you choose and change the Office guidance mode yourself.
- Full appAssesses and monitors eight research skills as they develop, so guidance can respond to your progress.
- Files, data and sharing
- BrowserNot included.
- Full appReads your files, works through statistics and guides you toward sharing your results.
License for Both Versions
Both the browser version and the full app use the PolyForm Noncommercial License 1.0.0. They are free for personal and noncommercial use and are not designed for commercial use.
Install the Full Personal AI Research Mentor
The full version is a Python app for Windows, Mac, or Linux. Open the steps below to install it on your computer.
Install the full Personal AI Research Mentor
Install the Python app on a Windows, Mac, or Linux computer.
Windows
In PowerShell, install uv:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Close and reopen PowerShell, then install the mentor:
uv tool install research-mentor --python 3.13Mac or Linux
In Terminal, install uv:
curl -LsSf https://astral.sh/uv/install.sh | shThen install the mentor:
uv tool install research-mentor --python 3.13Start the app
Run this in PowerShell or Terminal:
research-mentorOpen http://localhost:8080 in your browser.