|
1 | 1 | {% extends "base.html" %} |
2 | 2 |
|
3 | | -{% block title %}Sohail Mohammad - Production AI Infra & Adjacent Thoughts{% endblock %} |
4 | | -{% block meta_description %}Forward deployed engineer at Together AI. Notes on production AI infrastructure, inference economics, post-training, systems, and adjacent thoughts.{% endblock %} |
5 | | -{% block og_title %}Sohail Mohammad - Production AI Infra & Adjacent Thoughts{% endblock %} |
6 | | -{% block og_description %}Forward deployed engineer at Together AI. Notes on production AI infrastructure, inference economics, post-training, systems, and adjacent thoughts.{% endblock %} |
7 | | -{% block twitter_title %}Sohail Mohammad - Production AI Infra & Adjacent Thoughts{% endblock %} |
8 | | -{% block twitter_description %}Forward deployed engineer at Together AI. Notes on production AI infrastructure, inference economics, post-training, systems, and adjacent thoughts.{% endblock %} |
| 3 | +{% block title %}Sohail Mohammad - Production AI and Adjacent Thoughts{% endblock %} |
| 4 | +{% block meta_description %}Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.{% endblock %} |
| 5 | +{% block og_title %}Sohail Mohammad - Production AI and Adjacent Thoughts{% endblock %} |
| 6 | +{% block og_description %}Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.{% endblock %} |
| 7 | +{% block twitter_title %}Sohail Mohammad - Production AI and Adjacent Thoughts{% endblock %} |
| 8 | +{% block twitter_description %}Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.{% endblock %} |
9 | 9 | {% block nav_home %} class="active" aria-current="page"{% endblock %} |
10 | 10 | {% block body_class %} class="home-page"{% endblock %} |
11 | 11 |
|
12 | 12 | {% block content %} |
13 | 13 | <section class="hero hero--positioning"> |
14 | 14 | <div class="hero-content"> |
15 | 15 | <p class="hero-kicker">Sohail Mohammad</p> |
16 | | - <h1 class="hero-name">Production AI Infra & Adjacent Thoughts</h1> |
17 | | - <p class="hero-bio">Forward deployed engineer at Together AI. Notes on inference economics, post-training, systems, and adjacent thoughts.</p> |
| 16 | + <h1 class="hero-name">Production AI and Adjacent Thoughts</h1> |
| 17 | + <p class="hero-bio">Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.</p> |
18 | 18 | <div class="hero-actions"> |
19 | 19 | <a href="{{ SITEURL }}/pages/inference-economics/" class="site-btn">Inference Economics</a> |
20 | 20 | <a href="{{ SITEURL }}/book/" class="site-btn site-btn--soft">Read the Field Guide</a> |
|
0 commit comments