Chris Edgington
512 posts

Chris Edgington
@EdgingtonC
Husband, father, friend. Problems, wilderness, faith. My invention - https://t.co/f4Sb067Al9. Need help - https://t.co/q2jlCecmJH
Sumali Kasım 2013
240 Sinusundan151 Mga Tagasunod

@c0nst @barbinbrad LOL - that's what I was going to say, either of them named Devin 😅
English

@EdgingtonC @syntaxfm Do you work in the label/POS industry with these projects?
English

@kellabyte IME - structured logging often just ends up being unstructured logging stuffed into JSON - often doubling the space-per-message. Just give me raw logs - a lot can be done with those.
English

These are rules I apply in my own processes:
Have a documented architecture that the agent must follow — not just code style, but actual structural rules for where logic goes and why.
Never blindly trust agents.
____
I actually put an ARCHITECTURE.md in each project - it includes references to hand-written code that follows patterns I want followed. So when I have my review agent go over changes - I say "make sure all the changes meet the ARCHITECTURE.md requirements".
And I've been burned too many times just trusting the agent when I was in a hurry. "Is that code ready to go?" "Yep" deploy ... its broken.
English

The things that have worked the best for me to keep Claude etc from writing complete trash code.
(This assumes you’re using the top models at medium to high reasoning, and paying $200+/mo for a good plan, not $20.)
1. Excellent test suite that the agent has to run and fix if anything is broken, and write its own tests. By far the best way to improve outcomes. Also include linting, type checking, compiling, other static analysis tools and validations, and even access to a debugger if I can make it happen.
2. Excellent docs covering systems, code style, testing strategies, and more that I hand-wrote initially and that the agent has to keep up to date with every commit / PR.
3. An opinionated and carefully curated code base with well-named functions/classes/filenames, small files, extremely flat folder structure, and an AGENTS md that indexes and describes each concisely. Don’t let the intoxicating speed let this get out of hand. You’ll pay for it.
4. Review agents, using codex to review Claude and vice versa. I have Claude spawn codex reviews via CLI and it works super well. Also add in review checklists that it has to use before it’s done.
5. Well-written specifications that I hand-write and take my time on.
6. Review every line of every change that it makes and update docs, tests, or how I write specifications to ensure problems never happen again.
7. Run the agents at night so I am forced to improve everything above this one in order to not wake up to slop.
8. Be willing to hand-write features and bug fixes from time to time to make sure you stay in tune with the code base.
English

@mattpocockuk Yes, but it is GOOD that describing requirements is slow. It forces us to think. And we cannot think faster.
English

@waynesutton @Fayeezashaikh Hmmm - went to that account - no DM option?
English

Building something cool with Convex and want to get featured?
Send @fayeezashaikh a DM.
English

@Rasmic Same. Tried three times. I'm not wasting time trying again until the grok coding agent comes out.
English

I usually have 4-5 claude code sessions going ... I follow the same routine. I spend extensive time in plan mode. After a plan is done, I have two custom agents that review and help revise the plans. Then I let claude run with the plans. Once done - I have a few prompts I use everytime to "finish" an implementation before ask the same two custom agents to review the code. Then when all that is done - I read all the code. After rounds of feedback / revisions ... then time to test.
English

I'd also love a real "cloudlfare tunnels for iot" management and control plane. My product "proxybox zero" relies on tunnels. As it continues to grow - tunnel management is getting to be a serious pain. I'm building my own dashboards - but it would be great if this was a first-class thing from cloudflare.
English

Just over week until @Cloudflare next Innovation Week! What should we announce?
English

@dok2001 @Cloudflare I would love "projects" - where I could group my project-relative CF resources. I've got so many workers / pages configured - such a pain to navigate.
English









