Posts by Tag

Prompt Engineering

The Prompt IS The Code

15 minute read

Beyond Syntax: Understanding Prompts as the New Programming Language in Software Development

AIA and Pre-compositional AI Prompts

15 minute read

Pre-compositional templating of prompts using AIA endows prompt engineers with a significant level of power typically reserved for specialized gen-AI applica...

Gen-AI Prompt Management with Ruby

5 minute read

With the advent of Generative AI, managing a vast number of AI prompts has become a challenge for developers and content creators. The prompt_manager gem pro...

TODO or Not TODO

5 minute read

It’s an exciting time for software engineering. In this emerging era of generative AI, developers can refactor their approach to crafting code from scratch. ...

Parameterized AI Prompts

3 minute read

Over the last few days, I have created a simple Ruby program called aip.rb in my scripts repository on GitHub. This program allows me to run stored gen-AI pr...

Warping Mines with gen-AI

5 minute read

Use a bottom-up design approach when crafting gen-AI prompts. Use a small context in the prompts. Baby steps will still get you to where you are going. Have ...

Back to Top ↑

Ruby

Fast Ruby

4 minute read

I Feel the Need—the Need for Speed in Ruby!

AIA and Pre-compositional AI Prompts

15 minute read

Pre-compositional templating of prompts using AIA endows prompt engineers with a significant level of power typically reserved for specialized gen-AI applica...

Gen-AI Prompt Management with Ruby

5 minute read

With the advent of Generative AI, managing a vast number of AI prompts has become a challenge for developers and content creators. The prompt_manager gem pro...

Rate Limited APIs

4 minute read

Rate limited APIs are both a blessing and a curse depending upon which side of the interaction you are on. On the server-side, they can protect your backend...

Parameterized AI Prompts

3 minute read

Over the last few days, I have created a simple Ruby program called aip.rb in my scripts repository on GitHub. This program allows me to run stored gen-AI pr...

Back to Top ↑

gem

AIA and Pre-compositional AI Prompts

15 minute read

Pre-compositional templating of prompts using AIA endows prompt engineers with a significant level of power typically reserved for specialized gen-AI applica...

Gen-AI Prompt Management with Ruby

5 minute read

With the advent of Generative AI, managing a vast number of AI prompts has become a challenge for developers and content creators. The prompt_manager gem pro...

Rate Limited APIs

4 minute read

Rate limited APIs are both a blessing and a curse depending upon which side of the interaction you are on. On the server-side, they can protect your backend...

Parameterized AI Prompts

3 minute read

Over the last few days, I have created a simple Ruby program called aip.rb in my scripts repository on GitHub. This program allows me to run stored gen-AI pr...

Back to Top ↑