jeff-dean

Guides scalable AI system design using hardware-software co-design and model distillation.

100|8|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/K-Dense-AI/mimeographs --skill jeff-dean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jeff-dean
Source: https://github.com/K-Dense-AI/mimeographs/tree/main/mimeographs/jeff-dean
Command: npx skills add https://github.com/K-Dense-AI/mimeographs --skill jeff-dean

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a principled, engineering-focused frame inspired by Jeff Dean to help teams design and optimize large-scale AI systems, balancing frontier capabilities with practical latency, energy, and deployment constraints.

Core Features & Use Cases

  • Hardware-Algorithm Co-design mindset to align model architectures with accelerator constraints.
  • Latency-first design and Model Distillation to enable scalable, cost-effective deployment across orgs.
  • Promote Massively Multi-task models and Unified multimodal approaches to reduce siloed compute.
  • Guide system design decisions with a 5-10x scaling horizon to avoid 100x premature scaling.
  • Provide decision guidance for transitioning from specialized to generalized models in production.

Quick Start

Initiate by identifying the top bottlenecks in your current ML system using Back-of-the-Envelope thinking, then draft a 5-10x scaling plan that preserves latency and energy budgets.

Frequently Asked Questions about jeff-dean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design scalable AI systems while balancing latency and energy constraints?

Design scalable AI systems by applying hardware-software co-design, model distillation, and sparse activation to maintain latency and energy budgets while planning for 5-10x scaling horizons.

When should I transition from specialized models to unified multimodal architectures?

Transition from specialized to unified multimodal models when siloed compute becomes unsustainable, using massively multi-task modeling to reduce infrastructure overhead and streamline deployment.

What is the best way to plan ML scaling without premature infrastructure overbuilding?

Plan ML scaling using Back-of-the-Envelope thinking to identify bottlenecks, drafting a 5-10x scaling plan that preserves latency and energy budgets to avoid 100x premature scaling.

How does hardware-ML co-design improve large-scale model deployment?

Hardware-ML co-design improves deployment by aligning model architectures with accelerator constraints, enabling latency-first design and energy-aware decisions for cost-effective scaling.

Can I use model distillation to reduce latency in production AI systems?

Use model distillation to reduce latency in production AI systems by transferring knowledge from large models to smaller ones, enabling scalable deployment while preserving frontier capabilities.

Why does my multi-task model suffer from high latency during scaling?

Multi-task models suffer high latency during scaling when architectures ignore accelerator constraints; applying sparse activation and hardware-algorithm co-design enforces latency-conscious decisions.