The AI Burrow πŸ°πŸ•³οΈ
225 subscribers
134 photos
3 videos
132 links
Sharing AI experiments, half-formed ideas, and the occasional rabbit hole.

Group Chat:
https://bit.ly/aiburrowchat
Download Telegram
The AI Burrow πŸ°πŸ•³οΈ
πŸ™ A Quick Thank You to the AI Burrow Community (YOU!) - And announcing a potential Claude Partnership!!! I just wanted to say a massive thank you to everyone here (friends and new internet friends) for joining this channel. When I started AI Burrow 🐰 impromptu…
We got about 10 community members so far who have completed their first claude code cert!! πŸ₯³πŸ₯³πŸŽ‰πŸŽ‰

fingers crossed, we’ll try to get everyone in the founding group to complete the Anthropic Academy learning path with the help of you all!! <33
❀5
β€œThe more deeply I understand technology, the clearer it becomes: the technical breakthroughs are often not the most difficult part. The hard part is preparing people-building leaders' readiness, soft skills, and culture to adopt change at scale.”


Solid quote.

Part of why I started this experiment of a channel is also a passion and interest to help others adopt change at scale
❀4
Xiaomi MiMo V2-pro (Ex-deepseek engineer)

A super-smart AI assistant made by Xiaomi (the phone/EV company). Think ChatGPT or Claude, but newer and much cheaper.


β€’ 1 trillion parameters (Really big brain, can handle complex tasks)
β€’ 1 million token memory (!!!!)
β€’ Built for agents - it can do things for you (like book flights, organize files, write code
β€’ $$$$$$ savings (You're getting Opus-class capability at ~1/5th the price)

Gonna be testing this out
platform.xiaomimimo.com - available for use for FREE globally this week.
πŸ‘2
"AI is going to overtake and change the world!!!" 🀑🀑

Expectation: Swap model to mimo-v2-pro in OpenClaw and get back to work.

Reality: 30 minutes of watching the AI gaslight itself in the terminal and finally getting mimo to work. πŸ’€πŸ’€

Everyone is worried about AGI, but I’m out here watching my AI gaslight itself in the terminal.

Claude tried to convince me it needed an Anthropic message format, "tested" its own fake config, and then acted surprised when it hit a 404.

Moral of the story: Don't let your bots write their own configs unless you want a front-row seat to a digital comedy of errors.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
😭1
https://qclaw.qq.com/

China makin moves, believe that we are going to hit critical mass in less than a year

Tencent just integrated every Wechat user with their own wrapper of openclaw. connected to every chinese model (Kimi, MiniMax, GLM, DeepSeek, Qianwen, Doubao), but you can use your own as well.

you can go ahead and try if you have wechat

If you have not experimented yet with ε°ιΎ™θ™ΎοΌŒhere’s your sign
side project: using claude to scrape and generate for me past historical trade performance

trying to build this further as a pilot to filter out quality of alpha trade calls on certain individuals I am tracking.

It made me miss 2024, when it was so much easier to trend trade 😭

Can we bring biden back?
❀3
Unsloth Studio is a free, open-source tool that finally lets normal people create and customize their own AI chatbot right on their laptop.. no coding needed.

β€’ No-code fine-tuning (upload your PDFs/CSVs/docs β†’ auto-generate training data β†’ train LoRA/fine-tune models 2Γ— faster + using ~70% less memory)

β€’ Pick a free open model (like a smarter, private version of ChatGPT) β†’ teach it your style, your work knowledge, or your hobbies in a few clicks
Chat with it, compare versions side-by-side, and save your custom AI forever β€” all offline, private, on your Mac/Windows/Linux computer (even older ones work surprisingly well!)

Think of it like: instead of renting someone else's AI, you now build and own your personal version that really knows YOU. No cloud, no data leaks, no subscriptions.If you've ever thought "I wish this AI understood my notes/emails/job better"… this tool makes that possible without being a programmer.

https://x.com/UnslothAI/status/2033926272481718523
❀3
Lel this is so cute

Created an overview of Claude Code: Kawaii Edition

hope you like it
❀9πŸ₯°1
πŸ›  Superpowers: Agent Skills Framework

This GitHub has been trending recently


Tired of AI coding assistants that jump straight into code and miss the point?

Superpowers is a set of "skills" - instruction templates that make agents plan before they build.

What it changes:

❌ Before: "Build me a bot" β†’ 500 lines of code β†’ you review and find bugs

βœ… After: "Build me a bot" β†’ agent asks questions β†’ shows design β†’ you approve β†’ builds in small tasks with tests

The skills:

β€’ Brainstorming β€” refine ideas through questions
β€’ Planning β€” break work into 2-5 min tasks
β€’ TDD β€” tests first, always
β€’ Subagent dev β€” fresh agent per task, self-reviews
β€’ Git worktrees β€” clean branches, easy rollback

Works with: Claude Code, Cursor, Codex, OpenCode, Gemini CLI

Why it matters: Agents stop doing their β€œown thing” They follow process. You approve plans, not just code.

πŸ”— github.com/obra/superpowers
Worked further on my live alpha feed from various sources direct to Telegram.

Added an additional feature to AI summarise images/videos so I save time and get the TLDR(s).
Used Gemini flash for the transcripts (pretty good!)

problems I faced:

β€’ getting the formatting rules for telegram right and reverse-engineering the feeds.

β€’ sync locks with my telegram / database

β€’ hitting telegram bot/rate limits

β€’ claude code losing context (used the app, and the session just disappeared magically after restarting the app, should have just stuck with CLI)


This was a real pain in the ass to do, had to rebuild this >4 times, while waiting for claude limits to cooldown
❀4πŸ‘1
A breakdown of Claude simplified for the non-techie people <33
πŸ”₯2
Part of the vibe coding journey is developing apps that you and your family will actually use.

2 pain points to solve:
- food expiring in the fridge going unnoticed
- no proper system of accounting for food / budget

Created a pantry manager app that scans supermarket receipts: to track Budget and also automatically creates a countdown for foods from expiring.
❀10
one week left to tokenmaxx (2x ur usage) ur claude subscription while it lasts.

take note of the hours.

(8pm - 2am) SGT
❀2
Openclaw Big update 🦞🦞

breaking changes:

openclaw 2026.3.22 changes:

β€’ clawhub marketplace β€” app store for plugins and skills
β€’ per-agent reasoning β€” each agent can have its own thinking level
β€’ /btw command β€” ask quick questions without losing your place
β€’ ssh sandboxes β€” run agents on remote computers
β€’ more search options β€” exa, tavily, firecrawl added
β€’ better chinese ai β€” minimax m2.7
β€’ cheaper openai options β€” gpt-5.4-mini and nano
β€’ chrome extension gone β€” use browser directly instead
β€’ image generation changed β€” new way to set up image models
β€’ matrix chat improved β€” better matrix support

full changelog: github.com/openclaw/openclaw/releases/tag/v2026.3.22
πŸ”₯1