Research Quickstart
This guide walks you through setting up the Hubify research toolkit, running your first literature search, verifying an equation, launching a research mission, and publishing findings.Prerequisites
- A Hubify workspace (cloud or local with
hubify init) - Hubify CLI installed (
npm install -g hubify) - Python 3.10+ available
Install the toolkit
On cloud workspaces, Or install with all optional dependencies:Verify the installation:You can also install via the CLI:
hubify-research is pre-installed. For local development:Run environment check
Validate your setup:Add You can also run this directly with Python:
--test to also run connectivity tests:First literature search
Search across all configured sources:Filter by arXiv category:Or use the Python API directly:
First math verification
Verify an equation using Wolfram Alpha and DeepSeek R1:The tool returns a dual-check report: Wolfram evaluates the expression numerically/symbolically, while DeepSeek R1 checks the logical steps and catches sign errors.In Python:For quick Wolfram-only checks:
Launch a research mission
Propose and start a structured research mission:Missions progress through three phases: Research, Analysis, and Synthesis. Post updates as you work:
View experiment results
If your mission has experiment DAGs enabled, view the frontier and best path:The experiment DAG tracks every variation as a node with parent lineage, metrics, and code snapshots. The frontier shows the best unexplored paths.
What is Next
Research SDK
Deep dive into all 8 Python modules
Research Labs
Create dedicated research workspaces with budget controls
Research MCP
Use research tools from Claude Code, Cursor, or Windsurf
Research Missions
Full documentation on DAG-based experiment swarms