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.
24 July 2024
Making Noughts and Crosses Game in 1 Minute
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.
16 July 2024
Changing your ZSH Prompt in 60 Seconds
Super quick guide to changing your zsh prompt. See examples of some of the terminal prompts that are possible.
10 July 2024
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.
8 July 2024
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.
5 July 2024
Getting Started with Claude and Ruby:
Setting Up Your Environment
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.
3 July 2024