Available for consulting & leadership roles

Product & Technology
Leader — Mini-CTO

14+ years AI Platforms SaaS & Data Systems Plano, TX

I lead product and engineering to build customer-driven platforms powered by AI — from 0 to 1 to systems used by millions of enterprise customers, driving measurable business outcomes.

90%+AI Accuracy Achieved
$1B+ARR Contributed
3,000+Enterprise Customers
14+Years Experience

Previously at: Procore · Autodesk · Cognizant

Mohamed Shabeer Usman

How I engage

Three ways I can serve your organisation

01

Fractional CTO

Step into your organisation as the technical co-founder you need without the full-time overhead. I architect AI and data platforms, establish engineering standards, and govern the technology decisions that determine whether your platform scales or stalls.

Available now
02

Principal Product Leader

Own the full product lifecycle for your most complex platform — from executive alignment and market positioning through roadmap execution and engineering delivery. I bridge the gap between business vision and technical reality with precision.

Full-time or contract
03

AI Platform Advisor

Transform your AI investment from prototype to reliable production system. I assess architecture, establish evaluation frameworks, define governance policies, and create the operational foundation that turns a promising model into a trustworthy enterprise product.

Advisory & consulting

Core Specialization

From Product Vision
to Platform Scale

Three leadership disciplines I bring to every platform: identifying the right product bet, shaping the technical strategy, and turning complex systems into measurable business outcomes.

1

Product Vision & Platform Strategy

I define product vision for complex enterprise platforms, translate ambiguous customer pain into clear strategy, and align executives, engineering, GTM, and customer teams around measurable outcomes. My strength is turning early signals into platform bets that create retention, revenue, and operational leverage.

Product Vision0-1 StrategyPlatform RoadmapsExecutive AlignmentCustomer DiscoveryBusiness Outcomes
2

Scalable SaaS & Distributed Architecture

I lead platform strategy for multi-tenant SaaS systems where scale, reliability, latency, compliance, and cost are product requirements. I work deeply with engineering on architecture decisions, API contracts, event-driven systems, data models, observability, throttling, and rollout strategy so platforms scale safely for enterprise customers.

Multi-Tenant SaaSDistributed SystemsEvent-Driven ArchitectureAPIsReliabilityOperational Scale
3

AI & Data Product Innovation

I build AI and data products that move from prototype to trusted enterprise workflow. That means defining use cases, data foundations, evaluation loops, governance, observability, and adoption metrics so AI becomes a reliable product capability, not a demo.

Agentic AIData ProductsEvaluation FrameworksAI GovernanceRAGEnterprise Adoption

Proof of Work

Products built from ambiguity to scale.

A closer look at the customer problems, platform decisions, business outcomes, and lessons behind the products I have led across Procore and Autodesk.

Case Study 01 - Procore / Autodesk Interview Project

BIM and Drawing Intelligence - Extracting Key Entities from 2D/3D Models for Progress Tracking

BIM / DrawingsIFC + RevitLocation Graph
+

Construction teams had BIM models, 2D drawings, schedules, daily logs, RFIs, and project tasks, but they were not connected into a single execution view. IFC/Revit models contained rich element data, but it was locked inside schema-heavy formats. Drawings contained callouts, room tags, title block data, and symbols, but those signals were mostly unstructured. Without a normalized location hierarchy, Procore progress tracking still depended on manual updates and spreadsheet reconciliation.

  • Built a BIM-powered, location-aware construction intelligence platform that turns Revit, IFC, and 2D drawings into structured graph entities.
  • Extracted BIM elements such as walls, beams, columns, slabs, doors, equipment, levels, rooms, zones, coordinates, bounding boxes, materials, phases, and custom properties.
  • Extracted drawing entities from 2D PDFs using OCR for title blocks and annotations, symbol detection for plan objects, and NLP/NER for sheet metadata and location references.
  • Linked BIM elements and drawing references to Procore activities, schedule tasks, RFIs, submittals, daily logs, and progress states.

The extraction pipeline used source-specific adapters and a canonical schema. IFC files were parsed with IfcOpenShell, walking the containment hierarchy from project to site, building, storey, space, and element. Revit models used Autodesk APS/Forge Model Derivative APIs, Revit APIs, or Dynamo exports to pull element IDs, categories, parameters, levels, rooms, and geometry. Bounding boxes came from geometry math over model vertices, not computer vision. Computer vision was only needed for as-built photos, scanned drawings, or point clouds. A normalization layer mapped IFC GlobalId and Revit UniqueId into a stable element identity, added a fingerprint fallback using geometry hash, level, type, and bounding box, and normalized inconsistent level names such as L01, Level 1, and 1F. The spatial graph used Project, Building, Level, Zone, and Room nodes, with BIM elements attached to locations and construction activities through Location-Object-Task relationships.

2D/3DDrawings plus BIM models unified
No CVNeeded for BIM geometry extraction
GraphProject to room progress visibility
  • Created a single source of truth for location-aware progress tracking across model elements, drawings, and Procore field activity.
  • Enabled queries such as "show unfinished walls on Level 3, Zone B that are blocked by open RFIs" without manual spreadsheet joins.
  • Reduced manual mapping effort by using extracted metadata, spatial hierarchy, and fallback zone derivation from grids or bounding box overlap.
  • GUIDs can drift across Revit re-exports, so element identity needs both source IDs and a geometry fingerprint fallback.
  • Coordinate systems must be versioned and validated because survey point or project base point changes can silently shift every bounding box.
  • Zones are often not modeled explicitly, so the platform needs a confidence-based fallback chain: IfcZone, Revit room, grid cell, then polygon or bounding box overlap.
  • The product value is not extraction alone. The value comes from tying BIM, drawings, schedules, and Procore field signals into a decision graph for progress and risk visibility.
IfcOpenShellAutodesk APS / ForgeRevit APIDynamoOCRYOLOBERT NERKnowledge GraphProcore APIs

Case Study 02 - Procore Technologies

Enterprise Agentic AI Platform — Scaling Accuracy from 45% to 90%+

GenAI / AgenticProduction3,000+ Customers
+

At Procore, project teams were overwhelmed by fragmented data spread across RFIs, drawings, schedules, BIM models, cost systems, inspections, and emails. Users wanted simple answers such as which subcontractor was delaying MEP work or what RFIs were blocking a concrete pour. Traditional dashboards required manual investigation, while early GenAI copilots delivered only about 45% accuracy because they lacked construction context, retrieved the wrong information, and frequently hallucinated. The result was low trust and limited adoption in real project workflows.

  • Feature Agents: introduced domain-specialized agents for schedules, documents, BIM, cost, inspections, and daily logs. Each agent understood its workflow, source systems, permissions, and business logic.
  • Custom Agents: launched customer- and role-specific agents for executive portfolio risk summaries, superintendent daily blocker insights, and workflows aligned to customer terminology and KPIs.
  • Manifest Agents: built the governance layer defining each agent's capabilities, tools, data access, expected outputs, schemas, and permission boundaries.

The experience stayed simple: a user asked a construction question, the system identified intent, resolved the right agent manifest, routed the request to the best domain agent, and coordinated a grounded answer. Underneath, I built a strong Data Agent foundation that unified fragmented project records, linked drawings to RFIs and schedules, normalized project entities, and enforced data freshness. I paired this with continuous evaluations for factual accuracy, retrieval quality, latency, groundedness, and user satisfaction. Observability dashboards tracked hallucinations, failed retrievals, token cost, stale data usage, and confidence drift in production, allowing the team to improve the platform week over week.

90%+Answer quality from 45%
3xUser adoption after trust signals
5-7 hrsSaved weekly per project manager
  • Improved answer quality from 45% to 90%+ within two quarters.
  • Reduced hallucinations by more than 60% and doubled retrieval precision.
  • Improved response times by 35% through smarter routing and agent specialization.
  • Reduced token costs by 28% through routing optimization, prompt compression, and caching.
  • Moved AI from pilot experiments into daily construction execution.
  • Strong data matters more than clever prompting.
  • Specialized agents outperform a single large assistant for complex construction workflows.
  • Governance through manifests is essential for enterprise trust, security, and scale.
  • Evaluations and observability turn AI from a demo into a measurable, continuously improving product.
Feature AgentsCustom AgentsManifest AgentsData AgentRAG PipelinesVector + Graph IndexesEvaluation-as-a-ServiceObservability

Case Study 03 - Autodesk + Procore

Building Multi-Tenant SaaS Platforms with Event-Driven Distributed Architecture

Multi-Tenant SaaSEvent-DrivenMongo / Distributed Systems
+

Enterprise SaaS platforms at Autodesk and Procore needed to support high-volume transactional and operational workloads across thousands of customers, regions, and downstream systems. At Autodesk, the challenge was subscription commerce: orders, pricing, entitlements, renewals, partner channels, SAP, and Salesforce synchronization. At Procore, the challenge was operational intelligence: project health, regional rollups, financial risk, RFIs, daily logs, schedules, and nested 360-degree company and project profiles. Both problems shared the same platform question: how do you build a multi-tenant SaaS architecture that scales predictably, keeps data fresh, supports downstream use cases, and remains performant under peak load?

  • Designed transactional subscription APIs for Autodesk.com and partner channels to create orders, validate pricing, manage products, and trigger subscription entitlements at scale.
  • Built event-driven integration flows connecting customer and partner actions to SAP order management, Salesforce subscription records, entitlement systems, and downstream analytics.
  • Built a 360-degree project and company profile platform at Procore that aggregated operational metrics across RFIs, Daily Logs, Financials, PMQS, and Preconstruction.
  • Evolved the data architecture from DynamoDB key-value metrics to DocumentDB and MongoDB-style document aggregation for nested JSON workloads requiring low-latency rollups.

The architecture combined transactional and operational patterns. For transactional SaaS workflows, the flow was Customer or Partner Action → API Layer → Event Emission → SAP / Salesforce / Entitlements → Downstream Analytics. Every major CRUD operation needed reliable event emission so downstream systems could react to entitlement creation, subscription updates, renewal changes, account changes, and order lifecycle events. For operational intelligence, the flow was Product Tools → Event Streams → Metric Computation → 360 Profile Store → Mongo-style Aggregation → Executive Dashboard. The 360 profile stored project- and company-level metrics as nested documents, which matched the natural hierarchy of construction data: company, region, country, project, tool, risk area, and metric.

$1BARR supported via SaaS transformation
250msTarget latency for executive dashboards
360°Project and company intelligence profile
  • Supported Autodesk's subscription platform transformation contributing to approximately $1B ARR.
  • Enabled scalable partner order placement, subscription lifecycle changes, and entitlement synchronization across commerce, ERP, and CRM systems.
  • Supported executive dashboards with a target latency under 250ms for project, company, country, and region-level rollups.
  • Improved the foundation for downstream analytics, ML, alerts, and customer-facing operational insights.
  • A database choice is a product decision when latency and customer trust are part of the value proposition.
  • DynamoDB works well for simple key-value access, but rich runtime aggregations over nested operational profiles need stronger document-query patterns.
  • Multi-tenancy requires product-level policies for isolation, throttling, fairness, observability, and geo-aware compliance.
  • Event-driven architecture is essential when every operational change must power downstream analytics, alerts, ML, and customer workflows.
MongoDBDynamoDBDocumentDBEvent StreamsREST APIsMicroservicesSAP OMSSalesforce CPQShardingAutoscalingThrottling

Case Study 04 - Procore Technologies

360 Degree Executive Reporting - Near-Real-Time at Petabyte Scale

Data PlatformDistributed SystemsCAP Theorem Applied
+

Enterprise customers with over $500M ARR were threatening non-renewal because cross-domain reporting did not exist. Financials, PMQS, and Resource Management data were fragmented, and full materialization required approximately 45 minutes.

  • Built a cross-domain executive reporting layer across major Procore product lines.
  • Introduced customer-aware partitioning for the top enterprise accounts.
  • Migrated data access patterns from DynamoDB to DocumentDB to native MongoDB where needed.

The design accepted bounded staleness to improve decision speed. Instead of full rematerialization, the system used incremental materialization and high-volume partitions so executives could access near-real-time views while the platform maintained predictable latency and reliability.

5 minNear-real-time from 45 min
250msP99 query latency
$300M+Revenue protected via retention
  • Reduced executive reporting freshness from approximately 45 minutes to 5 minutes.
  • Achieved under 250ms P99 query latency for critical reporting paths.
  • Protected high-value renewals by giving customers reliable portfolio visibility.

For executive workflows, perfect freshness is not always the right goal. The better product decision was a clear consistency tradeoff: bounded staleness, predictable latency, and trustworthy metrics.

MongoDBDynamoDBDocumentDBIncremental MaterializationPartition StrategyGraph APIElasticsearch

Experience

Enterprise Platforms Built at Scale

Procore Technologies

Feb 2022 – Feb 2026Plano, TXConstruction Tech · Enterprise AI

Principal Product & Technology Leader — Data & AI

  • Built enterprise construction intelligence platforms across AI, BIM, drawings, reporting, and operational data.
  • Led agentic AI platform that improved construction answer accuracy from approximately 45% to 90%+ through grounding, domain agents, evaluations, and observability.
  • Shipped multimodal RAG and document intelligence workflows across RFIs, drawings, submittals, schedules, daily logs, and BIM metadata.
  • Scaled 360-degree executive reporting across Financials, PMQS, and Resource Management with near-real-time visibility and sub-250ms performance targets.
  • Led cross-functional product, engineering, data, and AI teams across multi-quarter enterprise platform roadmaps.

Autodesk, Inc.

Sep 2013 – Feb 2022San Francisco, CADesign Software · Data & ML

Technical Product Manager — Data & ML

  • Built SaaS platform capabilities supporting Autodesk's transition from perpetual licensing to subscription-based revenue.
  • Designed subscription APIs and platform contracts for order creation, product/pricing, partner commerce, entitlement lifecycle, and downstream synchronization.
  • Connected Autodesk.com and partner channels into SAP order management and Salesforce subscription and entitlement systems.
  • Contributed to subscription platform capabilities supporting approximately $1B ARR during Autodesk's business model transformation.
  • Led data and ML initiatives for churn, buying readiness, customer intelligence, support automation, and petabyte-scale analytics.

Cognizant

Mar 2011 – Sep 2013San Francisco, CAEnterprise CRM

Business Systems Analyst — CRM & Partner Platforms

  • Built enterprise CRM and partner platform foundations for global customer and partner operations.
  • Led CRM and partner platform initiatives supporting 50,000+ users.
  • Managed migrations across 5,000+ partners and 1M+ customers while building early depth in enterprise integrations, data migration, and operational systems.

Leadership Philosophy

The way I
think about
building

Four principles that guide every product, every architecture decision, every team I lead.

  • Outcomes over output

    I drive products toward measurable customer and business outcomes: adoption, productivity, retention, revenue, accuracy, and time saved. Shipping features matters only when those features change how customers work.

  • Technical depth enables better decisions

    I go deep enough technically to challenge assumptions, partner with engineering, and make better product tradeoffs. I can reason through architecture, data models, APIs, latency, scale, and reliability with technical teams.

  • Clear requirements create execution speed

    I believe crisp product requirements are a force multiplier. Clear problem statements, user journeys, acceptance criteria, edge cases, metrics, and tradeoffs reduce rework and help teams build the right thing faster.

  • AI should increase user productivity

    I embed AI where it improves real user productivity: faster decisions, fewer manual steps, better retrieval, stronger recommendations, and safer execution. AI products need grounding, governance, feedback loops, and measurement so users can trust them in daily workflows.

Contact

Let's build something remarkable

Open to senior and principal product and technology leadership roles, consulting engagements, and fractional CTO opportunities. Based in Plano, TX — available globally.

Currently available for new opportunities

Ready to bring AI products from prototype to production?

Whether you need a fractional CPO, a CTO partner, or someone to lead your AI platform from strategy to shipped — I have done it at enterprise scale and I can do it for you.

shabeerccc@gmail.comselect & copy

MBA · Keller Graduate School  ·  BS EEE · Dr. MGR University

Let's Talk