Discover real AI creators shaping the future. Track their latest blogs, X posts, YouTube videos, WeChat Official Account posts, and GitHub commits — all in one place.
Activity on simonw/sqlite-history-json
simonw opened a pull request in sqlite-history-json
View on GitHubWhat's the best model you can directly have a voice conversation with these days? I believe ChatGPT still switches to a 4o-class model for voice conversations, I'd be happy to be corrected on that
Activity on simonw/research
simonw opened a pull request in research
View on GitHubHow did you guys fix persistent memory with OpenClaw? My bot keeps forgetting stuff, I already have qmd installed
🦜Ciana Parrot Self-hosted AI assistant with multi-channel support, scheduled tasks, and extensible skills Kind of like OpenClaw but on top of deepagents! Fun project from someone in the community: https://github.com/emanueleielo/ciana-parrot

Gwtar: a static efficient single-file HTML format Fascinating new project from Gwern Branwen and Said Achmiz that targets the challenge of combining large numbers of assets into a single archived HTML file without that file being inconvenient to view in a browser. The key trick it uses is to fire window.stop() early in the page to prevent the browser from downloading the whole thing, then following that call with inline tar uncompressed content. It can then make HTTP range requests to fetch content from that tar data on-demand when it is needed by the page. The JavaScript that has already loaded rewrites asset URLs to point to https://localhost/ purely so that they will fail to load. Then it uses a PerformanceObserver to catch those attempted loads: let perfObserver = new PerformanceObserver((entryList, observer) => { resourceURLStringsHandler(entryList.getEntries().map(entry => entry.name)); }); perfObserver.observe({ entryTypes: [ "resource" ] }); That resourceURL...
am doing a very risky thing making the "scaling without slop" playbook while I am practicing it. could fail. encouraging to see early results of our 2026 strategy 1 month inno business plan whatsoever. just making a platform where I but also others can create high taste edutainment and high value resources at scale.
just published our plans for how we will scale @latentspacepod with new podcasts for AI For Science, AI x Food show, and merging with @smol_ai's AINews. also: @aidotengineer Europe CFPs and Early Bird tix announcements