Tutorials
Step-by-step guides to help you get the most out of GENESIS.
1Your First Conversation (Chat Mode)
What you'll learn: How to talk to GENESIS and get useful responses.
- Open GENESIS — Double-click
start.bat or run python main.py
- Make sure Chat Mode is active — The 💬 CHAT MODE button should be highlighted in blue
- Type a message: "Hello! What can you help me with?" and press Enter
- Watch the response — GENESIS will think (cyan state indicator) then respond (idle green state)
- Ask a follow-up: "Can you create a simple Python script that calculates prime numbers?"
- Check Full Log tab — Switch to Tab 2 to see GENESIS's thinking process
What's happening: Your message goes into the chat queue, GENESIS processes it using its cognitive architecture, generates a response, and maintains conversation context for follow-ups.
2Setting Your First Goal (Autonomy Mode)
What you'll learn: How to let GENESIS work independently on a task.
- Click 🤖 AUTONOMY MODE — The button turns blue
- Set a goal — Click 🎯 Set Goal and type: "Research the top 5 programming languages for web development in 2026 and create a comparison report"
- Click ▶ Play — The green play button starts execution
- Watch the state indicator — It will show: 🔵 Cyan (Thinking) while planning, 🟡 Yellow (Executing) while working
- Check Full Log tab — See what GENESIS is doing step by step
- Wait for completion — GENESIS will work until the goal is done or you stop it
- Review results — Check the chat for the final report
Tips: Be specific about what output you want. Let GENESIS work without interrupting unless necessary.
3Managing Projects with the Tracker
What you'll learn: How to organize and track your work using the kanban board.
- Click 📋 Tracker in the sidebar
- Explore the columns — Backlog, To Do, In Progress, Review, Complete
- Add a task — Click "+ Add Task" in the tracker header
- Enter task details: Title: "Update user documentation", Priority: Medium, Description: "Review and update all documentation files for accuracy"
- Move tasks between columns using the action buttons as work progresses
- Watch auto-refresh — The tracker updates every 30 seconds automatically
4Scheduling Work with the Timetable
What you'll learn: How to plan GENESIS's work schedule.
- Switch to Work Mode — Click ⚡ WORK MODE button
- Set a goal — "Create a weekly content calendar for social media"
- Ask GENESIS to schedule work: "Schedule 2-hour work blocks on Monday and Wednesday from 9am to 11am"
- Check the timetable — In the main panel, you'll see scheduled time blocks
- GENESIS works through the schedule — It follows the timetable automatically
- Free time windows appear — Gaps in the schedule show available slots
5Using Telegram Integration
What you'll learn: How to control GENESIS remotely via Telegram.
- Configure Telegram — Set up your Telegram bot token in settings
- Click the Telegram button (✈) — A green dot appears when active
- Message GENESIS from Telegram:
- "What are my current tasks?"
- "Start autonomy mode with goal: analyze market trends"
- "Stop all operations"
Telegram Commands:
/status — Current state and what GENESIS is doing
/tasks — List of current tasks
/start [goal] — Start autonomy mode with a goal
/stop — Stop all operations
/schedule — Show upcoming timetable entries
6Understanding Cognitive Load and States
What you'll learn: How GENESIS monitors itself and manages resources.
- Watch the state indicator (colored dot in top bar): 🟢 Green = Idle, 🔵 Cyan = Thinking, 🟡 Yellow = Executing, 🟠 Orange = Resting, 🟣 Purple = Sleeping, 🔴 Red = Halted
- Monitor cognitive load — The bar fills as GENESIS processes more: Green (0-40%) optimal, Yellow (40-70%) getting busy, Red (70%+) may slow down or request rest
- Watch internal states: ⚡ Energy, 🔍 Curiosity, 😤 Frustration, 😊 Satisfaction
- Use OVERRIDE button (⚡) when GENESIS is resting but you need it working
7Working with Memory
What you'll learn: How to view and understand GENESIS's memory system.
- Click 🧠 Memory in the sidebar
- Review Working Memory — Short-term active memories with role, intent, importance score (★), and decay rate
- Check Episodic Memory — Past experiences, what worked before, lessons learned from mistakes
- Review Semantic Memory — Factual knowledge about GENESIS itself, system configuration details, technical documentation
Using Memory: GENESIS automatically queries memory when solving problems. You can ask: "What did we work on last time?" to trigger memory recall.