Saturday, August 2, 2025

Programming the LLM

I have been dabbling over past 6 months with LLM for different applications. All of them in some way relate to unstructured documents - largely text, and something fundamental seems to come to me: LLM is like an operating system, and we are essentially programming it by writing prompts - with one big cavate - while the traditional programming is all about precision, correctness and predictability - the LLM is kind of fuzzy in all of these characterises - and in that way it is more like how humans actually think.

Wednesday, March 26, 2025

Next level of automation

Couple of years ago, I had plenty of ideas which I wanted to execute. But the shear amount of work required to write code made it near to impossible to test any of these ideas. FastForward 2025, and you can literally develop an app by just writing a proper spec in proper English and a bit of targeted prompting. This blog is all about my experiments with generative "AI" tech and tools.  

Programming the LLM

I have been dabbling over past 6 months with LLM for different applications. All of them in some way relate to unstructured documents - larg...