Local Multi-Agent Research Assistant Saves 15-25 Minutes Per Task

Practical Multi-Agent Research Pipeline
A Reddit user shared their working local LLM setup for research tasks. As an IT admin with 7 weeks of local LLM experience, they built a system that significantly reduces research time.
Hardware and Software Setup
- Hardware: RTX 5090, 64GB RAM
- All models run locally via Ollama
- System runs inside OpenClaw for agent sessions, cron scheduling, memory hooks, and Discord integrations
Research Pipeline Comparison
Before: Google search → open 5-10 tabs → read → take notes → summarize (20-30 minutes)
Now: Type topic → structured brief in ~2 minutes
Agent Architecture
- Researcher agent: qwen3.5:35b local model searches via Brave API and synthesizes information
- Analyst + Writer: GPT-5.4-mini (local GPU still being optimized) adds analysis and formatting
- Runtime: Average 150 seconds depending on topic
Time Savings
- 15-25 minutes saved per research task
- 1-2 hours weekly for regular researchers
- User notes: "Still need to verify outputs. AI assistance, not replacement."
Additional Features
- Persistent memory using PostgreSQL + pgvector
- Daily briefs
- Automated cron jobs
- User describes it as: "Nothing fancy, just practical automation."
The user is seeking feedback from others who have built similar systems and has published a full writeup with more details.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Building Persistent Memory for Claude with Four Markdown Files
A developer built a system to overcome Claude's session-based context limitation using four markdown files loaded via project context: Protocol, CONVERGEHERE, Daily Capture, and Continuity. The system maintains context across sessions by having Claude read all files at boot and update Continuity and CONVERGEHERE at session close.

Developer Uses Claude Code to Build SetForge Web App for Band Management
A developer with no professional coding experience used Claude Code to build SetForge, a React app deployed to Vercel that helps bands manage song libraries and setlists. The app includes features like Jam Set for finding overlapping songs, Excel/CSV import, flow scoring, auto-arrange modes, and real-time collaboration.

Patient uses Claude AI to interpret medical data and navigate brain cancer treatment
A 27-year-old patient with primary mediastinal B-cell lymphoma with CNS involvement uses Claude AI daily to interpret immunohistochemistry panels, analyze PET-CT scan results, evaluate CAR-T clinical trial data, understand drug mechanisms, and prepare questions for medical team.

Running Claude Code as a Kubernetes CronJob: Production Learnings and Open-Sourced Setup
A team at everyrow.io shares their experience running Claude Code unattended as a Kubernetes CronJob, documenting undocumented quirks and open-sourcing their Dockerfile, entrypoint, Helm chart, and logging setup.