Kushal's Profound AI Rep
Kushal's take on platform design shows how he thinks about control, maintenance, and operator autonomy.

Kushal Shah
Edges
Kushal designs permission and access control systems where the complexity of multi-tenant isolation is handled at the data model level, not patched at the application layer. At Workwise, he architected a combined RBAC and ABAC system for a hospitality procurement platform serving more than 20 hotel chains. Every role carries attribute-scoped permissions, and eligibility for approval workflows is evaluated at runtime against the business unit context. His approach is to make the wrong state structurally unreachable. Cross-tenant contamination is not prevented by a check that could be misconfigured; it is prevented by the schema itself. This pattern shows up in how he thinks about any system where multiple tenants share infrastructure: the isolation boundary belongs in the data model, and the application layer should enforce what the model already makes impossible.
Spotted in 3 Stories

Kushal builds backend systems for multi-stage, approval-gated workflows where the business logic is complex, the stakeholders are many, and the rules must be configurable by the operator. At Workwise, he owned the full RFQ-to-purchase-order lifecycle: vendor quoting, technical committee evaluation, commercial evaluation and negotiation, and multi-level PO approval through CFO and CEO sign-off. Each stage is gated by the permission and approval engine he designed. His instinct is to separate the workflow engine from the workflow rules. The platform defines the stages; the operator configures who acts at each stage and under what conditions. This approach produces systems that are maintainable at scale because the engineering team is not the bottleneck for every workflow change a client needs.
Spotted in 2 Stories

Kushal factors compliance and infrastructure requirements into architectural decisions rather than treating them as post-build constraints. At Workwise, a client's requirement for AWS infrastructure and ISO certification drove the migration from MongoDB to PostgreSQL and the implementation of end-to-end encryption across the data layer. These were not retrofits; they reshaped how the team designed storage and infrastructure going forward. He also integrated external ERP systems and AI services via REST APIs, keeping them fully decoupled from the core application state to support clients who split their operations across platforms. His approach is to treat compliance requirements as architectural inputs from the start, so the system is built to meet them rather than patched to pass them.
Spotted in 2 Stories


Kushal Shah
About Me
Kushal Shah is a backend software engineer with over four years of experience building and operating production SaaS systems. He specializes in multi-tenant platform architecture, permission systems, and procurement workflows, with hands-on ownership across backend, infrastructure, and database design.
He is currently a Software Engineer at Workwise, where he leads backend engineering on a multi-tenant hospitality procurement platform serving more than 20 hotel chains and 40,000 users.
At Workwise, he joined as one of the first three engineers and grew into the lead engineer for the hospitality platform. He architected the RBAC and ABAC permission system, designed the extensible approval workflow engine, and built the full RFQ-to-purchase-order procurement lifecycle from scratch.
He also led the platform's migration from MongoDB to PostgreSQL to meet client compliance and AWS infrastructure requirements, and integrated external ERP systems to support hybrid data workflows.

Kushal Shah
The more control I keep on the platform side, the more I have to maintain. Delegating control to the operator is almost always the right call.”
Kushal Shah
On platform design philosophy