Soum Paul

About Soum Paul

Soum Paul is a 2x founder, technologist, and author with over 18 years of experience in building and scaling AI-native cloud platforms. He has a proven track record in leading engineering, product, AI, and growth teams across global locations like London, Delhi, Bangalore, and Pune. His expertise spans cloud telephony, AI-powered ESG/GHG reporting, FinTech, EdTech, and agentic AI, with deep knowledge in search technologies, LLMs, vision AI, audio AI, ASR, and multimodal workflows.

As Co-Founder & CTO of Superteams.ai, he launched innovative AI products like TryThat.ai, Bevolve.ai, NextNeural, and NeuraSearch. Previously, he founded Home Screen Network (Spark.Live), scaling it to $1M+ ARR and 1.5M+ downloads. His career includes roles at Knowlarity Communications, E2E Networks, State.com, and more, where he led product launches, team building, and fundraising efforts, including a $14M raise for State.com.

Soum holds a B.Tech. in Computer Science from IIT Kanpur and has authored books like "Flight Of The Unicorns" and "The Topper Prepares." He is passionate about causes like climate change, sustainability, animal rights, and education.

Key Achievements

DevScript

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