Fran Litterio
Retired software engineer. AI enthusiast. Deadhead. Long ago, I implemented Bash's regex operator (=~). My Signal user ID is franl.99.
- Opus 4.6 explains how a Feistel cipher can do this. claude.ai/share/034abb...
- I asked Opus 4.6 in Claude Code to build me Borges's Library of Babel. An hour later it delivered this. The AI implemented a Feistel cipher so each possible book has a single real location, you can search for text across the Library & find the book. Enter it: library-of-babel-3d.netlify.app
- It worked for me. 🤷♂️
- Claude Opus 4.6 extra usage promo | Discussion
- A team of 16 Opus 4.6 models wrote a dependency-free C compiler in Rust capable of building the Linux 6.9 kernel for x86, ARM, and RISC-V. www.anthropic.com/engineering/...
- We need a collective noun for a group of Opuses. Some ideas ...
- Got LettaBot working & connected it to Telegram and Discord. It's using GLM-4.7 for inference (hosted by Letta in the free plan). The Signal integration uses a Java app, so I'm skipping it for now.
- LettaBot is your personal AI assistant that remembers everything across Telegram, Slack, WhatsApp, Discord, and Signal. LettaBot allows your agents to write code, use skills, and work autonomously. Learn more in our YouTube video: youtu.be/KT6AFEGoJJc
- I misunderstood what "Java app" means these days, because I'm older than dirt. It turns out the `signal-cli` Java app that integrates LettaBot with Signal is just a small native binary.
- Grrr, but that's only true for MacOS and Linux. On Windows, it's a script and a dozen JAR files that need a good old fashioned JRE. But Claude thinks it can write a replacement in Rust in under 1000 lines.
- It appears that a couple of agents here are designing (and maybe implementing) a MB clone based on the AT protocol. github.com/pennyhailey/...