RSSAmplifier

Blog

Prasham H Trivedi

Recent content on Prasham H Trivedi

prashamhtrivedi.inRSS feed ↗65 posts

Latest posts

The 401 is the map: three OAuth primitives in my private MCP servers

MCP OAuth looks like alphabet soup until you watch one client actually connect. Follow a single connection to my private MCP server, from the first anonymous request to the first authorized tool call, and the whole spec collapses into three primitives that fire exactly once, in order. Plus the three hacks the current libraries forced on me, which no documentation will warn you about.

Tools vs Resources vs Prompts: the MCP primitive you're misusing

MCP has three primitives, not one. Most servers cram everything into Tools, then blame the protocol for bloated context. The fix is one question per call: who pulls the trigger, the model, the app, or the user. Get it wrong on read-only data and you have handed the model a decision it should never have been making, and you cannot see the bad ones on a token counter.

MCP transports, decided

People burn the better part of a day picking an MCP transport for a question that was already settled by where their server runs. Here is the ten-second rule, the SSE migration you keep putting off, and the one stdio gotcha that looks like a dead server and has nothing to do with your code.

No, MCP servers aren't dead (and here's the 2007 reason why)

The MCP-is-dead wave is real, and every complaint under it is worth answering. But the death calls measure the wrong axis. The live fight is delivery and update control, and on that axis MCP holds a structural advantage skills and CLIs do not have yet. Part 2 of a series on who controls the update button.

Mobile won the platform war on distribution, not capability

The narrative says mobile won the platform war and the web lost. For most of the 2010s that was simply correct. The lens that emerged later is the load-bearing one: mobile won on distribution and store lock-in, not on capability, and the deciding axis the whole time was update friction. A platform-war retrospective from someone who shipped Android apps for a decade.

Three Commands, Four Documents: The AI Workflow That Actually Ships

I promised to show you how Plan-Execute-Verify actually works. Here’s the three-command workflow that replaced my 13-document nightmare-and why complexity scoring is the gate that keeps everything sane.

AI Agent Workflow: 13 Documents for a Label Change

I spent $10 and generated 13 documents to change a label. Here’s the brilliant workflow that got me there-and why you should absolutely not replicate it.

Gemini 3 Pro vs GPT 5.2: A Blind Test Reveals Code Red DNA

I ran a blind A/B test between Gemini 3 Pro and GPT 5.2 on my slash command converter. Same prompt, same input. One gave me 60 lines I could use. The other gave me 250 lines I had to rewrite. The difference wasn’t the prompt-it was the training.

Your AI Agent Config is Technical Debt You Haven't Acknowledged Yet

We’ve evolved from slash commands to MCP servers to skills, but our configs haven’t. That prompt from the Claude 3.7 era? It’s still running. That’s not legacy-it’s debt.

Three AI Agents Walk Into a Bar (and Only One Actually Read the Menu)

I tested three AI coding agents on writing analysis-Claude, Gemini, and Codex. After fixing a configuration bug, the results changed dramatically. Here’s what happened.

Shopify & WooCommerce AI Automation: Complete E-commerce Integration Case Study

How I have delivered sophisticated AI automation solutions for Shopify and WooCommerce using advanced Cloudflare architecture and strategic AI safety controls. Executive Summary This case study details how I engineered a sophisticated AI automation engine, transforming e-commerce management for Shopify and WooCommerce into a seamless conversational experience. The project involved delivering two…

Rebuilding Invoice System with AI: A 48-Hour Journey

Leveraged LLMs to rebuild our invoice system in 48 hours. Explores AI-driven development, prompt engineering, and lessons learned from this rapid migration.

Work 2.0 - the interruptible programmer

This is a good read from Steves String. I discovered this blog from a youtube channel called Internet of Bugs . The post completely changes the way we think about productivity and work, especially when your are at the other end of your 30s.

Jest ESM Issues: A Meta Tech Cautionary Tale

Jest, ESM, and the Meta Tech Conundrum: A Cautionary Tale You know that moment when you’re deep in your TypeScript project, everything’s going smooth, and then you import a simple CSV parsing library? Yeah, that’s when Jest decides to remind you about Facebook’s - sorry, Meta’s - opinions on JavaScript modules. Here’s what happened in my project today: A simple…

AI Code Assistants: Blurring the Lines Between Categories

For long, AI Coding tools have naturally split into specialized roles to solve different developer needs, Inline assistants for real-time suggestions and Multi-file editors for broader changes. Today, these approaches are converging, making our development workflows more efficient than ever. I see two distinct categories of AI code assistants in our development landscape. The inline assistance…

The RAG Challenge: A GitHub Copilot Experiment

Recreating Tim Kitchen’s RAG application using GitHub Copilot and exploring how it compares to other AI coding assistants like Aider, Cursor, and Windsurf.

Software Is Bananas

Kent Beck has shared some good insights in his substack . If I have to start with something, this is probably it. This post takes a short and stingy look around real “aglileness” of software development. Short but quick deployments and closer feedback loops instead of long and drawn out processes. Because at the end of the day, there is one bug lingering only in production enviorment…

Choose Boring Technology

Let’s say every company gets about three innovation tokens. You can spend these however you want, but the supply is fixed for a long while. You might get a few more after you achieve a certain level of stability and maturity, but the general tendency is to overestimate the contents of your wallet. Clearly this model is approximate, but I think it helps. You can replenish the tokens if you can to…

Serverless Invoice Management System with AWS

Revolutionized invoice management with a serverless system using AWS Lambda, S3, DynamoDB, and Anthropic API. Reduced a hours-long task to 5 minutes.

What Goes Around Comes Around... And Around...

This is an interesting paper I read last month. The notes on this paper gave me an idea of having linkblogs… Original Paper link Some quotes Under 4: Parting comments ORMs are a vital tool for rapid prototyping. But they often sacrifice the ability to push logic into the DBMS in exchange for interoperability with multiple DBMSs . Developers fall back to writing explicit database queries to…

AI Agentic Workflow Andrew Ng

Youtube Video , via JS Party podcast episode Building LLM agents in JS

Updates in blog

After more than a year, the blog is getting an update. This is a short summary of what is getting changed

How does AI impact my jobs

(via) It’s not their fault. They enrolled in a master’s program to get a job in tech. Why? Let’s be candid: tech has promised job security and agreeable (sometimes borderline perverse) financial returns for a couple of decades. Many tech employers also spin a yarn about “saving the world” and coast on the reputational allure of “if you work here, you’re a genius.” Sounds great, doesn’t it? Except,…

LLM Development Lessons: Tools, Tips, and Tricks

A developer’s journey through LLM-powered development tools. Shares favorite tools, reasons for skipping others, and 8 battle-tested tips for LLM coding.

API Design: Share Specs, Not Execution

Discusses the importance of sharing API specifications (Swagger/OpenAPI) over execution details (Postman collections) for better collaboration and avoiding issues.

Introducing Sourcesailor

SourceSailor is a CLI that helps anyone understand a codebase with the help of LLMs. This post introduces the tool, the features and tells the story how it came to be.

My Adventures With Local LLMs

After toying with GPT based models. I have also explored how we can use these models locally, without internet, having full control. This post describes my process and learnings about my explorations…

My LLM Workflow: ChatGPT, Copilot, and Other Tools

Generative AI, LLMs and OpenAI have swept accross many aspects of our lifestyle since they are released to General Public. People are taking it across the spectrum. Some of them love it, some of them don’t like it and some of them are waiting for the dust to settle. I am one of those who love it and using it in many aspect of my life. In this post, I will tell you how I am using it and what…

ChatGPT and the Future of Technical Interviews

The age of AI and LLMs are upon us already. And it’s changing many aspects of life. Making most of the things easy, while making some things obsolate. But one thing is sure, things are not going to be same moving forward. In the age of AI and large language models like ChatGPT, the way we conduct interviews is changing. Traditional theoretical knowledge-based questions may not be as…

Golden Rule Of Sanity: No ORM/ODM

Many teams start with ORM/ODM for various reason. But ORM/ODM don’t scale because of a reason. And to perserve sanity, all ORM/ODM must be avoided unless it’s provided by the team who built the database

Introducing Gitconfig Provider

Introducing First CLI I made using Golang.

Career Lessons: Key Learnings from Software Development

At the time of writing this, my career is more than 13 years old. Starting programming professionally in 2009, and doing some bits and pieces of learning back when I was studying, I have been playing with computers around the start of this century. In all these years, I have worked with 4-5 different tech stacks and worked in corporations with 400+ employees, software shops and startups as well.…

Connect AWS Cognito to Database

AWS Cognito is very powerful system of managing users, connecting AWS Cognito with our own database is easy and very important task. This post describes how we leverage best of both Cognito and Our database to our advantage

From Mobile to Backend Developer

Being a Senior Android Developer, I have got a chance to develop for a backend, this post chronicles the journey

Creating Notes Site

In this article, we will see how I built my notes site using a simple node script and deployed using Github actions.

Connecting R53 With External Domains

In this article, we will see how we can use AWS’ Route 53 to connect with external domains and serve static S3 website.

Passing AWS Solution Architect Associate

This is the post about AWS Solution Architect Exam and tips to pass the exam.

Using Coroutines

Coroutine is most powerful and natural way to process multithreading code. This post is excercept of the talk given to my team.

Using Bitbucket As Private Maven Repository

Sharing code from Private libraries is a difficult task. In this post we will see how we can use BitBucket as Private Maven Repository.

YAC - Firebase remote config

Firebase is the base behind YAC’s many functionalities, remote config is one of them. In this post I have described how remote config solves some of the problems I have.

YAC - Kotlin Wrapup

Before starting to next series on firebase. I would like to wrapup things on kotlin and announce couple of new things.

YAC - Some Kotlin Magic

In this post I will share some examples of how Kotlin helped me to overcome problems I have faced in Java

YAC - Why? Lollipop And Kotlin

In second part of the series I talk about why I decided to choose Lollipop as Min SDK and why I developed the app in kotlin

YAC - Why? The app

In this series, I will be talking about some desicions I have taken during the development of my new app YAC. This first part is about why I decided to develop the app.

Yac Roadmap

Thanks to your support and interest, YAC is constantly evolving. I have laid plans in this post about what I am going to do around which milestones.

Working With databinding

Databinding is a powerful tool. It not only reduces boilerplate coding but it also helps us to deliver testable code very fast. I gave a talk to my team regarding to databinding tool. Here is the slideshow and talk excerpt.

Adventures after Google I/O-4(Databinding)

After trying and playing some new stuffs(except M preview) released in Google I/O, I have found some trivial things to take care of. In concluding part of series we will see what are some issues with Google’s Databinding plugin and how we can get around it

Adventures after Google I/O-3(GCM).

After trying and playing some new stuffs(except M preview) released in Google I/O, I have found some trivial things to take care of. In this part, we will see how GCM 3.0 gives advantage to server team to send notifications and how implementing it affects Android Development.

Adventures after Google I/O-2(iOS).

After trying and playing some new stuffs(except M preview) released in Google I/O, I have found some trivial things to take care of. In this part, we will see how should we take care if we add iOS details in our google cloud console and how it can affect android development.

Adventures after Google I/O-1(Snackbar).

After trying and playing some new stuffs(except M preview) released in Google I/O, I have found some trivial things to take care of. In the first part of the series I will talk about Snackbars.