ContentPosts from @faun..
 Activity
@faun published <function LinkPost.objectify at 0x7fd7b7779bd0> The Big LLM Architecture Comparison , 2 months, 2 weeks ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fc525265bd0> Measuring Developer Productivity with Amazon Q Developer and Jellyfish , 2 months, 2 weeks ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fd7b7779bd0> My Own DNS Server At Home , 2 months, 2 weeks ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fd7b7779bd0> Sandboxed to Compromised: New Research Exposes Credential Exfiltration Paths in AWS Code Interpreters , 2 months, 2 weeks ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fd7b7779bd0> v1.34: Introducing CPU Manager Static Policy Option for Uncore Cache Alignment , 2 months, 2 weeks ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fd7b7779bd0> v1.34: Pod Replacement Policy for Jobs Goes GA , 2 months, 2 weeks ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fc525265bd0> Vibe Coding Will Break Your Enterprise , 2 months, 2 weeks ago.
Link
@faun shared a link, 2 months, 2 weeks ago

How we migrated our Rush.js monorepo to Node type stripping

Calm gutted a 10-year-old Rush.js monorepo and came out faster, cleaner, and way less tangled. The team dropped transpilation, ditched source maps, and went all-in onNode type strippingwithnative ESM. Local dev sped up by 30–40%. CI jobs? 3–6 minutes faster. The overhaul hit everything: killed stubb.. read more  

Link
@faun shared a link, 2 months, 2 weeks ago

Claude Code Ushers in a New Era of Agentic Programming

The rapid evolution of agentic coding is transforming software development, moving beyond traditional methods to intelligent, autonomous systems. Anthropic's Claude Code represents a significant leap in AI assistance for developers, shifting the paradigm from direct text manipulation to hands-off co.. read more  

Link
@faun shared a link, 2 months, 2 weeks ago

What makes Claude Code so damn good (and how to recreate that magic in your agent)!?

Claude Code skips the multi-agent circus. One main loop. At most, one fork in the road. Everything runs through a flat message history, tracked by a tidy little to-do list. Over half its LLM calls? Outsourced to lighter, cheaper models likeclaude-3-5-haiku. Smart split: heavyweight reasoning when y.. read more  

What makes Claude Code so damn good (and how to recreate that magic in your agent)!?