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.
See how easy it is to ask ChatGPT for prototype game code that works first time. In this video we make a functional game of Noughts and Crosses from just one simple prompt.
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.
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.
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.