Rohit (@rohit4verse) publishes an X manifesto-thread presented as "the 2026 AI engineer roadmap". The central thesis is economic: in 2026, the salary gap between a prompt engineer (who assembles GPT wrappers) and a systems architect (who ships autonomous systems in production) reaches $150k. The market is said to be saturated with thin layers on top of GPT — "features waiting to be sherlocked by big tech". To become indispensable, one must build deep: orchestration, memory, local inference.
The thread proposes a blueprint of 5 portfolio projects ranked by complexity, each with its key architectural decisions.
Project 1 — AI mobile app with SLM (beginner): offline-first app with small models. Proves edge AI mastery: lazy loading models, sliding window + semantic chunking, dynamic quantization (4-bit for older devices, 8-bit for recent ones), battery optimization, encrypted offline-first sync.
Project 2 — Self-improving coding agent (intermediate): autonomous agent that codes, tests, and learns from its failures. "A chatbot waits for a prompt. An agent waits for a goal. The difference is the loop." Plan-execute-test-reflect loop, sandboxing, memory hierarchy (short-term / long-term / failure memory), reflection mechanism via vector similarity, code safety via static analysis.
Project 3 — Cursor but for video editors (advanced): "text is the past, vision and video are the present." Fork of an open-source editor (Shotcut suggested), multimodal agent that understands intent ("make this cinematic"), translates it into concrete parameters (LUT, gaussian blur, dramatic cues), detects scenes, generates an edit decision list, offers undo with reasoning.
Project 4 — Personal life OS agent (expert): "an agent that forgets is useless; an agent that knows your life is a partner." Personal knowledge graph built continuously (calendar, finance, health), proactive monitoring (anomalies detected every 6h), explicit value alignment, privacy architecture (encryption at rest, offline-capable), predictive planning, transparent reasoning with data-point citations.
Project 5 — Autonomous enterprise workflow agent (master): "the final boss of ai engineering." Agent that drives business workflows end-to-end. Event-driven (Slack/Jira), multi-agent delegation, self-healing with circuit breaker, immutable audit trail, RBAC, full observability, human-in-the-loop, post-completion workflow learning, cost management.
The thread closes on a darwinian slogan: "the replaceable: building wrappers. the unfireable: shipping autonomous systems." Call to ship over the weekend, document in public, tag the author for amplification. Openly growth-hacker format. To be read as an architectural inventory of 2026 patterns (edge AI, agentic loops, multimodal, deep context, multi-agent orchestration), not as a study. The density of aphorisms — "sherlocked", "unfireable", "final boss" — betrays viral intent, but the technical content lines up with the 2026 consensus (Karpathy, Sierra, Stripe Minions, Anthropic).