Jomaric's picture
Fix dependency versions
0778b85 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: AI Research Playbook
emoji: 🔬
colorFrom: gray
colorTo: indigo
sdk: gradio
sdk_version: 5.15.0
app_file: app.py
pinned: false

The AI-Assisted Research Playbook

A "clean slate" laboratory interface for exploring advanced LLM reasoning techniques. Based on "Accelerating Scientific Research with Gemini" (Woodruff et al., 2026).

Features

  • Iterative Breakdown: Deconstruct problems step-by-step.
  • Cross-Pollination: Generate analogies from unrelated domains (Biology, Physics).
  • Simulation Engine: Generate and run Python code to test conjectures.
  • Neuro-Symbolic Logic: Validate logic with symbolic proofs.
  • Adversarial Review: Receive critical feedback from "Reviewer 2".
  • Dynamic Model Selector: Switch between Qwen, Llama 3, Mistral, and more.

Setup

This space requires a Hugging Face Token to run inference.

  1. Go to Settings > Repository Secrets.
  2. Add a secret named HF_TOKEN with your Hugging Face API key.