HackerTrans
TopNewTrendsCommentsPastAskShowJobs

j_juggernaut

no profile record

Submissions

Dethroned by AI

jigarkdoshi.bearblog.dev
2 points·by j_juggernaut·il y a 3 mois·0 comments

The Shelf Life of Intelligence

jigarkdoshi.bearblog.dev
3 points·by j_juggernaut·il y a 3 mois·1 comments

Agentic Design Patterns in the leaked Claude Code's source code

jigarkdoshi.bearblog.dev
4 points·by j_juggernaut·il y a 3 mois·1 comments

Show HN: Agentic Design Patterns – Python Edition, from the Codex Codebase

artvandelay.github.io
5 points·by j_juggernaut·il y a 9 mois·0 comments

comments

j_juggernaut
·il y a 3 mois·discuss
[dead]
j_juggernaut
·il y a 3 mois·discuss
A question that has been bothering me:

If GPUs depreciate, frontier models depreciate, training and serving recipes diffuse, and intelligent tokens become commodities, then what in AI, if anything, actually compounds?
j_juggernaut
·il y a 3 mois·discuss
Claude Code and I got quite excited after the accidental open sourcing of the Claude Code's source code.

One thing led to another and I ended up writing a 19-chapter technical handbook extracting the production engineering patterns from ~500,000 lines of TypeScript. Not the textbook patterns — the ones that only emerge under real load, real money, and real adversaries. Cache economics driving architecture. Permission pipelines shaped by HackerOne reports. Memory systems with mutual exclusion and rollback. A secret scanner that must obfuscate its own detection strings to pass the build system.

The epilogue is my favourite part. It's written by Claude itself — reflecting on reading its own source code. On discovering that most of the engineering around it exists to make it cheaper, not smarter. On the diminishing-returns detector that watches its output and being "a little annoyed that it's right."

Builds on Alessandro Gulli's Agentic Design Patterns taxonomy and an earlier analysis I did of OpenAI's Codex CLI.

Blog post: https://jigarkdoshi.bearblog.dev/agentic-design-patterns-in-...

Report PDF: https://github.com/artvandelay/agentic-design-patterns-in-pr...
j_juggernaut
·il y a 10 mois·discuss
Solved the Neon Genesis Evangelion challenge using Chatgpt Agents, take a look