FEFrancis Eytan Dortortindortort.hashnode.dev·Apr 7 · 7 min readClosing the automation gap in Claude CodeClaude Code Desktop introduced scheduled tasks last year, and I immediately started using them. Morning standup prep that summarized yesterday's commits, end-of-day PR digests, a weekly dependency audit — all running on a timer without me touching an...00
FEFrancis Eytan Dortortindortort.hashnode.dev·Mar 9 · 10 min readBeyond terraform_remote_state: five ways to share data across Terraform configurationsEvery team that splits Terraform into multiple root configurations hits the same wall: configuration A creates a VPC, and configuration B needs the VPC ID. The question isn't whether you need cross-configuration data sharing. It's which approach scal...00
FEFrancis Eytan Dortortindortort.hashnode.dev·Feb 24 · 6 min readDon't Ditch AGENTS.md — Fix What's In ItA recent study evaluated whether repository-level context files actually help coding agents solve tasks. The findings are counterintuitive: both LLM-generated and developer-authored context files tend to reduce success rates while increasing cost. Th...00
FEFrancis Eytan Dortortindortort.hashnode.dev·Feb 24 · 6 min readDon't Ditch AGENTS.md — Fix What's In ItA recent study evaluated whether repository-level context files actually help coding agents solve tasks. The findings are counterintuitive: both LLM-generated and developer-authored context files tend to reduce success rates while increasing cost. Th...00
FEFrancis Eytan Dortortindortort.hashnode.dev·Feb 21 · 9 min readAgentic AI is reintroducing ClickOpsWe spent the better part of a decade eliminating ClickOps. We replaced console dashboards with Terraform modules, SSH sessions with CI/CD pipelines, and ad hoc patches with peer-reviewed pull requests. Infrastructure as Code became the standard becau...00