| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| title | CoT-Lab: Human-AI Co-Thinking Laboratory | ||
|---|---|---|---|
| emoji | 🤖 | ||
| colorFrom | blue | ||
| colorTo | gray | ||
| sdk | gradio | ||
| python_version | 3.13 | ||
| sdk_version | 5.13.1 | ||
| app_file | app.py | ||
| models |
|
||
| tags |
|
||
| license | mit |
Huggingface Spaces 🤗 | GitHub Repository 🌐 中文README
Sync your thinking with AI reasoning models to achieve deeper cognitive alignment Follow, learn, and iterate the thought within one turn
CoT-Lab is an experimental interface exploring new paradigms in human-AI collaboration. Based on Cognitive Load Theory and Active Learning principles, it creates a "Thought Partner" relationship by enabling:
** This project is part of ongoing exploration. Under active development, discussion and feedback are welcome! **
Set Initial Prompt
Describe your prompy in the input box (e.g., "Explain quantum computing basics")
Adjust Cognitive Parameters
Interactive Workflow
Cognitive Load Optimization
Information chunking (Chunking) adapts to working memory limits, serialized information presentation reduces cognitive load from visual searching
Active Learning Enhancement
Direct manipulation interface promotes deeper cognitive engagement
Distributed Cognition
Explore hybrid human-AI problem-solving paradiam
Local deployment is (currently) required if you want to work with locally hosted LLMs.
Due to degraded performance of official DeepSeek API - We recommend seeking alternative API providers, or use locally hosted distilled-R1 for experiment.
Prerequisites: Python 3.11+ | Valid Deepseek API Key or OpenAI SDK compatible API.
# Clone repository
git clone https://github.com/Intelligent-Internet/CoT-Lab-Demo
cd CoT-Lab
# Install dependencies
pip install -r requirements.txt
# Configure environment
API_KEY=sk-****
API_URL=https://api.deepseek.com/beta
API_MODEL=deepseek-reasoner
# Launch application
python app.pyMIT License © 2024 [ii.inc]
yizhou@ii.inc (Dango233)
| Back | FazBrowse Home | New Git URL |