GlossGenius

HQ
New York, New York, USA
250 Total Employees
Year Founded: 2017

GlossGenius Innovation & Technology Culture

Updated on February 27, 2026

GlossGenius Employee Perspectives

What’s your rule for fast, safe releases — and what KPI proves it works?

Our rule is simple: Every engineer owns their code from commit to production, with progressive rollouts that catch problems before they reach customers. We develop our products incrementally and always ship to production, but under a feature flag. Every production deployment goes through a canary rollout using Argo Rollouts, starting with a small percentage of traffic. From there, we monitor error rates. If something goes wrong, we roll back immediately. Even if a bug slips through, it affects only a fraction of users while we detect and respond.

The KPIs that prove this works come from DORA (deployment frequency, lead time, change failure rate and mean time to recovery). We target daily deployments of our shared codebases, but frequency alone can be misleading as you could deploy and break things constantly. Change failure rate measures how often deployments cause incidents requiring rollback, keeping us honest. We also track lead time for changes, which is the duration from merge to production. This tells us whether our pipeline is getting slower or faster with automation paying off.

 

What standard or metric defines “quality” in your stack?

We don’t have a single number; we find it to be the discipline of measuring, reviewing and improving constantly. We track observability across the platform — 4xx/5xx rates, latency and memory/central processing unit usage — combined with more qualitative data like tickets filed by our customer experience team to get the full picture of both system and product performance. Every customer issue is an opportunity to better our product and determine what we could have done differently to preempt such an escalation from happening again.

 

Name one AI/automation that shipped recently and its impact on the business.

A recent one is our AI Growth Analyst, an intelligent business analytics agent we launched to all 100,000 businesses on our platform in December 2025. Our customers are busy professionals who lack time to dig through dashboards. They have questions like, “What were my top services this month?” but should not have to learn complex analytics tools. The AI Growth Analyst lets them ask in plain English and get immediate answers with visualizations, covering metrics across revenue, sales, services, clients and retail. The customer impact has been immediate. Professionals are now engaging with their business data regularly, discovering insights they would not have found manually. 

The deeper impact has been on our engineering capabilities. To ship this, we built an Agent Platform that enables any team to create AI-powered features. What took months for the growth analyst can now be built in weeks. Given that AI systems are non-deterministic, we had to invest in evaluations that give us visibility into agent performance in production. The rollout demonstrated our move-fast philosophy through closed beta and early access before full release. This feature represents our commitment to using AI to genuinely empower small- and medium-sized businesses.

Braden Allchin
Braden Allchin, Vice President of Engineering