Shubham Sharma's Avatar

Shubham Sharma

@mrbums.bsky.social

Writing about data and AI โœ๐Ÿป

776 Followers  |  210 Following  |  34 Posts  |  Joined: 14.11.2024
Posts Following

Posts by Shubham Sharma (@mrbums.bsky.social)

Preview
Moltbot โ€” Personal AI Assistant Moltbot โ€” The AI that actually does things. Your personal assistant on any platform.

Full docs and setup guide here: molt.bot

If you found this useful, give it a repost โ€” more people should know how to build their own AI agents

And follow for more breakdowns like this

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Security is the real consideration here

This tool gets full access to your system โ€” files, shell, browser, credentials

Researchers have already found hundreds of exposed instances leaking API keys online

Run it on isolated hardware, start with limited permissions, expand slowly

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Here's what people are doing with it

โ†’ One user negotiated a $4,200 discount on a car โ€” Moltbot emailed dealers and handled back-and-forth
โ†’ Another configured it to catch and fix production bugs via Slack
โ†’ Someone has it managing their home heating based on live weather
โ†’ Inbox automation

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

50+ skills come built-in

โ†’ Calendar and email management
โ†’ Browser automation via Puppeteer
โ†’ GitHub commits and deployments
โ†’ File system and shell access
โ†’ Smart home integrations

But here's the thing โ€”
It doesn't wait for you to ask and can initiate convos with briefings, alerts, and reminders

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

If moltbot throws an error, try clawdbot instead

The rename happened days ago and the old command still works as a fallback

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

After setup, you're chatting with your bot directly in terminal

To connect via Telegram, search for your bot's username and send any message

It responds with a pairing code

Run this:
moltbot pairing approve telegram <CODE>

Now you can message it from your phone

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

When the wizard runs, here's what works:

โ†’ Choose "Quickstart"
โ†’ Select your LLM and paste the API key
โ†’ Enable Brave search when prompted
โ†’ Pick Telegram as your messaging channel
โ†’ Skip Google Places unless you need weather
โ†’ Enable all memory hooks
Start with one skill โ€” you can add more later

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Installation takes two commands

First, make sure you're on Node 22+

Then run:
curl -fsSL molt.bot/instaโ€ฆ | bash

Followed by:
sudo moltbot onboard --install-daemon

The setup wizard handles the rest

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Before you install, collect these keys

โ†’ Brave API key (free โ€” enables web search)
โ†’ API key from your LLM provider (OpenAI, Anthropic, or Google)
โ†’ Telegram bot token from BotFather

Create a new bot in Telegram, grab the token, save it somewhere safe

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

What you'll need

โ†’ Claude Pro, ChatGPT Plus, or Google AI Pro ($20/month)
โ†’ Mac, Linux, Windows via WSL2, or a Raspberry Pi

Critical: This is experimental software with full system access

Use a secondary machine or VPS โ€” not your daily driver

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Who should try this?

โ†’ Anyone with a laptop and an AI subscription
โ†’ People curious about building their own AI agents
โ†’ Those tired of assistants that suggest but never do

No coding background required

29.01.2026 09:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Moltbot just crossed 60,000 GitHub stars in under a week

It's a self-hosted AI assistant that actually executes tasks โ€” not just talks about them

Here's how to set it up from scratch:

29.01.2026 09:45 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
GitHub - deepseek-ai/DeepSeek-OCR-2 Contribute to deepseek-ai/DeepSeek-OCR-2 development by creating an account on GitHub.

Why it matters:

Fewer tokens = faster inference, lower costs at scale

In production, repetition errors dropped 33% compared to their previous model

Code and weights are open source: github.com/deepseek-ai/...

DeepSeekโ€™s 2025 run was historic. Their 2026 is starting the same way

27.01.2026 10:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The results:

โ†’ 91.09% on OmniDocBench (standard doc parsing benchmark)
โ†’ Beats GPT-4o, Gemini 2.5 Pro, Qwen3 235B, InternVL 241B
โ†’ Uses only 256-1120 visual tokens/page (competitors use 6000-7000+)
โ†’ Reading order accuracy jumped โ€” Edit Distance dropped 0.085 to 0.057

More accurate and efficient

27.01.2026 10:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Current vision models read images like a typewriter โ€” left to right, top to bottom

But humans donโ€™t read that way. We follow meaning, not coordinates

DeepSeek-OCR 2 lets the AI decide the reading order based on what it sees: tables, formulas, columns, whatever

They call it โ€œVisual Causal Flowโ€

27.01.2026 10:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

DeepSeek dropped another one!

DeepSeek-OCR 2 just mass-outperformed GPT-4o, Gemini 2.5 Pro, and Qwen 72B on document parsing

While using 5-6x fewer visual tokens

The whale keeps shipping

Hereโ€™s whatโ€™s actually new:

27.01.2026 10:59 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The creator Peter Steinberger (ex-PSPDFKit founder) built this as a personal project.

Itโ€™s now at 18,700 GitHub stars with 30+ PRs a day.

Not plug-and-play. But for devs who understand tradeoffs?

This is Jarvis demo that actually works.

The lobster ๐Ÿฆž is loose. Handle with care.โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹

27.01.2026 05:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

But this power comes with real risk

It can read your files, run commands, and send emails. Prompt injection could trigger unintended actions.

One tester asked it to run find ~ and it dumped his directory structure to a group chat

If you try it: run on dedicated hardware with low-risk tasks

27.01.2026 05:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

One founderโ€™s Clawdbot โ€œHenryโ€ did 48 hours of non-stop coding while he didnโ€™t touch Claude Code once

Another guy rebuilt his entire website via Telegram while watching Netflix in bed

A Redditor ported a CUDA backend to AMD ROCm in 30 minutes

27.01.2026 05:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Clawdbot can run on a dusty laptop, a $5/mo VPS, a Raspberry Pi, anything with 1GB RAM and Node.js.
So whatโ€™s the hype about?

Clawdbot can control your computer:

โ€ข Sends, responds to emails
โ€ข Manages calendar
โ€ข Runs terminal
โ€ข Writes, tests, deploys code
โ€ข Messages WhatsApp before you even ask

27.01.2026 05:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

An open-source project just made Mac Mini sales spike to Black Friday levels.

Clawdbot โ€” a personal AI assistant โ€” went viral this week

Googleโ€™s Head of AI products ordered a Mac Mini for it. One developer bought 12. Another bought 40

The funny part? You donโ€™t need a Mac Mini at all

27.01.2026 05:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿ’ฌ Which story do you think has the biggest long-term impact?

๐Ÿ”„ Repost if youโ€™re tracking AI daily

๐Ÿ‘€ Follow for tomorrowโ€™s update

22.04.2025 16:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐ŸŽฎ TextArena Launches on Hugging Face

An open-source suite of 57+ games designed to test LLM behaviors: negotiation, deception, and more.

Basically, itโ€™s an AI testing ground for agentic skills.

Read more: lnkd.in/gajaR6FC

22.04.2025 16:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐ŸŽ™๏ธ PlayAIโ€™s Wild Voice Changer

With just 10 seconds of audio, you can speak in anyoneโ€™s voice.

It even keeps tone and style โ€” and it works on mobile.

Read more: lnkd.in/gTG2gfRh

22.04.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿง  ElevenLabs Enables Agent Transfers

You can now pass conversation (and related context) between multiple specialized agents โ€” perfect for support workflows and handoffs.

Read more: lnkd.in/g9ztFDz2

22.04.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿ’ธ Windsurf Simplifies Pricing

No more flow action credits. Now itโ€™s just 1 prompt = 1 message to Cascade.

Theyโ€™ve also merged all individual plans into a $15/month Pro plan (500 credits).

Read more: lnkd.in/gCQmhum4

22.04.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐ŸŽฌ AI Officially Allowed in the Oscars

The Academy says AI use in film production will โ€œneither help nor harmโ€ chances of a nomination.

Itโ€™s a major shift โ€” and a big greenlight for AIโ€™s role in storytelling.

Read more: lnkd.in/gBy9zHZ7

22.04.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿ’ฐ Elon Musk Seeks $25B+ for xAI-X JV

Heโ€™s reportedly raising massive capital for the combined xAIโ€“X venture, aiming at a $150-200B valuation.

Another big bet in the AI arms race.

Read more: lnkd.in/gsjTEXZs

22.04.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿงญ Anthropic Maps Claudeโ€™s Morality

After analyzing 300K+ chats, Anthropic found Claude upholds 5 core values โ€” like being practical and protective.
The work will help make AI more aligned for real-world use.

Read more: lnkd.in/g_WkdFPP

22.04.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿงฌ Google DeepMindโ€™s Big Vision

Nobel laureate and DeepMind CEO Demis Hassabis said on 60 Minutes that AGI could arrive in 5โ€“10 years โ€” and may become conscious at some point.

He also believes AI could fast-track drug discovery enough to eradicate all disease.

Read more: lnkd.in/g3hNPmtZ

22.04.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0