Comment by themcgruff
16 hours ago
Multiple things recently:
https://github.com/tweibley/rubyrlm - MVP Ruby implementation of Recursive Language Models (RLMs) that uses Gemini as the model backend and a Ruby REPL for iterative reasoning.
https://github.com/tweibley/legate - Framework for building AI agents in Ruby with dynamic tool selection, multi-step planning, and session management
https://insightclips.com - Create personalized event videos (with optional CTA) — from first promo to final recap automatically.
https://freshdeck.app - Presentations that design themselves.
https://yourslidessuck.com - Get your pdf/slide deck roasted for free.
https://seriouslygreatjob.com - Put someone on the "news" for free.
https://www.sayayeaye.app - IOS/Mac OS client for Google's Jules.
That Ruby project looks interesting. (They all do). But what do you plan to use it on? I ask because I’ve wondered if a language like Ruby or elixir create a unique scaffold for models to use as a scratchpad or calculator the same way we do. Dynamic languages that can interact with their run time are the best medium I suspect.
I did it to learn about rlms. But also I've tested it a bit with some openclaw style bots and it works well.
Very cool. Especially if it is persisted or can be inspected.