TA logoThe Technical Artist
Home/Career/Studio Survival
career
survival
the first 90 days

Studio Survival Guide

Starterguide~5 min readreviewed 2026-07-05

Nobody teaches the second job description: how to exist inside a studio. Here's the part they assume you know - the first 90 days, the two languages you'll translate between, and how to keep your evenings.

The 90-Day Plan

Days 1-30: learn the terrain, ship something tiny. Get every system working: engine builds, version control synced, the wiki bookmark folder. Map the pipeline as it actually is, not the wiki version. That includes the part where Dave exports through a batch file only Dave has. Write down every acronym you don't recognize and look it up. The glossary helps with the common ones; for studio-specific terms, ask early. Asking in week two is charming. Asking in month six is awkward. Then ship one small, safe, visible thing: a fix to a broken tool, a two-line improvement to an export script. It proves you're real.

Days 31-60: find the pain, earn a user. Sit with artists and watch them work - actually watch; the most valuable question in tech art is "wait, why do you do it that way?" asked kindly. Keep a pain journal: every sigh, every workaround, every 14-click ritual. Pick the smallest one with the biggest sigh-to-effort ratio and fix it for one artist. Word of mouth does the rollout for you.

Days 61-90: propose, don't pounce. Now - not week one - you've earned the right to suggest process changes, because you know why the weird parts are weird. Write the one-pager: problem, cost, proposal, effort estimate. Small scope, reversible, with the old path kept warm. Congratulations: that's the job, and you now do it with context instead of hubris.

From the trenches

A new TA once spent their first sprint building a beautiful replacement for the "outdated" material assignment tool. It handled every case except the two undocumented ones the old tool existed for, which they would have learned in a day of asking. Both tools now had to be maintained. The lesson stuck with everyone, including me, who had approved the sprint: archaeology before architecture.

Speaking Artist And Engineer

You'll spend your career translating between two groups who are both right:

Artists optimize forEngineers optimize for
ValuesThe result on screen, iteration speed, feelCorrectness, budgets, maintainability
A "bug" is"It looks wrong""It violates the spec"
FearsTools changing mid-production, losing workUnbounded content, silent workarounds
Won over bySeeing it work on their assetNumbers, edge cases considered, small diffs

Practical translation rules: when carrying an artist request to engineering, convert feelings into numbers first ("the shader feels slow" -> "material editor iteration is 40 seconds per change, here's the profile"). When carrying an engineering constraint to artists, convert numbers into consequences on their screen ("we're over memory budget" -> "streaming will hitch right when the boss spawns"). Never relay a message you don't understand yourself - you'll defend it badly and both sides will notice.

Decoding The Jargon

The genre words nobody defines in the meeting: vertical slice (one level polished to final quality to prove the game), gold master (the build that ships), content lock (no new assets after this date - TA tools work spikes right before it), tech debt (shortcuts with compound interest - much of your job is refinancing it), ninja fix (an unreviewed change snuck into the build; don't become known for these), bus factor (how many people can be hit by a bus before a system is unmaintainable - if a pipeline's bus factor is "Dave", that's a TA project), and post-mortem (the meeting where you learn blame-free honesty, or learn your studio doesn't have it). The full set lives in the glossary under Studio Jargon.

When You Break Something (You'll)

  1. Say it immediately, in the channel where the victims live. "My submit this morning broke prop exports - reverting now, ETA 20 min" costs you nothing. Being discovered two hours later costs you the thing your job runs on: trust.
  2. Revert first, diagnose second. Version control makes almost everything reversible (this is why we made you learn it).
  3. Close the loop publicly: what happened, what you changed so it can't recur. A guard rail per incident, and your reputation goes up with each mistake. Senior people aren't the ones who never break the build; they're the ones with a well-oiled recovery ritual.

Crunch & Boundaries

Honest version: deadline pressure exists everywhere; permanent crunch is a management failure that will be presented to you as passion. TAs are unusually exposed - you serve every department, so every department's panic can land on you. Defenses that work: make your queue visible (a public task board turns "can you just quickly-" into a prioritization conversation with their lead, not a guilt transaction with you), say no with a price tag ("yes after content lock" / "yes, if X slips a week - your call"), and watch the studio's memory: how they treated people during the last crunch is precisely how they'll treat you in the next one. Sustained-crunch shops with no comp time and hero-worship of the guy who slept under his desk - that's not a rough patch, that's the culture. The industry is large. Move.

The Imposter Thing

Every TA feels underqualified, permanently, because the role is a moving intersection of six fields and you're junior in at least four of them at any given moment. The artists assume you know engineering; the engineers assume you know art; you assume everyone else's assumption is correct. Nobody knows the whole stack. The feeling never fully leaves - you just learn it's the texture of the job rather than a verdict on you. "I don't know, I'll find out" said in a steady voice is the most senior sentence in the building.