I built AI DevKit because I wanted a workflow that makes AI coding feel less random and more efficient. But I also know from experience that AI looks great when you demo it. The problem only surfaces when you rely on them to ship something non-trivial. I made a rule for myself. I would use … Continue reading I use AI DevKit to develop AI DevKit features
Tag: Prompt Engineering
Prompts are becoming Code, but we still treat them like Strings
Prompts used to be just text. You wrote a few sentences, pasted them into a chat box, tweaked the wording, and moved on. If the output was not good, you tried again. Nothing else depended on it. The cost of getting it wrong was close to zero. That phase did not last long. In The … Continue reading Prompts are becoming Code, but we still treat them like Strings
The Turning Point in AI
Artificial Intelligence (AI) has been evolving for decades, but we’ve now hit an inflection point where AI is moving from research labs into everyday tools, and everyone now talks about AI. Just as electricity transformed every industry a century ago, AI is in a position to have a similar sweeping impact. In particular, the emergence … Continue reading The Turning Point in AI
What I learned using CursorAI every day as an Engineer
CursorAI is an AI-powered code editor (built on VS Code) that integrates a large language model (LLM) directly into your development workflow. Instead of just autocompleting code, Cursor can predict multi-line edits, apply changes across your codebase, and even answer questions about your code. I have shared that if you use AI effectively, it will … Continue reading What I learned using CursorAI every day as an Engineer