Isaac: AWS Bedrock in the terminal

Command line interfaces have demostrated their effectiveness to do task, and now with AI and LLMs all over the radar, is easier to integrate these llms into our own CLIs. Enter Isaac, a groundbreaking CLI tool that seamlessly integrates with AWS Bedrock, an AWS service offering a suite of Large Language Models (LLM) capable of generating both text and images. Developed in Go, Isaac emerges as a versatile companion, ready to assist users in navigating Linux environments, executing commands suggested by the LLM, providing fundamental guidance on Kubernetes, and even generating captivating images based on prompts.

Read More

A Go-Chaos implementation for AWS infrastructure with Github Actions

Chaos engineering, although a relative new concept, is important for organizations to understand it. Many companies can benefit from chaos engineering, from small organizations that have simple applications to really big ones that have multi region applications and services. This post serves as a guide for chaos engineering with Go-chaos and Github Actions. Modern approach to chaos engineering There are several tools already in existence, however, I really think these tools are difficult to setup, to operate and to maintain.

Read More