Skip to content
tezvyn:

All bites

The whole library, newest first. Filter by what you are here for, or pick a topic if you already know.

8664 bites

Page 3

UX Research2 min read

Privacy compliance in a participant management system

Versioned consent records, data classification and minimization, anonymization or pseudonymization, deletion workflow across stores and backups.

UX Research1 min read

Automating research participant recruitment and scheduling

Screener intake, eligibility matching, calendar booking, notifications, incentive payout; handle no-shows and idempotency.

UX Research1 min read

Re-evaluating personas when engagement is low

Bring behavioral evidence, separate persona-wrong from execution-wrong, propose joint research to validate or invalidate.

UX Research1 min read

Instrumenting a feature to validate a qualitative insight

Restate the pain as a hypothesis, define a primary behavioral metric plus guardrails, instrument events, compare against baseline.

UX Research1 min read

Extracting actionable insights from a long report

Start with executive summary and recommendations, trace findings to evidence, filter for engineering-actionable items, confirm with the researcher.

UX Research1 min read

Using personas to drive technical decisions

Derive constraints like device, network, accessibility from personas; let them shape framework, payload shape, performance budgets.

UX Research1 min read

Comparing skewed task-time data without a t-test

T-test assumes normality and is mean-sensitive to outliers; use Mann-Whitney U on ranks; trade-off is it tests distribution shift, not means.

UX Research1 min read

Checking if a 5% A/B lift is significant

State hypotheses, check predetermined sample and power, run the right test for the metric, read p-value and confidence interval.

UX Research2 min read

Designing an in-house A/B testing platform

Config service, deterministic bucketing SDK, metrics pipeline, analysis engine; fix peeking with fixed samples or sequential tests.

UX Research2 min read

Sampling 5% of users for a one-time survey

Hash user ID for the 5% gate, persist a 'shown' flag, race-safe single display.

UX Research2 min read

Consistent A/B bucketing across sessions and devices

Hash a stable user ID with experiment salt, not random or cookie-only; beware caches keyed without variant.

UX Research1 min read

Client-side versus server-side A/B testing

Client-side flickers and is bypassable; server-side assigns before response, hides logic, suits backend changes.

UX Research1 min read

Recruiting channels for a B2C usability study

Compare panels for speed versus in-product intercepts for authenticity, weigh cost, screening rigor, and bias.

UX Research1 min read

Turning a vague onboarding goal into research questions

Define success metrics, decompose the funnel, pair quantitative drop-off with qualitative why.

UX Research2 min read

Why A/B-only, no upfront research, costs engineers more

A/B testing optimizes within a chosen direction but cannot reveal the right problem; building wrong wastes engineering cycles and tech debt.

UX Research1 min read

Phased research strategy to de-risk market entry

Foundational market and behavior research, then localized usability and infrastructure validation, then iterative post-launch measurement, each feeding l10n, infra, and feature work.

UX Research2 min read

Spec met but user problem unsolved: facilitating the fix

Frame requirements as the shared imperfect proxy, present evidence not opinions, and reframe as a joint discovery to refine.

UX Research1 min read

Generative versus evaluative research in sprints

Generative explores problems before building and feeds requirements; evaluative tests solutions during and after build and feeds fixes.

UX Research1 min read

NLP pipeline to theme and tag research transcripts

Chunk and embed transcripts, cluster or LLM-tag for themes, run sentiment with aspect awareness, and keep a human in the loop.

UX Research1 min read

First technical questions to scope a journey-map pain point

Ask how widespread and severe it is, where in the system it originates, and what constraints bound a fix.