A
nkit
V
ashisht
writing
i write to think.
sort
latest
most viewed
all
ai
attention
developer tools
philosophy
react
web development
claude code
javascript
reflection
agentic engineering
agents
code review
engineering
fitness
focus
frontend development
learning
linux
security
software engineering
typescript
writing
23 posts
The Outlet
→
What I have learned from training hard, writing freely, and choosing where my restlessness goes.
2026 · 08 · 21
3 min
reflection
mental health
writing
fitness
deep work
The Two Kinds of Silence
→
Awkward silence makes us fill the void. Mindful silence lets us stay with it. Both can happen alone or with another person.
2026 · 08 · 12
2 min
silence
attention
presence
reflection
philosophy
Drifting
→
A missed goal is not always a failure. Sometimes the more useful question is what displaced it — and whether that trade was worth making.
2026 · 08 · 10
5 min
goals
reflection
attention
work
life
Agent Loop Engineering with Claude Code & Codex
→
AI made writing code fast. The harder problem now is everything around it — deciding what to build, keeping agents on track, reviewing the result, and earning enough confidence to ship.
2026 · 08 · 04
6 min
ai
agents
claude code
codex
agentic engineering
developer tools
Take a Step Back
→
Flow gets all the press. But your brain has a second mode, and the hardest problems I've solved were never solved inside the tunnel — they were solved the moment I climbed out of it.
2026 · 07 · 31
6 min
focus
flow
problem-solving
ai
engineering
learning
philosophy
Make Claude Speak
→
I stare at Claude Code ten hours a day. First I stopped typing to it. Now I've stopped reading it too — voicemode makes Claude talk back, fully local, and this is the short version of how.
2026 · 07 · 30
2 min
claude code
voice
developer tools
ai
workflow
Writing — Why I Stopped, and Why I Started Again
→
I stopped writing because I believed an idea had to be fully mine before I had the right to publish it. Two books, one borrowed word, and a simple bit of arithmetic later, I started again.
2026 · 07 · 27
7 min
writing
creativity
originality
learning
books
philosophy
What and Why of explain-it
→
An agent skill that turns a review, a PR, or a subsystem into a small static HTML explainer site — a primer that builds the mental model first, then one page per topic with runtime stories, trimmed diffs, and quantified stakes.
2026 · 07 · 25
3 min
agent skills
claude code
code review
developer tools
ai
Are You Living to Die, or Dying to Live?
→
Two ways to spend a life that look almost identical from the outside. One is a slow accidental death dressed up as living. The other is a series of small deliberate deaths that add up to a life.
2026 · 07 · 24
7 min
philosophy
death
attention
consumption
identity
The Making of Tars 3.0
→
How we are rebuilding Tars from first principles — combining ten years of CX experience with a secure AI-native conversation engine, native live chat, multichannel infrastructure, and evaluations.
2026 · 07 · 21
12 min
tars
ai
conversational ai
customer experience
engineering
security
How I Avoid Brain Rot
→
I watched a video on doomscrolling and realized my daily system already has some defenses built in. Five habits — no notifications, no social apps, empty home screens, intentional friction, and protected focus.
2026 · 07 · 17
4 min
focus
attention
brain rot
minimalism
habits
The Simple Science of Muscle Building
→
Two years of lifting, distilled into a simple map — every major muscle, its parts, and the two or three exercises that actually train each part. Written for beginners who feel lost in the gym.
2026 · 07 · 17
9 min
fitness
muscle building
gym
beginners
Principles of Agentic Engineering
→
Everything I've learned about building AI agents in the past few years, distilled into nine principles — the loop, tools, context, memory, sub-agents, evals, observability, and guardrails.
2026 · 07 · 16
11 min
ai
agents
agentic engineering
llm
software engineering
Why manual reviews are still relevant in the age of AI
→
We are generating more code than ever and reviewing less of it than ever. In this article, I share why offloading code reviews entirely to AI is a trap, what it silently costs us, and the workflow I believe in.
2026 · 07 · 15
6 min
ai
code review
software engineering
developer productivity
Use Browser like a PRO !
→
Well, I like to keep things in Marie Kondo's way! Especially in the digital world, the more stuff is organized the more you have peace of mind. That's the primary reason I use Window Manager. I know e
2023 · 01 · 08
2 min
browsers
productivity
linux
developer
brave
Test Driven Development with React & Typescript using Vite
→
Recently I've been reading a book "Learning Test Driven Development" by Saleem Siddiqui. After reading a couple of chapters I wanted to try out TDD in practice. In this blog, we'll explore what is TDD
2023 · 01 · 07
2 min
react
vite
testing
typescript
testing library
Deep Dive into HTML ( for beginners )
→
HTML, or Hypertext Markup Language, is the foundation of the modern web. It allows us to create and structure content on the internet, giving meaning and structure to text, images, and other elements
2023 · 01 · 05
4 min
html5
web development
beginner developers
webdev
Building Typesafe components in React using Typescript
→
Building typesafe components in React is important for maintaining a healthy codebase and ensuring that your application is free of runtime errors. In this article, we will explore how to use the Type
2023 · 01 · 03
3 min
typescript
react
web development
Installing Awesome WM on top of Minimal Ubuntu
→
After lot of distro hopping and using various DEs (desktop environments), I finally wanted to experience minimal and stable OS with some powerful and customizable window manager. I could have used min
2022 · 07 · 23
4 min
linux
ubuntu
developer tools
window managers
Figma : From Developer's Lens
→
Being a developer, I love creating beautiful stuff for web. But that doesn't restrict me to explore other possible domain where I can create screens without even touching the code. I've been designing
2022 · 07 · 22
3 min
frontend development
figma
design
5 lessons about Tailwind CSS I learned recently
→
Recently at TARS, I've been tasked to work on Tars home page which is a NextJS project where I used tailwind to style components. Well to be honest, It's not the first time I used tailwindcss, infact
2022 · 07 · 08
3 min
web development
css
tailwind css
javascript
react
3 Security Myths, busted !
→
It's all exciting to build, deploy and ship web applications to millions of users but at the same time, one should be aware of the security flaws and holes in the application that could affect those s
2022 · 06 · 26
3 min
web development
security
websecurity
javascript
Invalidate cache of Dependent Queries in React Query
→
One of my favourite library in React ecosystem is React-Query. If you don't know about it already, React-Query helps you to fetch, cache and manage server state in your react application. It is fully
2022 · 06 · 18
2 min
react
javascript
frontend development
apis