A bit of inspiration most weekdays for exploring your mindset .

</> LLMs in Terminal

Khem Raj October 08, 2025 #meta

I have been using various LLMs e.g. Claude, ChatGPT, Gemini etc. in browser, but lately dived into playing with Claude code.

It was a completely different experience perhaps because I program using Terminal but, I could see it being a lot more useful

I read Pragmatic Programmer's newsletter. It became a bit clear The file-system access gives a unique advantage to Claude code. ChatGPT and Claude in the browser did not preserve memory between conversations also the context window is very small. With file-system access Claude Code can make notes to self, add up information. It has both a state and memory. It can think in multiple conversation contexts.

This is going to be the way to develop AI apps.