JDJeet Doshiinjdoshi2091.hashnode.dev·Jun 15 · 20 min readAgent SkillsWhen I first started exploring agentic automation, one thing became clear very quickly: a powerful AI model is not the same thing as a reliable digital worker. A model can reason, summarize, write cod00
JDJeet Doshiinjdoshi2091.hashnode.dev·Jun 7 · 12 min readData Fabric migration toolMoving UiPath Data Fabric data between tenants sounds simple until the details show up: entity schemas, system fields, record IDs, file attachments, relationship fields, skipped platform entities, and00
JDJeet Doshiinjdoshi2091.hashnode.dev·May 31 · 10 min readMaking External Script execution Observable in UiPathIn many RPA projects, UiPath is not the only thing doing the work. Sometimes the robot needs to call a Python script, a batch file, a command-line utility, or another external application because that00
JDJeet Doshiinjdoshi2091.hashnode.dev·May 31 · 18 min readPrompt Engineering: A Practical Guide to Better LLM Outputs1. Overview Prompt engineering refers to the art and science of crafting instructions that elicit the desired behavior from large language models (LLMs). A well-constructed prompt provides context, de00
JDJeet Doshiinjdoshi2091.hashnode.dev·May 25 · 20 min readModel Context Protocol1. The Problem: Powerful AI, But Isolated When I first started exploring agentic automation, one thing became crystal clear: a large language model by itself is powerful, but isolated. It can reason. 20