Rohit (@rohit4verse) publie sur X un thread-manifeste qui se présente comme "the 2026 AI engineer roadmap". La thèse centrale est économique : en 2026, l'écart de salaire entre un prompt engineer (qui assemble des wrappers GPT) et un systems architect (qui livre des systèmes autonomes en production) atteint 150k$. Le marché serait saturé de couches fines au-dessus de GPT — "features waiting to be sherlocked by big tech". Pour devenir indispensable, il faut construire profond : orchestration, mémoire, inférence locale.
Le thread propose un blueprint en 5 projets de portfolio classés par complexité, avec pour chacun les décisions architecturales clés.
Projet 1 — AI mobile app avec SLM (beginner) : app offline-first avec petits modèles. Prouve la maîtrise edge AI : lazy loading models, sliding window + semantic chunking, dynamic quantization (4-bit anciens devices, 8-bit récents), battery optimization, offline-first sync chiffré.
Projet 2 — Self-improving coding agent (intermediate) : agent autonome qui code, teste, apprend de ses échecs. "A chatbot waits for a prompt. An agent waits for a goal. The difference is the loop." Boucle plan-execute-test-reflect, sandboxing, memory hierarchy (short-term / long-term / failure memory), reflection mechanism par vector similarity, code safety par static analysis.
Projet 3 — Cursor but for video editors (advanced) : "text is the past, vision and video are the present." Fork d'éditeur open-source (Shotcut suggéré), agent multimodal qui comprend l'intent ("make this cinematic"), traduit en paramètres concrets (LUT, gaussian blur, dramatic cues), détecte les scènes, génère un edit decision list, propose un undo avec reasoning.
Projet 4 — Personal life OS agent (expert) : "an agent that forgets is useless; an agent that knows your life is a partner." Knowledge graph personnel construit en continu (calendar, finance, health), proactive monitoring (anomalies détectées toutes les 6h), value alignment explicite, privacy architecture (encryption at rest, offline-capable), predictive planning, transparent reasoning avec citations data points.
Projet 5 — Autonomous enterprise workflow agent (master) : "the final boss of ai engineering." Agent qui pilote des workflows business end-to-end. Event-driven (Slack/Jira), multi-agent delegation, self-healing avec circuit breaker, audit trail immuable, RBAC, observability complète, human-in-the-loop, workflow learning post-completion, cost management.
Le thread se conclut sur un slogan darwinien : "the replaceable: building wrappers. the unfireable: shipping autonomous systems." Appel à shipper le weekend, documenter en public, tag l'auteur pour amplification. Format growth-hacker assumé. À lire comme inventaire architectural des patterns 2026 (edge AI, agentic loops, multimodal, deep context, multi-agent orchestration), pas comme étude. La densité d'aphorismes — "sherlocked", "unfireable", "final boss" — trahit l'intention virale, mais le contenu technique recoupe le consensus 2026 (Karpathy, Sierra, Stripe Minions, Anthropic).