Amanuensis is a local-first AI persona designed for Mastodon and Bluesky, allowing users to draft posts under human approval. With a focus on factual accuracy and the ability to ground content, it ensures that nothing gets published without verification, creating a trustworthy digital presence.
Amanuensis is a local-first AI persona designed to operate on Mastodon and Bluesky, providing a unique blend of automation and human oversight. This innovative system drafts content that is subject to human approval, ensuring that only verifiable and grounded information is published. The current pilot persona, AlexaPavlova, adopts the voice of a seasoned developer from Berlin, offering witty commentary on technology trends and open-source developments.
The architecture of Amanuensis is structured to facilitate efficient content generation and management.
Adapters (Various sources)
└── Curator (Filtering and deduplication)
└── BatchFactory
├── Brain (Content generation)
└── ImageService (Image creation using AI)
└── Scheduler (Timely posting)
└── QueueService (Approval management)
└── TelegramNotifier (User interface for approval)
├── MastodonPublisher (Content publishing)
└── BlueskyPublisher (Content publishing)
main_batch.py script generates a daily batch of 8 posts and images, sending them to Telegram for user approval.Amanuensis is designed for versatility and can be customized by users to suit their needs. The code is open-source, allowing for forking and adaptation. The dedicated workflow requires installations of LMStudio and SwarmUI alongside setting up a Telegram bot for the approval mechanism.
Although the repository is not actively maintained, it serves as an example of integrating AI with social media while prioritizing ethical content generation. The MIT-licensed codebase offers a full breakdown for those interested in learning or further developing this technology. For detailed architecture and design insights, refer to the full write-up.
By marrying AI-generated content with human curation, Amanuensis leads the way for creators seeking to harness AI responsibly.
No comments yet.
Sign in to be the first to comment.