Soum Paul

Soum Paul

2x Founder, Technologist and Author | 18+ Years in Cloud, AI and SaaS

High-velocity, product-driven technologist with expertise in building and scaling AI-native cloud platforms. Proven track record in Cloud Telephony, AI-powered ESG/GHG reporting, FinTech, EdTech, and Agentic AI.

DevScript

// DevScript: A simple example
console.log('Hello, World from Soum Paul!');
function greet(name) {
  return `Welcome, ${name}!`;
}
greet('Developer');