Skip to content

Following are my personal thoughts on tech, AI, startups and adoption of AI in Health-Care. You could read more about me here

Get Email Updates


Blog / Thoughts

My desk setup in 2024

My desk setup as of writing this post. I've been working from home for the past 1 year and have been slowly evolving my setup to be more ergonomic and efficient.

Also, I want to use this blog to track changes for my setup over time and share with fellow devs / team-mates.

My desk setup in 2024

How LLMs Revolutionized My Productivity

In the ever-evolving landscape of LLMs, I've observed two distinct camps: the doomsayers who predict a dystopian future and the overly optimistic who claim AI has completely transformed their lives overnight. As for me? I find myself somewhere in the middle – cautiously optimistic about the technology's potential while actively seeking ways to harness it for practical, everyday use.

From Concept to Production with Observability in LLM Applications

Understanding observability in AI applications, particularly in Large Language Models (LLMs), is crucial. It's all about tracking how your model performs over time, which is especially challenging with text generation outputs. Unlike categorical outputs, text generation can vary widely, making it essential to monitor the behavior and performance of your model closely.

Recently, there has been a surge of enthusiasm surrounding large language models (LLMs) and generative AI, and justifiably so: LLMs have the power to revolutionize entire industries. Yet, this enthusiasm often gives rise to inevitable hype. It appears somewhat counterintuitive to avoid incorporating “AI” into a product’s presentation, considering the immediate market interest it can generate.

Helping People Quit Smoking Through Financial Rewards

Guest post on AWS Startups Blog

Smoking is still the leading cause of preventable death, and the pandemic made matters worse: cigarette sales increased in 2020 for the first time in over 20 years. There are over 34 million adult smokers in the US, many of whom are lower income. Reaching them and providing effective support at this scale while keeping costs down can only be achieved with the aid of technology and carefully designed patient experience.

Making responsive grid with Flexbox and LessJS

Understanding FlexBox can be challenging in the start. But once you start understanding FlexBox it is really awesome. There are some really good resources out there on FlexBox. This one is the best that I found on medium. In this article, I will cover the concepts to create your own configurable Grid framework based on FlexBox.