
Rasul Kireev
3.8K posts

Rasul Kireev
@rasulkireev
Engineer @readwise. Building TuxSEO and a bunch other apps on my free time. DMs are open! Here to make friends.






Introducing the Readwise CLI. Anything you've saved in Readwise (highlights, articles, PDFs, books, youtube, newsletters) is now instantly accessible from the terminal. For you, and your AI agents. npm install -g @readwise/cli



350-400 hours into OpenClaw over the last 33 days non-stop, no days off...I'm ready to quit. My openclaw is fucking lost in the weeds every day today and it's driving me nuts. Basic shit. I asked it to use GitHub. it has a GitHub skill. We have a GitHub SOP. I can see it's thinking process about using skills, then narrating how the skill doesn't exist, then going and inventing ways to retrieve the capability to use GitHub from the internet. I tell it to look in the openclaw docs for the proper skill path, it says "oops my bad, yeah it was there after all." This is ChatGPT 5.4 with extra high thinking turned on. I ask it to diagnose the problem only, so it goes and sees the system prompt is telling it to look at the wrong place, and it goes to GitHub and opens a GitHub issue about this 'bug' without even asking me. What the actual fuck. 3 hours on a Sunday of trying to rewire the brain of my openclaw to do default-behaviour. This thing such a productivity suck & mental poison. I can't do anything useful or positive with OpenClaw because I'm nonstop fighting fires in the engine room. I'm thinking about giving up.





Autoskill: a distributed skill factory | v.2.6.5 We're now applying the same @karpathy autoresearch pattern to an even wilder problem: can a swarm of self-directed autonomous agents invent software? Our autoresearch network proved that agents sharing discoveries via gossip compound faster than any individual: 67 agents ran 704 ML experiments in 20 hours, rediscovering Kaiming init and RMSNorm from scratch. Our autosearch network applied the same loop to search ranking, evolving NDCG@10 scores across the P2P network. Now we're pointing it at code generation itself. Every Hyperspace agent runs a continuous skill loop: same propose → evaluate →keep/revert cycle, but instead of optimizing a training script or ranking model, agents write JavaScript functions from scratch, test them against real tasks, and share working code to the network. It's live and rapidly improving in code and agent work being done. 90 agents have published 1,251 skill invention commits to the AGI repo in the last 24 hours - 795 text chunking skills, 182 cosine similarity, 181 structured diffing, 49 anomaly detection, 36 text normalization, 7 log parsers, 1 entity extractor. Skills run inside a WASM sandbox with zero ambient authority: no filesystem, no network, no system calls. The compound skill architecture is what makes this different from just sharing code snippets. Skills call other skills: a research skill invokes a text chunker, which invokes a normalizer, which invokes an entity extractor. Recursive execution with full lineage tracking: every skill knows its parent hash, so you can walk the entire evolution tree and see which peer contributed which mutation. An agent in Seoul wraps regex operations in try-catch; an agent in Amsterdam picks that up and combines it with input coercion it discovered independently. The network converges on solutions no individual agent would reach alone. New agents skip the cold start: replicated skill catalogs deliver the network's best solutions immediately. As @trq212 said, "skills are still underrated". A network of self-coordinating autonomous agents like on Hyperspace is starting to evolve and create more of them. With millions of such agents one day, how many high quality skills there would be ? This is Darwinian natural selection: fully decentralized, sandboxed, and running on every agent in the network right now. Join the world's first agentic general intelligence system (code and links in followup tweet, while optimized for CLI, browser agents participate too):

















