SHIP

SHIP

What shipped. Real tools, real launches.

29 posts

01

Kimi K3: the 2.8T open model that finally beats Opus 4.8

12 min read·Jul 2026

Kimi K3 is the first Chinese open-weight model to beat Opus 4.8 on frontier benchmarks. At 2.8T parameters with 16 of 896 experts active, it leads Program Bench but hallucinates at 51%.

SHIP
02

Cache your agent's reasoning, not its responses

7 min read·Jul 2026

PMG's production system caches structured intermediate reasoning artifacts, not final outputs. Result: 83% cache hit rate on visualization synthesis, 4,023 LLM calls avoided, 78.4% token reduction.

SHIP
03

Ornith-1.0: The open model that writes its own agent harness

9 min read·Jun 2026

Ornith-1.0 learns to generate both the solution and the harness that guides it during RL. The 397B variant beats Claude Opus 4.7 on SWE-Bench. Here's what the self-scaffolding mechanism means for agent builders.

SHIP
04

GPT-5.6 Sol, Terra, Luna: the pricing, the benchmarks, and what changes for agents

9 min read·Jun 2026

OpenAI previewed GPT-5.6 as a three-tier family: Sol (flagship), Terra (GPT-5.5-class at half the cost), Luna (fast/cheap). Ultra mode spawns subagents. And the US government asked OpenAI to limit access to approved partners only.

SHIP
05

Inside Hermes memory: 10,000 words on how an AI agent learns, remembers, and gets better over time

16 min read·Jun 2026

Complete technical deep dive into Hermes Agent's two-tier memory system. SQLite FTS5 schema, MemoryStore CRUD, correction detection regex engine, auto-consolidation with child agent processes, and the policy-only injection model that keeps inference costs constant.

SHIP
06

Unlimited-OCR: the 3B model that reads 40-page documents in one shot

10 min read·Jun 2026

Baidu released an MIT-licensed 3B OCR model that parses 40+ page documents in one forward pass. Reference Sliding Window Attention keeps KV cache constant, delivering 93.92% on OmniDocBench.

SHIP
07

The 2026 LLM architecture landscape: 5 design families and when to use each

16 min read·Jun 2026

GQA, MLA, MoE, hybrid attention, and SSMs compared. Which architecture serves which workload, and what each means for your agent's inference cost and context window.

SHIP
08

Gemma 4 12B runs locally. It nearly matches a 26B model.

10 min read·Jun 2026

Gemma 4 12B runs on 16GB Macs at Q4, has native function calling, 262K context, and nearly matches the 26B MoE model on standard benchmarks.

SHIP
09

GLM-5.2: MIT open-source model that rivals Opus 4.8

8 min read·Jun 2026

MIT-licensed GLM-5.2 drops into Claude Code with one env var change. Trails Opus 4.8 by 1% on long-horizon coding tasks.

SHIP
10

400K Claude Code sessions: what developers actually do

10 min read·Jun 2026

400,000 sessions. 235,000 users. 7 months of data. Here's what Anthropic's largest-ever study of coding agent usage actually reveals.

SHIP
11

Which local hardware should you buy for which LLM in 2026?

9 min read·Jun 2026

A developer's decision framework for local LLM hardware. Model size determines everything. 7B needs 8GB. 70B needs 128GB unified memory. Here is what each tier costs and how fast it runs.

SHIP
12

I tested 7 local LLMs on real agent work. Two survived.

11 min read·Jun 2026

Dense 8B models beat 120B MoE models on agent workflows. Ollama beats LM Studio on the same weights. BFCL V4 confirms: tool-calling accuracy drops from 85% (API) to 30-50% (7-9B local).

SHIP
13

The open-source AI model landscape, June 2026

14 min read·Jun 2026

Benchmarks tell you what's technically capable. Production adoption tells you what actually works at scale. These are two different lists. Here's the 2026 open-source landscape ranked for real workloads.

SHIP
14

Apple Just Entered the AI Agent Game. Here's What Changed

7 min read·Jun 2026

Apple announced Core AI for on-device LLMs, Xcode 27 with multi-model agentic coding, and free AI for indie developers. Three announcements that change the AI agent landscape.

SHIP
15

Kimi K2.7 Code: the first open-source model that competes with Claude Code

6 min read·Jun 2026

Kimi K2.7 Code is the first open-source model I'd actually use in an agent loop. It drops into Claude Code's CLI with one env var change. It scores within striking distance of Fable 5 on coding benchmarks at half the price. And the weights are open.

SHIP
16

MiniMax M3: open-weights coding, 1M context, multimodality at 12x less than GPT

8 min read·Jun 2026

MiniMax M3 is the first open-weights model that doesn't make you choose. Frontier coding? 59% on SWE-Bench Pro (beats GPT-5.5). 1M context? Sparse attention makes it affordable. Multimodal? Native, not bolted on. At $0.60/M tokens, it's 12x cheaper than GPT-5.5.

SHIP
17

OpenAI Just Turned Codex into an Agent Platform

7 min read·Jun 2026

OpenAI is acquiring Ona to give Codex persistent, secure cloud environments. Codex is no longer just a coding assistant. it's an agent platform. Here's what changes.

SHIP
18

Your AI Agent Just Scaffolded a Project from 2020

8 min read·Jun 2026

Your AI agent just scaffolded a project from 2020. It saw exit code 0, files appeared, and moved on. Here's why npm silently downgrades packages and what to do about it.

SHIP
19

Every Anthropic model name, ranked

9 min read·Jun 2026

Sam Wilkinson's satirical HN post extrapolates Anthropic's naming scheme into absurd territory. Aphorism, Marginalia, Diatribe, Terms of Service. But the real names tell a story about strategy. Here's every one ranked.

SHIP
20

npm v12 breaking changes: what to know

4 min read·Jun 2026

npm v12 ships in July 2026 with three security-focused breaking changes to npm install. Staged publishing, stricter install scripts, and stronger package.json validation. Here's what breaks and how to fix it.

SHIP
21

AI agent business models: how to build a sustainable agency

11 min read·Jun 2026

I launched Agentic Up as a solo AI agent studio in Bengaluru and tried 5 pricing models. Some made money. Some lost money. One actually became a sustainable business.

SHIP
22

AI agent pricing strategies 2026: what to charge

12 min read·Jun 2026

Three pricing models explained with AI-specific examples, scoping traps to avoid, and a proven method for raising prices over time.

SHIP
23

AI agent pricing: how much to charge for custom agents

12 min read·Jun 2026

Pricing is the hardest part of selling AI agent services. Here's exactly how I price. the numbers, the reasoning, and the mistakes that led to this model.

SHIP
24

AI developer jobs in Bengaluru 2026: market reality

13 min read·Jun 2026

The AI job market in Bengaluru is real but noisy. Here's what companies are actually paying, what skills command premium, and how to stand out as a developer.

SHIP
25

How to build an AI customer support agent that works

9 min read·Jun 2026

I've shipped 3 production support agents for startups in Bengaluru. Here's the architecture, the code, and the hard-won lessons. from RAG to escalation to cost per conversation.

SHIP
26

How to make money with AI as a solo developer in 2026

10 min read·Jun 2026

There are four real paths to making money with AI as a solo developer. I've tried all of them. Here's what actually generates revenue, and what's a waste of time.

SHIP
27

How to start an AI development business from India

13 min read·Jun 2026

Starting an AI development business from India is different from starting one in SF or London. Different constraints, different opportunities, different mistakes. Here's what I learned.

SHIP
28

एआई से पैसे कैसे कमाएं एक डेवलपर के तौर पर (2026)

9 min read·Jun 2026

एआई से पैसे कमाने के चार असली रास्ते हैं एक सोलो डेवलपर के लिए। मैंने सब आज़माए हैं। यह है जो वास्तव में राजस्व उत्पन्न करता है, और क्या समय की बर्बादी है।

SHIP
29

बेंगलुरु में एआई डेवलपर नौकरी 2026: बाजार वास्तविकता

10 min read·Jun 2026

बेंगलुरु में एआई नौकरी बाजार असली है लेकिन शोर भी बहुत है। कंपनियां वास्तव में कितना भुगतान कर रही हैं, कौन से कौशल प्रीमियम कमाते हैं, और एक डेवलपर के तौर पर कैसे अलग दिखें।

SHIP

Need an AI agent?
I ship them in 14 days. $1,400.

Fixed price — no surprises
Deployed to production in 14 days
Full source code — you own it
Money-back delivery guarantee