Skip to main content
frontier

Working at Hex Technologies: Culture, Pace and Who Thrives

By Sarah Mitchell

How work gets done: pace, structure, decision rights

At 167 people, most startups have already traded autonomy for process. Hex hasn't. The question isn't whether the company will eventually need more structure — it's how long the current model holds, and what breaks first.

Hex operates as a genuinely hybrid organization. Offices in San Francisco and New York anchor a workforce spread across the United States, Canada, and a handful of other countries. Employees who choose the office come in two or three days a week. No mandate exists. The arrangement reflects a deliberate bet: the collaborative data work Hex builds for (exploratory, iterative, cross-functional) benefits more from trust than from presence.

Three founders — Barry McCardel (CEO), Caitlin Colgrove (CTO), and Glen Takahashi (Chief Architect) — lead the company. The Official Board lists 10 main executives including McCardel, Carlos Aguilar, and John Messina. Glassdoor reviewers describe a "low-bureaucracy atmosphere" and "high level of trust from leadership" that translates into unusual autonomy for individual contributors. Engineers and product managers routinely ship features without layers of approval.

That speed shows up in the product. Hex's platform unifies code-based notebooks, no-code "Threads," and AI agents in a single workspace, each mode sharing the same context layer. Customers (Reddit, Notion, Anthropic, Figma, Ramp, Rivian) rely on that coherence. When Hex ships a context-engine improvement, it propagates across every interface instantly.

Open roles on Zero G Talent's board span Staff Software Engineer (Backend Platform), Engineering Director (Agent Context), AI Engineering Lead, and product management roles, all listed as San Francisco, New York, or remote. Titles signal a senior-heavy team: leads, directors, staff engineers. Junior roles are rare. That composition reinforces the autonomy model; you don't hire staff engineers to wait for tickets.

The trade-off is implicit. Autonomy without process demands judgment. The next section examines the values Hex uses to align that judgment and where the gaps appear.

The product-first values that drive decisions

Hex's founding story reads less like a startup origin myth than a product team refusing to accept the tools they were handed. McCardel, Takahashi, and Colgrove worked together on data analytics products at Palantir before spinning out. None set out to be founders. Colgrove has said she "always wanted to just build great products" and came from product engineering. Takahashi described loving "full stack work" and "building things from scratch": the freedom to think from the ground up without legacy constraints. That builder mindset remains the clearest through-line in how Hex operates.

The stated mission — bridging the gap between data scientists and non-technical users — manifests in a "low-floor, high-ceiling" design principle. The platform pairs SQL, Python, and R with no-code charting and a reactive, graph-based compute engine so a C-suite executive and a senior analyst can interact with the same artifact. Real-time multiplayer editing, first-class SQL support, and publishable data apps are not bolt-on features; they are the direct expression of that accessibility value. When the founders describe the product, they return repeatedly to inclusivity: making data "more accessible and impactful" across an organization.

Shipping velocity functions as an operating principle, not just a metric. The team has "established a bit of a reputation for shipping very quickly," and their monitoring stack choice reflects that priority. They evaluated Datadog and New Relic, ultimately selecting New Relic because its total-data pricing model fit thousands of Kubernetes containers where Datadog's per-container model would have cost thousands more per month. The engineering team uses structured logging and trace IDs threaded through every request, enabling daily debugging workflows that keep release cadence high. Sales and support engineers also have New Relic access, so field issues route straight to relevant stack traces without engineering intermediation.

Full-stack ownership is non-negotiable. Most engineers work across Terraform and AWS infrastructure, the backend compute layer, and the frontend, a breadth the Chief Architect has called "the biggest challenge" for documentation and onboarding. The product exposes infrastructure to end users, which means every layer must be reliable and every team must move in harmony. That constraint shapes hiring and internal tooling: the custom multiplayer framework for real-time collaboration is instrumented with custom New Relic columns so engineers can trace multiplayer operations by name, pod, or trace ID.

Cross-functional harmony appears as a stated requirement, not an aspiration. Takahashi emphasizes that "all the teams have to work in harmony for this product to properly function." Colgrove's role has shifted from writing code to "the business and team-building side of things," a transition she identifies as her primary challenge. That shift signals a company moving from founder-led execution to deliberate organizational design, still early but intentional.

Hex's leadership also refuses to declare victory. Colgrove has said there are "degrees of fit" and the company is "not done," with "a lot more room to explore in this space." That restraint — unusual in a venture-backed environment that rewards PMF announcements — keeps the product team oriented toward the next integration, the next workflow gap, the next user who still can't reach the data. The values are visible in what they ship, how they instrument, and what they decline to claim.

What the hiring bar selects for

Hex's interview process reads like a product spec: every round tests whether you can build the thing they actually ship. The loop (recruiter screen, a 60-minute technical phone screen (one medium-hard coding problem in TypeScript, Python, or Rust), a 4–6 hour take-home for senior and staff candidates, then a 4–5 round virtual onsite) surfaces engineers who think in notebook primitives, not generic web-app patterns. Difficulty sits at 7.5 out of 10 per techinterview.org; pure algorithm depth falls below a Google L5 bar, but applied, product-scenario reasoning runs higher than most SaaS loops.

The coding rounds make this concrete. Interviewers ask candidates to implement a cell-dependency graph with topological evaluation and incremental re-execution, a streaming SQL result handler that manages back-pressure and virtualizes rows, a collaborative-editing primitive that resolves concurrent cell inserts and deletes, and a query parser that extracts cross-cell references while surviving comments, string literals, and aliases. These are not LeetCode variants; they are the actual data-platform primitives Hex runs in production. Candidates who treat them as "design a document editor" fail; the ones who pass reason about isolation, tenant boundaries, and the messy reality of customer Python executing in a shared runtime.

System design follows the same logic. Prompts include designing the notebook compute runtime that sandboxes arbitrary customer Python and SQL, the collaborative-editor sync layer for ten concurrent editors, and the Magic AI system that grounds LLM query suggestions in warehouse metadata with citations. Security and isolation reasoning must appear unprompted for compute-track roles: per-cell CPU and memory limits, interrupt handling, package-dependency management, and SQL dialect translation across Snowflake, BigQuery, Databricks, Postgres, and Redshift. Generic "design a document editor" responses ignoring data-platform dimensions are a consistent fail signal.

Frontend and craft deep-dives probe React-at-notebook-scale: TypeScript patterns for complex UIs (strict mode, generics, discriminated unions), state management for deep notebook state, and real-time collaboration. The data/analytics product round tests whether you understand the analyst workflow: the distinction between analytics and ML, the pain of messy handoffs from SQL to dashboards, the reproducibility problems that plague notebooks. Behavioral rounds with the hiring manager ask for stories of customer empathy ("Tell me about deeply understanding a user's workflow and changing what you built"), craft under pressure ("Describe a project where you pushed for higher quality despite deadline pressure"), cross-functional collaboration, and growth trajectory.

Three signals compound to separate passers from the rest. First, authentic product knowledge: candidates who haven't used Hex's free tier to build a notebook, connect a dataset, and publish an app rarely survive the product-round conversation. Second, data-team empathy: even engineers without data-engineering backgrounds need informed opinions on why Jupyter, Databricks, Mode, Observable, and Deepnote each fall short for collaborative analytics. Third, craft orientation: the Palantir heritage shows up in a culture that rewards pushing back on deadlines for quality, and the interview rubric explicitly checks for it.

Practical counter-moves: weeks out, grind TypeScript LeetCode medium/hard with emphasis on tree, graph, and DAG problems (dependency-aware evaluation maps directly to this). Weeks 2–4: build a real project in Hex, read the engineering blog, study the competitive field. Week 1–2: mock system design on notebook/data-platform prompts, prepare behavioral stories with customer-empathy and craft angles. Day before: review React performance patterns, rehearse product opinions. The research is blunt: dismissing notebooks as "just Jupyter," showing weak opinions on analytics workflows, or ignoring isolation in compute design are the fastest ways to lose the room.

What the employee reviews show

Glassdoor reviews (14 total) describe a work environment where employees appreciate the strong sense of collaboration and trust, noting a low-bureaucracy atmosphere that promotes autonomy and creativity. Many enjoy the fun, engaging office culture, which includes team lunches and social activities. Management and leadership receive praise for a high level of trust that fosters a positive culture.

The board data shows recent Hex postings and their associated salary bands:

Role Salary Range
Staff Software Engineer, Backend (Platform) $221,250–$348,500
Engineering Director, Agent Context $262,000–$348,500
AI Engineering Lead $246,000–$329,000
Senior Product Manager $177,000–$300,000
Product Manager (SF) $177,000–$300,000
Engineering Lead $221,000–$295,000
Aggregate (23 roles) $156,000–$323,000 (median $265,000)

Zero G Talent's board reported the $348,500 top band for Staff Software Engineer and Engineering Director roles; its data shows $329,000 for AI Engineering Lead.

Those figures reflect what Hex pays for specific titles in New York and San Francisco as of the posting dates, useful for compensation benchmarking but not a proxy for employee satisfaction, management quality, work-life balance, or cultural friction.

That concentration of senior titles suggests a hiring bar that selects for people who have already operated with autonomy, owned ambiguous problem spaces, and shipped in high‑velocity environments. In practice, that profile tends to thrive when an organization gives clear ownership, minimal process overhead, and direct access to decision makers, but burns out when those same people find themselves managing up, navigating undefined scope, or carrying operational load that should be distributed. But no source in the research confirms which of those conditions actually hold at Hex.

The board data also shows two distinct geographic clusters (New York City and San Francisco) with several roles marked "Remote (US)." Distributed teams can amplify autonomy for self‑directed engineers, yet they can also erode the informal context‑sharing that prevents duplicated work and priority thrash. No employee commentary in the research validates either outcome.

Without Blind threads, LinkedIn tenure analyses, or quoted exit interviews, any taxonomy of "who thrives" versus "who burns out" would be speculation. The only grounded signal is the role composition: Hex is hiring experienced builders at premium compensation. Whether that translates to sustainable craft or unsustainable demand is a question the current public record does not answer; the answer will likely show up first in the same place the culture lives: the product.


Working in frontier tech? Zero G Talent tracks the openings: see every open Hex Technologies role, browse frontier tech jobs, the companies hiring, and the people building the field.

Ready to Start Your Space Career?

Browse frontier jobs and find your next opportunity.

View frontier Jobs