Knowledge Hub

Articles

Insights on enterprise AI automation, Pega, generative AI, and financial services technology.

AI, GenAI & Agents

← All articles
18 min read

A Banking Customer Service AI Agent Leaked a Stranger's Balance. Here Are the Seven Layers That Stop It.

It passed every eval test. Prompt evaluation is unit testing: it runs in your build, it decides what you ship, and it never runs while a real customer is talking to your agent. Here are the seven runtime layers that do, and how to audit the agent you already have…

AI AgentsLLM EvaluationGuardrailsBanking AI
5 min read

Stop Writing Claude Skills From Scratch

In this post, let's understand how Claude's Skill Creator works — and why it's the highest-leverage tool for anyone using Claude for repeat work.

ClaudeGenerative AIPrompt Engineering
5 min read

AI code automation use case #1 — Design a home page using prompts

This post shows how to turn a homepage idea into working code with a large language model and a prompt‑driven builder. Tools like Lovable…

Generative AIPrompt Engineering
4 min read

AI Agent use case #2 — Personal Weather Buddy Telegram Bot Agent

In this post, let’s develop a basic AI agent using n8n. Use case #2: Checking the weather has become a daily ritual. Most of us open a…

AI AgentsGenerative AI
3 min read

AI agent workflow use case #1— Process customer feedback

In this post, let's understand the basic AI agent workflow using n8n. Every organisation is trying to embrace AI. A simple definition of an…

AI AgentsGenerative AI
5 min read

Understanding of Pega Gen AI Prompt Engineering Orchestration

In this post, let’s explore the prompt engineering that powers Pega Infinity’s generative AI (Gen AI) features. Starting with Pega Infinity…

PegaGenerative AIPrompt Engineering
2 min read

How to run a Generative AI Meta Llama 2 LLM locally

This post helps us understand how to run large language models on our local machine. Artificial intelligence contains four major fields

Generative AILLM
3 min read

Use of Generative AI — Sample react computer vision app

It’s been a long time since I have posted on Medium. Thanks for following.

Generative AIReactMachine Learning
2 min read

How to create an image classifier predictive model without a single line of code?

In this particular post, we will learn how to develop an image classifier predictive model using the teachable machine google project…

Machine LearningGoogle Cloud
2 min read

What are the high-level steps as part of the model development?

Model is the heart of machine learning. The model is nothing but the combination of the numerical values and the respective data…

Machine Learning