The Big Fat Geek

Personal blog of Prasad Ajinkya

From Code Monkey to Co-Founder: How My AI Prompts Have Aged

I have been deploying artificial intelligence tools into production engineering workflows for years. Conducting an audit of my historical prompt telemetry recently, I encountered a pattern that stopped me cold: the transformation was not merely in the technical sophistication of the queries—it was a fundamental inversion of the underlying abstraction layer.

Then vs. Now: The Inversion of Abstraction

My earliest prompts were purely tactical and transactional. “Write a regular expression to match pan-Indian postal codes.” “Diagnose this asynchronous promise rejection.” “Explain this PostgreSQL deadlock trace.” In that era, the language model functioned essentially as an accelerated search engine that happened to synthesize syntax.

My recent prompts look nothing like that:

  • “Reposition our co-lending underwriting platform from a SaaS tool into an institutional ecosystem play.”
  • “Stress-test our multi-layered loan appropriation logic against potential Reserve Bank of India co-lending circular audits.”
  • “Analyze statutory compliance trade-offs under India’s Digital Personal Data Protection Act (DPDPA 2023) for cross-border model inference.”1
“I am no longer asking AI how to build things. I am asking it to help me determine what to build, why to build it, and what will break if we do.”

The Paradigm Shift: Early prompt engineering treated the language model as an autocomplete engine for code. Today, it functions as an adversarial sparring partner—pressure-testing business viability, evaluating statutory risk, and uncovering blindspots before capital is committed.

The AI as a Shadow Board of Directors

In high-stakes enterprise technology, executive leadership is frequently an isolating endeavor. When you must make foundational architectural or regulatory bets, you are often the only person in the room weighing systemic risks against commercial timelines. AI has quietly assumed the role of my shadow board of directors—a tireless counterpart that challenges unexamined assumptions, surfaces overlooked failure modes, and maps second-order consequences.

When I investigate an initiative like tokenized collateral in Indian fintech, I have zero interest in generic dictionary definitions. I need an intensive dialogue: What is the statutory barrier under the Banking Regulation Act?2 What operational friction will bank credit committees raise? How does this impact escrow settlement velocity?

The Meta-Learning: Context Over Syntax

Competitive advantage in modern engineering leadership no longer stems from churning out syntax marginally faster. High-performance code generation has been thoroughly commoditized. The true enterprise leverage lies in harnessing language models to synthesize across disparate domains—reconciling the rigid language of central bank circulars with the messy reality of what an underwriting manager actually confronts on a Tuesday morning.

AI is systematically eating my operational bottlenecks. The entrepreneurial journey remains demanding, but it is no longer an isolated one.


  1. Digital Personal Data Protection Act, 2023 (Act No. 22 of 2023), establishing strict cross-border data transfer rules and fiduciary obligations for digital processing within India.
  2. Banking Regulation Act, 1949, governing statutory credit deployment, co-lending partnerships, and institutional underwriting boundaries in India.