Tutorials Articles
RoR Story-Writer with Claude
Watch this video to learn how to build a functional "short story writer" using Ruby on Rails and Claude AI. Just pass in a list of keywords and Claude will do the rest - resulting in witty short story based around your chosen words.
NLP with Claude and Ruby
In this guide we'll explore three key Natural Language Processing Task techniques: Sentiment Analysis, Named Entity Recognition, and Text Summarization, and I'll show you how to perform these techniques using Claude, Ruby, and the Anthropic API.
Basic Conversations with Claude and Ruby
Following on from the post about getting started with Claude, this article goes into detail about some of the configuration options, and provides examples how to conduct conversations with Claude using claude-ruby gem.
Getting Started with Claude and Ruby:
Why should python devs have all the fun? Learn how to integrate Claude AI assistant with Ruby. This tutorial covers obtaining an Anthropic API key, setting up Ruby and necessary gems, and using the claude-ruby gem with practical examples. Perfect for ruby developers looking to enhance their applications with AI capabilities.