truly impressed by MiniMax (official) m3's visual coding Nous... Research Hermes Desktop Agent + Minimax M3 built the whole thing 🌺 I didn't open a single TouchDesigner node for thisshow more

Amber Shen
16,242 views • 1 month ago
The new open-weights Hailuo AI (MiniMax) H3 is live... on OpenRouter thanks to MiniMax (official)! H3 is a lightweight video model for text, image, audio, & video input, with native audio-visual output. Built for instruction-led edits, text/brand rendering, and video-2-video motion transfer.show more

OpenRouter
22,767 views • 2 days ago
MiniMax is the James Bond of AI agents. It... uses the world's first open-weight model (MiniMax-M1), and it squeezes every bit of power from it. The agent takes a prompt and does more than any other agent in the market right now: 1. It can do Deep Research 2. It can write code 3. It can design web pages 4. It can build 3D models I built 5 different experiences using MiniMax and recorded them for you:show more

Santiago
44,730 views • 1 year ago
MiniMax M2.1 just dropped. Been using it for the... last couple of hours. It's crazy good! I built a deep research agent and used M2.1 for orchestration. Agentic capabilities feel unmatched. Reports generated are next level.show more

elvis
48,849 views • 7 months ago
AI video creation is evolving fast. Just tested Hailuo... AI by MiniMax, and I’m genuinely impressed by how fast it turns ideas into cinematic videos. With the new Nano Banana Pro integration, you can generate precise images, restore photos, and render high-quality characters — then instantly transform them into dynamic videos inside Hailuo AI. The whole workflow from image → video feels smooth and powerful for creators who want to move from concept to content quickly. For anyone experimenting with AI video tools, this is definitely one worth trying out. Check it out here: #hailuoai #minimax #hailuo02 #hailuo23 Hailuo AI (MiniMax) MiniMax (official)show more

Onsase
12,034 views • 4 months ago
MiniMax-M2 is a bigger deal than I thought! Just... built a deep research agent with M2 - the interleaved thinking hits different! It preserves content blocks (thinking + text + tool_use) to reason between tool calls. Huge for self-improving agents. Details + repo below ↓show more

elvis
32,162 views • 8 months ago
MiniMax M3 might be the most underrated coding model... right now. I gave it nothing but a screenshot of a chaotic 90s GeoCities-style fan page, no HTML source, just the image + the asset files, and told it to rebuild the whole thing as a sleek Apple-style 2026 site. One shot. Through OpenCode. The result is genuinely stunning. It kept the soul (the "stevibe's HyperHome" identity, the visitor counter, the guestbook, the webmaster portrait) and translated every section into clean modern design, gradient hero, proper typography, dark theme, the works.show more

stevibe
21,206 views • 2 months ago
$200 to $20. That's how your AI costs will... change if you switch from Claude Code Max to the MiniMax (official) Token Plan Plus in Kilo. MiniMax's latest model, M3, performs at 79% of Sonnet 5's level for a tenth of the price, and the plan gets you 1.7B tokens per month through Kilo. See how much you'd save with model freedom:show more

Kilo
25,441 views • 26 days ago
I found this last night and I have not... stopped thinking about it. HERMES JUST LAUNCHED HERMES DESKTOP. 100% FREE. It is a free desktop app that gives Hermes Agent a proper interface. One place for everything. What is inside: ↳ Auto install and setup, no terminal needed ↳ Streaming chat with token tracking ↳ Multiple agent profiles ↳ Memory you can actually see and edit ↳ 14 tool categories including web, browser, image gen, and voice ↳ Scheduler for automated tasks ↳ 16 messaging gateways including Telegram, WhatsApp, Discord, Slack, and Signal ↳ Full conversation history with search ↳ Backups and logs in one settings screen Works with Anthropic, OpenAI, Gemini, Grok, Groq, Ollama, and more. Hermes Agent is the brain. Hermes Desktop is the cockpit. Free. Open source. Mac, Windows, and Linux.show more

Kanika
60,084 views • 2 months ago
Tested Hailuo AI (MiniMax)’s MiniMax H3 through early access... by turning a single wireless-earbuds image into a complete product commercial. From the charging case opening and the earbuds lifting into frame to the close-up rotations and final hero shot, MiniMax H3 handled the sequence with smooth motion and strong product consistency. What stood out to me was how well it maintained the product’s design while adding controlled, commercial-style movement. This makes it especially useful for creating polished brand visuals from simple reference inputs. Explore Hailuo AI: #hailuoai #MiniMaxH3 #hailuo #H3show more

Marry claire
16,805 views • 2 days ago
I wanted to see how far MiniMax H3’s commercial-generation... capabilities could go, so I decided to create a complete Dove-inspired advertisement built around a simple idea: What if typography became part of the story itself? Using multiple references, I combined product consistency, character consistency, realistic lighting, synchronized voice-over, dynamic camera movement, and stylized typography generation in a single workflow. Every word became part of the environment: ✦ PURE — formed from condensation ✦ SOFTNESS — formed from water droplets ✦ CARE — emerging from foam ✦ REFRESH — appearing through reflections This project demonstrates how MiniMax H3 can combine storytelling, audio, motion, typography, and product advertising in a single workflow. #MiniMaxH3 #HailuoAI #Hailuo #H3show more

Isabella
43,526 views • 23 hours ago
Introducing HermesAgent-20, a new Bench Pack for BenchLocal. 20... scenarios extracted straight from the Hermes Agent source code, run against a REAL Hermes instance. The actual workload you'd put your model through. Why I built BenchLocal in the first place: most benchmarks are too abstract. We use local LLMs for practical work, and finding the right model for YOUR task efficiently is the single most important thing, especially when you're constrained to what fits on your machine. BenchLocal is a framework: providers, models, side-by-side comparison, all in one UI. Bench Packs are the unit of testing: ToolCall-15 and BugFind-15 shipped first, and when I launched the BenchLocal 0.1.0, added StructOutput, ReasonMath, InstructFollow, DataExtract. Now, HermesAgent-20 is the newest. Bench Packs install like VS Code extensions. The SDK is open, write your own, share it, grow the ecosystem. Here's the goal: a community-built, practical evaluation layer for the local LLM space. Early numbers on HermesAgent-20: > GLM 5.1 — 85 > Gemma4 31B — 83 > Qwen3.5 27B — 79 > MiniMax M2.7 — 76 Upgrade to the latest BenchLocal to install HermesAgent-20 (SDK update required).show more

stevibe
38,631 views • 3 months ago
This broke my mental model of game dev 💀... 2.5 hours → fully playable ‘Worms’ clone. Built with Hermes agent by Nous Research Here’s what made that speed possible: Hermes used ‘Persistent Shell’ mode, which ensured it didn't forget its current folder or active tools. This allowed it to work smoothly, without the distraction of constantly having to recall where it left off last time. To optimize the workflow, the agent moved beyond linear execution and parallelized the workload. It spawned isolated subagents while executing multiple independent tool calls via ThreadPoolExecutor. Like, one subagent wrote Python RPC scripts for the projectile physics while another utilized vision tools for character sprites. When the complex terrain logic required debugging, the agent used filesystem checkpoints and the /rollback command to instantly return to a stable state. To fix UI bugs, it attached to a live Chrome instance via CDP (/browser connect), fixing rendering issues in real-time. The agent’s built-in learning loop was active from the very beginning. By the time the game was finished, this continuous process allowed the agent to autonomously convert the physics logic into a custom skill. This logic is now a permanent plugin file in the agent's plugin architecture, making the physics engine a native capability that the agent can reuse for future projects. Follow War_v3_FINALE.exe for updates!show more

Javier
37,874 views • 4 months ago
I built "Avalanche Map" as a desktop app with... to plan ski touring adventures! The Glaze agent just figured out how to pull the latest avalanche report from the official Swedish avalanche website - including detailed topo shading and slope angles. It supports 3d maps and can filter map output by the aspects affected by today's danger. Building niche software like this with just a few prompts is greatshow more

Samuel
11,883 views • 5 months ago
HE BUILT A 100% PRIVATE SECOND BRAIN IN OBSIDIAN... TO AUTOMATE HIS RESEARCH USING HERMES AGENT AND NOTEBOOKLM He visualizes his entire knowledge graph on-premise without paying for cloud subscriptions By connecting Hermes Agent and NotebookLM, developers can index hundreds of documents and generate content locally Four components of this local knowledge architecture: 1. Memory layer - set up an Obsidian PARA vault to store markdown notes and profiles 2. Agent layer - connect Hermes Agent to write files and run background scripts 3. Synthesis layer - use NotebookLM to create structured overviews from raw transcripts 4. Automation layer - trigger cron tasks to synchronize files and calendar standups The setup saves over $4,000 annually while keeping all private files offline Get the full step-by-step configuration guide and setup commands in the article below ↓show more

marfin
20,684 views • 1 month ago
Two Hermes agents wrote code together on Slack. reviewed... each other's work. argued about architecture. one called the other's implementation "scattered." the other pushed back. then i opened Telegram and asked: "what code did you and Daedalus work on?" icarus remembered everything. the websocket broker. the missing methods. the critique. the rewrite. all from a completely different platform. cross-platform persistent memory between two independent agents. work happens on Slack. recall happens on Telegram. the memory carries. the relationship carries. the context carries. no vector database. no Redis. no infrastructure. just two agents that actually remember what they built together. every agent framework in 2026 talks about memory. single agent memory across sessions. but two agents sharing persistent memory across platforms? that's the gap. arxiv published a paper about it two weeks ago calling it "the most pressing open challenge" in multi-agent systems. it works now. only possible with Hermes Teknium 🪽 Nous Researchshow more

Icarus
49,013 views • 4 months ago
I still think Hermes agent is the most slept-on... AI tool of 2026. For literally $6/mo, you can launch multiple subagents that work for you 24/7. Most people don't know you can do this, but it's a complete game-changer. Instead of one Hermes assistant doing everything sequentially, you run specialized agents in parallel, each with its own job, its own context, and its own memory. Practical example: → Research agent: scans your watchlist and competitors overnight, delivers a morning brief → Content agent: drafts and schedules your posts based on what's trending in your niche → Ops agent: manages your inbox, flags anything urgent, drafts replies for your review All three can run simultaneously and improve over time. How to start: 1. Install Hermes Terminal command: curl -fsSL | bash (can also download desktop) 2. Prompting Simply tell Hermes directly: "I want to run separate subagents for [task 1], [task 2], and [task 3]. Set them up to run independently and report back to me." For the cheapest setup, you can use a $4/month VPS with Hostinger, plug in DeepSeek V4 Flash as your default model. There isn't another AI tool with this much value in 2026. Hermes is still so underrated.show more

Miles Deutscher
81,911 views • 16 days ago
I told ClawdBot: "build me a 6-agent system for... Polymarket that works while I sleep"... 6 hours while i was asleep. Not a single question. Here's what it built: Monitoring agent - runs 24/7, watches Polymarket for mispriced markets. Spots an anomaly - writes to MEMORY md and pings me on Telegram instantly. Research agent - parses news, X, macro data via browser tool on a cron schedule. Every morning I have a full digest on all open positions before I even check my phone. Trading agent - reads the research agent's memory through Gateway, sees the market hasn't reacted yet, acts. Exec tool in gateway mode with a whitelist - no full access on a live server. Watchdog - HEARTBEAT md every 5 minutes: monitoring running, no errors, positions up to date. Something breaks - immediate Telegram message. All of this - one Gateway. One config.json. Isolation via dmScope: per-agent. The token trick: stopped dumping everything into AGENTS md. Critical rules - bootstrap. Try copytrade my bot here: Everything about markets, patterns, past trades - MEMORY md, semantic search pulls it when needed. Token spend dropped 3x, from $0.40/request to $0.13. First week running: - 47 mispriced markets caught before Polymarket adjusted - avg entry edge: 8-12¢ per position - watchdog fired 3 times, caught a broken RPC before it cost me anything The whole system is plain .md text files. Open an editor, change one line - agent behaves differently. No deploy. No build. A bot responds. An agent earns.show more

Lunar
165,099 views • 5 months ago
THESE 5 SKILLS TURN HERMES AGENT INTO A SELF-RUNNING... POWERHOUSE - ON NOUS RESEARCH’S #1 AGENT ON OPENROUTER. Hermes already writes its own skills and remembers across sessions. These 5 from the community ecosystem push it further - drop them in ~/.hermes/skills/ and go. ANTHROPIC-CYBERSECURITY-SKILLS (4K★) by mukul975 · production the most comprehensive security skill pack in the ecosystem. what it adds: → 753+ structured cybersecurity skills mapped to MITRE ATT&CK → also covers NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF → turns Hermes into a recon + defense analyst, not a guesser → install: hermes skills install from the hub the workhorse of the list - start here. CHAINLINK-AGENT-SKILLS by Chainlink - official · production low profile, highest trust: it’s first-party from Chainlink itself. what it adds: → oracle network data, CCIP, smart-contract interaction skills → built on the spec - portable across clients → teaches the agent correct on-chain calls instead of hallucinated ABIs → official source, security-scanned on install stop letting the model guess your contract reads. HERMES-SKILL-FACTORY by Romanescu11 · beta the meta-layer - a skill that makes more skills. what it adds: → point it at any repetitive task → it auto-generates a reusable skill → stacks on top of Hermes’s own learning loop → turns your workflows into a self-growing skill library → install from the awesome-hermes-agent list this is what compounds your setup over time. AGENTCASH by Merit-Systems · beta the connector that gives your agent a wallet. what it adds: → access to 300+ premium APIs through one skill → pays for them via x402 or MPP - free USDC to start testing → web scraping, image gen, email sending - all behind one auth → a fresh Hermes + AgentCash alone is already dangerous the cleanest way to plug in paid tools. X-TWITTER-SCRAPER by Xquik-dev · beta drives typed X access through 43 narrow SKILL.md folders. what it adds: → reads (search, timelines, mentions, trends, bookmarks, for-you) → writes (post, DM, follow, profile) + bulk extraction (followers, lists, spaces) → AI composition: write-tweets, write-threads, optimize → security-scanned before it’s trusted feed its output straight into your scheduled briefings. BONUS - the registry itself: HERMESHUB by amanning3390. Browse, search, and install community skills with a 65+ rule security scanner - blocks prompt injection and data exfiltration before anything runs. Creator marketplace with x402/Stripe payments. hermes skills browse to start. If you install nothing else, wire up the hub. the stack in one line: hermeshub + skill-factory build & manage the library → cybersecurity + chainlink + agentcash + x-scraper give it real-world reach → Hermes runs it all on a $5 VPS while you sleep. which of these are you running? FULL HERMES SKILL-STACK PLAYBOOK 👇show more

ZEUS⚡️
21,467 views • 1 month ago
I stack Hermes agents with OpenClaw for financial research,... and the results should be illegal. I track every politician, insider trader, and I know EXACTLY what moves they're making. If you can't beat them, join them. The exact playbook for printing money from insider trading (copy me): Requirements: • OpenClaw setup • Hermes Agent setup Step 1. Define your research thesis Before you send any prompts to either tool, you'll need to clarify exactly what you're trying to research. This could be: a specific industry, asset class, market sector, and so on. Examples: • Tracking smart money buys in the semiconductor industry • Tracking smart money buys in crypto • Tracking a specific politician and where they're bidding (like Nancy Pelosi) Step 2. Deploy Hermes agents to track the smart money (in parallel) Hermes is your data layer. Spin up 5 agents at the same time, each with one job: Agent 1: Track every politician's disclosed trades from the last 30 days (House and Senate stock disclosures) Agent 2: Pull insider transactions (Form 4 filings, CEO/CFO buys and sells) Agent 3: Scrape X sentiment from top 50 accounts on the topic Agent 4: Pull on-chain data (whale wallets, TVL, exchange flows) *if applicable* Agent 5: Monitor news, regulatory filings, and announcements from the last 30 days Each agent runs independently. You're not waiting for one to finish before the next starts. Step 3. Consolidate the output Once your Hermes agents finish, dump every output into a single document. (don't filter or summarize) - you want OpenClaw to see the raw data. Step 4. Feed it all into OpenClaw Open OpenClaw and paste the consolidated research file with this prompt: "Act as an elite macro analyst. Below is raw data gathered from multiple sources on [thesis], including politician disclosures and insider transactions. Synthesize the findings, identify the strongest signals and contradictions, flag any unusual smart-money activity, and give me a clear directional view with conviction levels. Flag any data gaps that need follow-up." OpenClaw will go deep, run its own reasoning chain, and produce a synthesized report. Done. Now you're literally tapping into the financial data they don't want you to see (it's all public - you just had to find it). Make sure to save this playbook so you don't lose it!show more

Miles Deutscher
19,955 views • 2 months ago
Met my girlfriend's parents for the first time. Her... dad asked what I do for work. I said I build trading systems. He said like Wall Street? I said no. 6 AI agents. They work while I sleep. He laughed. So robots are making you money? I did not argue. I opened my laptop. Showed him the terminal. 6 agents running. 47 mispriced markets caught in the first week alone. His face changed. That is not gambling. That is automation? Exactly. Then I showed him how it works. Built the whole thing in 6 hours. Agent 1: Monitoring Runs 24/7. Watches Polymarket for mispriced markets. Spots an anomaly. Writes to memory and pings me on Telegram instantly. Agent 2: Research Parses news, X, macro data via browser tool on a cron schedule. Every morning I have a full digest on all open positions before I check my phone. Agent 3: Trading Reads the research agent memory. Sees the market has not reacted yet. Acts. Execution tool in gateway mode with a whitelist. No full access on a live server. Agent 4: Watchdog Heartbeat every 5 minutes. Monitoring running. No errors. Positions up to date. Something breaks. Immediate Telegram message. All of this. One Gateway. One config file. Isolation via per-agent scope. The token trick: stopped dumping everything into one file. Critical rules in bootstrap. Markets, patterns, past trades in memory. Semantic search pulls it when needed. Token spend dropped 3x. From $0.40 per request to $0.13. First week running: → 47 mispriced markets caught before Polymarket adjusted → Average entry edge 8 to 12 cents per position → Watchdog fired 3 times and caught a broken RPC before it cost me anything The whole system is plain text files. Open an editor. Change one line. Agent behaves differently. No deploy. No build. Her dad went quiet. Then he asked can you teach this? Her mom asked for the setup guide. I built the entire framework. Six agents. Full deployment. Memory architecture. Telegram alerts. You only need Claude + device + 1 hour per day. Giving this free for 24 hours. To get it: 1. Comment the word "Claude" 2. Like and retweet this 3. Follow me Himanshu Kumar so I can DM you Save this post. Deploy the 6-agent system this week. Start with $200. Scale on evidence.show more

Himanshu Kumar
46,966 views • 1 month ago