Rejectless
Software engineer resume feedback
Deedy Resume13 min read

Deedy Resume Is Outdated — Here's What to Use Instead (2026)

The Deedy Resume was built for 2014 career fairs, not 2026 ATS pipelines. The columns are only part of the problem — the real issue is that the entire template was designed for a hiring world that no longer exists.

Rejectless

Thejus Sunny

Engineering + hiring perspective

Let me be clear about something upfront: this is not a hit piece on Deedy's Resume. Debarghya Das created one of the most influential resume templates in CS history. It changed how an entire generation of engineers thought about presenting themselves. The design was ahead of its time, the typography was excellent, and it gave CS students permission to care about aesthetics in a world that told them not to.

Das himself has moved on. He went from Cornell to Google, co-founded a company, and is now a partner at Menlo Ventures — one of the most respected VC firms in Silicon Valley. He's backing companies like Anthropic. He is not thinking about resume templates in 2026, and he shouldn't be. The template served its purpose, and he went on to do bigger things.

But thousands of CS students are still downloading the original Deedy Resume from Overleaf and GitHub every semester. They're fighting with XeLaTeX compilation errors. They're hacking minipage column widths at midnight. And they're submitting that beautiful two-column PDF through job portals that can't read it — silently losing applications they'll never know they lost.

The template isn't bad. It's outdated. And the distinction matters, because understanding why it's outdated helps you understand what to use instead.

The World Deedy Was Built For

The original Deedy Resume appeared around 2014. To understand why it worked then, you need to understand what the hiring pipeline looked like at that moment.

In 2014, ATS adoption among tech companies was meaningful but not universal. Many startups and mid-size companies still had recruiters manually reviewing email attachments and career fair stacks. Referrals made up a larger share of engineering hires at top companies. When your resume reached a human — and it frequently did reach a human first — visual presentation genuinely mattered.

Career fairs were a primary hiring channel at top CS programs. CMU, Stanford, MIT, Georgia Tech — their fall career fairs were where companies like Google, Facebook, and Microsoft filled their intern classes. You printed 50 copies of your resume and handed them directly to recruiters. In that context, a two-column Deedy resume with Lato/Raleway typography and colored headers was a weapon. It looked different. It caught the eye. It said 'this person is serious about craft.'

The template was designed for that world. And in that world, it was brilliant.

The World Changed. The Template Didn't.

Here's what happened between 2014 and 2026:

  • ATS adoption went from meaningful to near-universal. 97%+ of Fortune 500 companies now use an ATS. Even Series A startups run Lever or Greenhouse from day one. The 'email your resume to hiring@startup.com' era is over.
  • Career fairs declined as a primary hiring channel. COVID accelerated this, but the trend was already underway. Virtual recruiting, LinkedIn, and online applications replaced the physical resume handoff at most companies.
  • Recruiter time per resume dropped. The Ladders eye-tracking study found 7.4 seconds average for initial screen. More recent data suggests it's even lower for high-volume roles. Your resume needs to scan in a single glance, not reward a careful read.
  • Keyword matching became table stakes. ATS systems don't just store your resume — they score it against job descriptions. If your content doesn't match, you don't surface in recruiter searches. Template aesthetics are invisible to this process.
  • The volume of applications exploded. Easy Apply on LinkedIn, one-click applications, and remote work expanding candidate pools mean recruiters review more resumes per role than ever. Standing out through formatting is less viable when 300 people applied for the same position.

The Deedy Resume was designed for a world where your resume's first reader was a human holding a piece of paper at a career fair booth. In 2026, your resume's first reader is a parser extracting text from a PDF and mapping it to database fields. These are fundamentally different audiences with fundamentally different requirements.

It's Not Just the Columns

Most 'Deedy is outdated' takes focus entirely on the two-column ATS problem. That's real — we've covered the ATS parsing failures in detail elsewhere — but it's not the whole story. The columns are the most visible symptom of a deeper issue: the entire template was designed with assumptions that no longer hold.

Let me walk through the specific elements that show their age:

The 'Last Updated' Timestamp

The original Deedy template includes a 'Last Updated: [date]' line, typically in the header or footer. This was common in 2014-era templates — it signaled that your resume was current.

In 2026, this is actively harmful. A 'Last Updated' timestamp signals that you're sending the same generic resume to every company. Modern job search advice is unanimous: tailor your resume to each application, or at least to each category of role. A timestamp says 'I have one resume and I blast it everywhere.' Recruiters notice.

Worse, if you forget to update the timestamp (and people always forget), your resume says 'Last Updated: October 2024' on a March 2026 application. Now it looks stale. The feature that was meant to signal currency becomes a flag for neglect.

The Skills Sidebar

In the original two-column Deedy, the narrow left column typically holds skills, coursework, and links. This made visual sense — it's a quick-reference panel that a human eye can scan independently of the main content.

ATS parsers don't see it that way. When a parser extracts skills from a sidebar, it often loses the context that makes those skills meaningful. 'Python' in a sidebar tells the ATS you know Python. 'Built real-time data pipeline in Python processing 2M events/day' in your experience section tells the ATS you know Python and gives it the context to match you against job descriptions that mention data pipelines, real-time processing, and scale. The sidebar version is weaker for keyword matching even when it parses correctly.

Skills in context vs. skills in a list

ATS keyword algorithms increasingly weight contextual mentions over standalone lists. A skill mentioned in a bullet point with surrounding technical detail scores higher than the same skill in an isolated sidebar list. The sidebar isn't just an ATS parsing risk — it's a content strategy mistake.

The Tight Two-Column Spacing

Deedy's two-column layout uses narrow columns — roughly 35% and 65% of page width. This was a density optimization: more content per page. But narrow columns mean short line lengths, which means more line wrapping, which means bullet points that are harder to scan quickly.

At 7.4 seconds per resume (and dropping), scannability trumps density. A recruiter isn't reading your resume — they're scanning it. Their eyes follow an F-pattern: across the top, then down the left side. A single-column layout with full-width bullet points lets them extract your most recent role, company, and key achievements in a single pass. Two narrow columns force lateral eye movement that slows scanning and increases cognitive load.

The density advantage was real when recruiters spent 30 seconds on a first-pass. At 6-7 seconds, density is a liability.

The Font Dependency

Deedy's Lato/Raleway font pairing requires XeLaTeX or LuaLaTeX for compilation. This was a reasonable trade-off in 2014 when Overleaf was the standard workflow and XeLaTeX was well-supported. In 2026, it creates multiple problems:

  • XeLaTeX compilation is slower than pdfLaTeX — noticeably so on Overleaf's free tier, which now has stricter timeout limits
  • Font packages introduce dependency fragility. Overleaf's TeX Live updates have broken Lato/Raleway loading multiple times over the years. Each time, the fix requires understanding fontspec internals that most users shouldn't need to touch.
  • When you share your resume source with someone else (for review, collaboration, or portability), the font dependency means they also need XeLaTeX configured correctly. This is unnecessary friction for a one-page document.
  • If you want to reproduce the Deedy look outside of LaTeX — in a web-based builder, in Figma, in a DOCX fallback — Lato and Raleway are freely available. The fonts were never the problem; the compilation dependency was.

Zero Content Guidance

This is the most overlooked problem, and arguably the most important one.

The Deedy Resume is a formatting template. It tells you where to put your content and how it will look. It tells you nothing about what to write. There's no guidance on bullet point structure. No feedback on whether your impact statements are vague or specific. No indication of whether your keywords match the roles you're targeting. No warning when you're writing responsibility-focused bullets instead of achievement-focused ones.

In 2014, this was normal. Every resume template was just formatting — you filled in the blanks and hoped for the best. In 2026, we know that content quality is the single biggest determinant of whether a resume gets callbacks. A perfectly formatted resume with vague bullets loses to an ugly resume with quantified impact statements. Every time.

The Deedy template gives you a beautiful vessel with no guidance on what to pour into it. That was fine when templates were all that existed. It's not fine when tools exist that can actually help you write better content.

Credit Where It's Due: Modern Deedy

Before we talk about alternatives, let's acknowledge that the community has tried to fix these problems. The 'Modern Deedy' — community-maintained single-column forks of the original template — deserves real credit.

Modern Deedy variants fix the most critical issue: they move to a single-column layout. Text flows top-to-bottom in a single stream. ATS parsers handle it correctly. The column-interleaving problem is gone. They keep the Lato/Raleway typography, the colored section headers, and the clean rule lines — the visual identity that made people choose Deedy in the first place.

This is a genuine improvement. If your only option were 'original two-column Deedy' vs 'modern single-column Deedy,' the single-column version wins every time. No question.

But Modern Deedy still carries the rest of the legacy:

  • Still LaTeX-on-Overleaf — you're still writing \resumeSubheading commands, still managing \vspace hacks, still dealing with compilation timeouts
  • Still requires XeLaTeX — the font dependency hasn't changed. Lato and Raleway still need fontspec, which still needs XeLaTeX or LuaLaTeX
  • Still format-only — the template formats your content but gives you zero feedback on whether that content is any good. No linting, no ATS scoring, no bullet-point analysis
  • Still a single static export — you compile a PDF and submit it everywhere. No ability to A/B test content, tailor per application, or see how different versions perform

Modern Deedy solves the ATS column problem. It does not solve the content-blindness problem, the LaTeX friction problem, or the 'designed for a different era' problem. It's a genuine step forward, but it's not the destination.

The Real Problem: Deedy Was Designed in 2014

Here's the thesis of this entire guide: the column layout is a symptom, not the disease. The disease is that Deedy was designed for a hiring pipeline that no longer exists.

In 2014, a resume template needed to do one thing: look good on paper. Literally on paper — printed, handed to a human, judged visually. The template's job was formatting. Content was your problem. ATS was somebody else's problem (or not a problem at all, because your resume went straight to a recruiter's hands).

In 2026, a resume needs to do four things:

  1. Parse correctly in every ATS — Workday, Greenhouse, Lever, iCIMS, Taleo. Not 'most of them.' All of them. Because you can't know which one a company uses, and silent failures compound across hundreds of applications.
  2. Scan in under 7 seconds — recruiters don't read resumes, they scan them. Your layout needs to deliver your most important information (current role, company, key achievements) in a single eye fixation.
  3. Match keywords against job descriptions — ATS search and scoring algorithms surface candidates whose resumes contain relevant keywords in context. Your content strategy matters as much as your formatting.
  4. Communicate impact, not responsibilities — the difference between 'worked on the payment system' and 'reduced payment failures by 34%, recovering $2.1M annually' is the difference between being ignored and getting a phone screen.

The original Deedy did #1 poorly (two-column parsing failures), #2 adequately (the design is visually distinctive, though narrow columns hurt scannability), and #3 and #4 not at all (it's a formatting template with zero content intelligence). Modern Deedy fixes #1 but still doesn't address #3 or #4.

A 2026 resume tool should handle all four. Not because engineers are lazy — because the stakes are too high to leave content quality to guesswork.

The Progression: From Old Deedy to What Actually Works

Let me walk you through the natural evolution, because understanding the progression helps you see where each option fits and what each step gains you.

Step 1: Original Deedy (2014)

Two-column layout, Lato/Raleway fonts, colored headers, XeLaTeX compilation. Beautiful design, genuine innovation, bad ATS performance.

What it gave you

Distinctive visual identity. Modern typography. High content density. A resume that stood out at career fairs and in email attachments.

What it cost you

65-78% ATS parse accuracy on legacy systems. XeLaTeX dependency. Column-balancing fragility. Silent application failures on 20-30% of online submissions.

Verdict in 2026: Do not use for any online application. Acceptable only for physical career fair handoffs where no ATS is involved.

Step 2: Modern Deedy (Single-Column Fork)

Same Lato/Raleway fonts, same colored headers, same design identity — but in a single-column layout. Eliminates the ATS parsing problem entirely.

What it fixed

ATS compatibility — 98-100% parse accuracy across all major platforms. No more column-interleaving errors. No more silent application failures.

What it didn't fix

Still LaTeX-on-Overleaf. Still XeLaTeX-dependent fonts. Still format-only with zero content feedback. Still a static PDF pipeline with no tailoring capability.

Verdict in 2026: A solid choice if you're comfortable with LaTeX and don't need content guidance. Genuinely ATS-safe. But you're still paying the LaTeX tax and getting no help with the content that actually determines whether you get interviews.

Step 3: Jake's Resume (Single-Column, pdfLaTeX)

The most widely adopted CS resume template. Single-column, Computer Modern fonts, standard pdfLaTeX compilation, maximum content density. No color, no decoration — pure content vessel.

What it added over Modern Deedy

Standard pdfLaTeX — compiles everywhere, fast, minimal dependencies. Simpler LaTeX source — no custom font packages, no fontspec. Maximum content density — no vertical space used by colored headers or rule lines.

What it still lacked

Still LaTeX. Still requires Overleaf or a local TeX installation. Still format-only with zero content feedback. Visually interchangeable with every other Jake's Resume in the stack.

Verdict in 2026: The safest formatting choice. Universally ATS-compatible, maximally dense, zero visual risk. But still just a formatting template — it makes your content look right without telling you if your content is right.

Step 4: A Builder With Linting

Same pixel-perfect output as Jake's or Deedy — but in a visual editor with live preview, no LaTeX, and built-in ATS linting that analyzes your content, not just your formatting.

What it added over raw templates

No LaTeX compilation — enter content, see it rendered in real-time. ATS lint engine — analyzes your resume against real parsers and flags issues before you submit. Content feedback — identifies vague bullets, missing metrics, weak action verbs. Template switching — same content, different template, one click.

What it costs

You give up the 'I hand-crafted this in LaTeX' satisfaction. That's it. The output PDF is identical. The ATS performance is identical. You just didn't spend 3 hours debugging a \vspace error to get there.

This is the step that changes the category. Steps 1-3 are formatting tools — they control how your resume looks. Step 4 is a content tool — it helps you improve what your resume says. That's the difference between a template and a tool.

What You Lose by Leaving Deedy

I want to be honest about this, because pretending there are no trade-offs would be dishonest.

If you switch from Deedy to Jake's, you lose the visual distinctiveness. Jake's is the most popular CS template, which means your resume looks like a lot of other resumes. The Lato/Raleway typography, the colored headers, the sense of 'this person cares about design' — that's gone. In its place, you get Computer Modern serif fonts and zero decoration. It's the engineering equivalent of wearing a navy suit to an interview: safe, professional, invisible.

If that visual identity matters to you — if you're applying to design-forward companies, if you want your resume to signal aesthetic sensibility — the modern single-column Deedy preserves it. You don't have to choose Jake's. You can get the Deedy look with full ATS safety. The look was never the problem.

What you can't do is keep using the original two-column version for online applications. That's the line. Everything else is preference.

What You Gain by Moving Forward

  • 100% ATS safety — every application parses correctly, every time. No more silent failures, no more wondering which submissions got garbled.
  • Hours back per resume update — no LaTeX compilation, no vspace hacks, no font package conflicts. Update a bullet point and see it rendered instantly.
  • Content feedback you didn't have before — ATS linting that tells you which bullets are vague, which keywords you're missing, which sections need stronger impact statements. The template never told you this. A builder can.
  • Template flexibility — enter your content once, view it in Jake's, in Deedy's, in other templates. Compare how each one looks. Export whichever fits the context. No more maintaining separate LaTeX codebases.
  • Confidence when you hit submit — you know the ATS can read it, you know the content has been analyzed, you know the formatting is clean. No more 'hope this parses correctly' anxiety.

The Respectful Reality

Debarghya Das built something that mattered. The Deedy Resume didn't just give engineers a template — it gave them permission to care about how their work was presented. Before Deedy, the implicit message in CS culture was that aesthetics were frivolous, that substance was all that mattered, that caring about fonts was for designers, not engineers.

Deedy challenged that. The template said: you can be a serious engineer and care about typography. You can write production code and also think about visual hierarchy. Craft extends beyond the terminal.

That cultural shift was real and valuable. It's part of why modern resume templates — including the ones we build — look the way they do. The bar for what a CS resume should look like was raised by Deedy's template, and it stayed raised.

But cultural contributions don't make a template immune to obsolescence. The hiring pipeline changed. ATS became universal. Recruiter attention spans compressed. The world moved, and the template didn't move with it. That's not a failure — it's just time passing. Das himself moved on to venture capital. His template served its era. Now it's time for yours to serve this one.

What to Do Right Now

If you're currently using the original two-column Deedy for online applications:

  1. Stop submitting it through job portals immediately. Every ATS submission with the two-column layout is a gamble — and the expected value is negative.
  2. Decide what matters to you: if you love the Deedy aesthetic (Lato/Raleway, colored headers), switch to the modern single-column Deedy. If you want maximum simplicity and density, switch to Jake's Resume. Both are ATS-safe.
  3. Move off LaTeX if you can. The formatting is solved. Visual builders produce the same pixel-perfect output without the compilation tax. Your time is better spent on content.
  4. Get your content reviewed. Whether you use a linting tool or ask a friend in hiring, your bullet points matter more than your template choice. Make sure they're impact-focused, specific, and keyword-aligned.
  5. Keep one version for career fairs if you want. The original two-column Deedy is still a great physical handoff resume. Print it on nice paper and hand it to recruiters. Just don't upload it anywhere.

Build the Modern Version

Deedy's design, none of the risk

Rejectless offers the modern single-column Deedy as a visual builder — same Lato/Raleway typography, same colored section headers, same aesthetic identity. No LaTeX, no XeLaTeX, no compilation errors. Plus ATS linting that analyzes your content against real parsers and tells you exactly what to fix before you submit.