AI & Tech Developments - Feb 19

  • 18:15 β€” ZUNA: open-source 380M-parameter EEG foundation model that reconstructs missing brain signals from partial data, turning cheap consumer headsets into lab-grade scanners. @LiorOnAI
  • 13:40 β€” ClawRouter v0.9.29: 17 releases in 3 days, adds MiniMax M2.5 (204K context, $0.30/$1.20 per 1M tokens), updates Claude Sonnet 4β†’4.6 and Opus 4β†’4.6. @bc1beat
  • 14:58 β€” Alibaba launches Qwen Coding Plan subscription on Model Studio: Qwen3.5-Plus models, from ~$10/mo Lite to ~$50/mo Pro, up to 90K requests/month, compatible with Claude Code. @Alibaba_Qwen
  • 18:04 β€” Tips on getting Claude Sonnet 4.6 to stop sycophantically agreeing and making basic mistakes. @0xSero
  • 22:30 β€” Recommendation for Kimi’s $20/mo subscription as a top-3 model in OpenClaw: strong reasoning, good vision, fun to interact with. @0xSero
  • 17:00 β€” GTM engineering with Claude Code: guide on connecting HubSpot, Meta Ads, Notion via API keys and environment files to build a full GTM stack. @codyschneiderxx
  • 15:57 β€” Coding directly in production with Claude Code eliminates the 3-second GitHub webhook deploy loop; only one mistake in 12 months. @levelsio
  • 09:13 β€” Developer reflects on months of 100% AI-contributed code: more focus on integration testing, appreciation for pre-commit hooks/CI, observation that AI has no UI taste. @mattpocockuk
  • 18:40 β€” Advice for agent builders: invest in infrastructure now so future protocols (like x402) plug in seamlessly. @jumperz
  • 12:27 β€” “Harness Engineer” emerging as a hot new role: provides agents with right context, optimizes token usage, and structures agent behavior. @KSimback
  • 13:04 β€” Reverse-engineering a private website API using OpenClaw and a headless browser, no Burp Suite or Postman required. @kaostyl
  • 13:43 β€” AI-generated animation now replicates in under a minute what traditional animators spent years mastering, raising questions about the future of the craft. @ViralOps_
  • 10:24 β€” Electrobun v1 released: TypeScript desktop app framework using Bun + WebViews + Zig, producing ~12MB self-extracting bundles with 14KB diff patches for updates. @taylordotcat
  • 19:51 β€” Developer questions whether OpenClaw offers anything Claude Code can’t, outside of Telegram integration. @omarsar0
  • 02:16 β€” AI transformation consulting demand described as virtually unlimited; firm positioning as “McKinsey of AI” is hiring full-stack engineers. @businessbarista
  • 20:58 β€” Workflow: use AI to find viral videos, recreate them with your brand, and auto-generate 500 variations daily. @dr_cintas
  • 02:24 β€” OpenClaw now has community ports/wrappers in virtually every programming language. @championswimmer
  • 00:20 β€” OpenClaw’s founder characterized as the “100x engineer” every CEO claims to want. @archiexzzz
  • 20:21 β€” Comprehensive OpenClaw setup guide covering install, first boot, and autonomous business operations including delegating to designers on Contra. @VibeMarketer_
  • 16:22 β€” Guide on using Brand Character Sets for OpenClaw wrappers: logo, app icon, OG images, onboarding screens, error pages, sticker packs. @aliszu

πŸ“± Source Tweets

You can now turn cheap EEG headsets into lab-grade brain scanners. And it's open-source. ZUNA is a 380M-parameter foundation model that reconstructs missing brain signals from partial EEG data. It works across any electrode setup, from consumer headsets to 256-channel

β€” @LiorOnAI

ClawRouter v0.9.29 Update - We got 2.8K Star 17 releases in 3 days β€” here's what's new: New Model - MiniMax M2.5 β€” 204K context, reasoning-capable, $0.30/$1.20 per 1M tokens Model Updates - Claude Sonnet 4 β†’ Sonnet 4.6 (latest) - Claude Opus 4 β†’ Opus 4.6

β€” @bc1beat

Qwen Coding Plan is now live on Alibaba Cloud Model Studio! What you get: β€’ Latest Qwen3.5-Plus models β€’ Fixed monthly subscription: from ~$10/mo (Lite) or ~$50/mo (Pro) β€’ Up to 90K requests/month for AI-powered coding β€’ Works with Claude Code, Qwen Code,

β€” @Alibaba_Qwen

How to get Claude-Sonnet-4.6 to stop saying you're absolutely right and making the dumbest mistakes.

β€” @0xSero

I recommend you try 1 month of Kimi's 20$ sub, it's incredible. You can get a pre-configured Clawdbot ready to be plopped into Telegram The model is also in the top 3 best models to have in Openclaw, it can reason very well, has good vision and is fun to talk to lmk how it go

β€” @0xSero

if you're trying to start GTM engineering with claude code today read this so the hardest part about getting started is building the connections to your GTM stack EG connecting hubspot, meta ads, notion etc you have to go get API keys for these, create an environment file, and

β€” @codyschneiderxx

Push from laptop local to GitHub which then webhooks and then server auto pulls takes 3 seconds for me That's 3 seconds I don't have for every change I make Coding in production on Claude Code takes 0 seconds and it only made a mistake once in 12 months which it then fixed

β€” @levelsio

I have been at 100% AI-contributed code for a few months now. Here are 9 ways it's changed my brain: 1. WAY more time thinking about integration testing 2. Friction via pre-commit hooks/CI/strong types is now super desirable 3. AI has no taste for UI, prototype extremely

β€” @mattpocockuk

honestlly, if i had one piece of advice for everyone getting into openclaw and agents right now. don't be lazy about your infrastructure... build it now.. not because you need all of it today... but because everything coming next will plug straight into it. x402 gets hot..

β€” @jumperz

"Harness Engineer" is the hottest new role in tech What is a harness? Like the name implies, it's a structure wrapper around an agent to ensure it performs the way you want it to What does a "harness engineer" do? -gives the agent the right context -optimizes token usage

β€” @KSimback

I reverse-engineered a website's private API using OpenClaw and a headless browser. No Burp Suite. No Postman. No proxy. No manual work. Here's how I needed data from a domain search platform. They have no public API. No docs. No developer portal. Just a web UI with a

β€” @kaostyl

imagine spending a decade learning animation just to see THIS drop on the timeline. traditional animators used to spend years honing their craft to get motion like this. now some guy in his bedroom generates it under a minute. the helplessness real artists must be feeling

β€” @ViralOps_

electrobun v1 is here build ultra fast, tiny desktop apps with just typescript. uses bun for the main process + webviews, zig for native bindings. ~12mb self-extracting bundles, updates as small as 14kb with bsdiff patches. rpc between main and renderer is typed and fast.

β€” @taylordotcat

There isn't a single use case that I have seen done with OpenClaw that I can't do with Claude Code. What am I missing? I don't use Telegram for real work but is there anything else?

β€” @omarsar0

I can't hire fast enough. There is virtually unlimited demand to help midsized and enterprise businesses execute AI transformation successfully. And @tenex_labs is becoming the McKinsey of AI, leading the charge. We need killer engineers: full-stack, AI-pilled coding

β€” @businessbarista

You can now use AI to automatically find viral videos, recreate them with your brand, and generate 500 variations daily while you sleep. Hunt viral content β†’ Recreate with your style β†’ 500 variations/day on autopilot

β€” @dr_cintas

There is an OpenClaw in every possible language now

β€” @championswimmer

So OpenClaw founder is the actual "100x engineer" every CEO wants to hire.

β€” @archiexzzz

just created the ultimate openclaw setup guide. lots of founders are struggling to find use cases for it, I have it running my business 24/7. Even using my card info to hire designers on Contra. inside the doc, i'll cover… -> how to install and run the first boot. -> the

β€” @VibeMarketer_

how you can use Brand Character Set for your OpenClaw Wrapper β†’ logo & app icon β†’ social media avatar β†’ og image / link previews β†’ onboarding screens β†’ loading & empty states β†’ error pages (make them actually fun) β†’ repeating pattern for backgrounds β†’ sticker pack for

β€” @aliszu