Chris Edgington

512 posts

Chris Edgington banner
Chris Edgington

Chris Edgington

@EdgingtonC

Husband, father, friend. Problems, wilderness, faith. My invention - https://t.co/f4Sb067Al9. Need help - https://t.co/q2jlCecmJH

Beigetreten Kasım 2013
240 Folgt151 Follower
Chris Edgington
Chris Edgington@EdgingtonC·
Since claude code moved to 1M token context - I have never hit the limit. Today I have hit it probably 10 times - yet I'm doing the same things I always do. Must be a newly introduced bug?
English
0
0
2
68
Brad Barbin
Brad Barbin@barbinbrad·
we're about to make two new job offers for carbon. we weren't sure about either at first. then they worked like crazy with open source contributions and gave us no choice. now we're confident that we've got A players. open source ftw.
English
2
2
20
760
Kenton Varda
Kenton Varda@KentonVarda·
I find I can't bring myself to use the term "clanker". I mean, I know logically it's fine. AIs aren't people. I don't judge anyone else for saying it, in fact I think it's funny when they do. But when it comes to me saying it, something in my brain says "no".
English
41
1
112
17K
Adam Wathan
Adam Wathan@adamwathan·
// AGENTS.md Never, ever, under any circumstances, ever, not once, no matter what, try to start the fucking dev server, it’s already fucking running.
English
313
286
6.7K
288K
Wes Bos
Wes Bos@wesbos·
What are you working on? Send me your project. OSS, Paid, whatever. We're doing a @syntaxfm Syntax Highlight and we will review and/or roast your projects
English
610
14
342
56.8K
Chris Edgington
Chris Edgington@EdgingtonC·
@wesbos @syntaxfm I then got hired to help a company build their own custom internal ERP - which revealed the need for document templates, document generation, etc., in on-demand formats (pdf, zpl, png, html, etc.) - which is why I built BinderyPress.
English
0
0
0
138
Chris Edgington
Chris Edgington@EdgingtonC·
@wesbos @syntaxfm I'm just a custom software consultant (been coding for 30+ years) ... got hired to build some ERP integrations a couple years ago encountered significant pain of printing from browser client and from cloud ERP to local printers. That's what led me to build ProxyBox Zero.
English
0
0
0
64
Chris Edgington
Chris Edgington@EdgingtonC·
Oh claude, at least your are consistently untruthful:
Chris Edgington tweet media
English
0
0
1
46
Chris Edgington
Chris Edgington@EdgingtonC·
@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
0
0
1
553
Kelly Sommers
Kelly Sommers@kellabyte·
Am I the only one who feels conflicted about structured logging? Whenever I look at logs in half of the observability tools it’s hard to view on the screen and JSON sucks. But advocating for an unstructured logging format these days would get you murdered I feel in most orgs.
English
114
7
357
61.1K
Chris Edgington
Chris Edgington@EdgingtonC·
Which non-password login mechanism do you prefer:
English
1
0
1
56
Chris Edgington
Chris Edgington@EdgingtonC·
For a SAAS platform that does not provide passwords - would you rather receive a magic-link that needs clicked on (browsed) to finish auth or an OTP email that you enter into a waiting login box?
English
0
0
1
27
Chris Edgington
Chris Edgington@EdgingtonC·
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
1
0
1
14
Jamon
Jamon@jamonholmgren·
@EdgingtonC Got two more so we can round it out?
English
1
0
0
23
Jamon
Jamon@jamonholmgren·
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
26
12
223
21.1K
Chris Edgington
Chris Edgington@EdgingtonC·
@mattpocockuk Yes, but it is GOOD that describing requirements is slow. It forces us to think. And we cannot think faster.
English
0
0
1
4
Matt Pocock
Matt Pocock@mattpocockuk·
The main fatigue I'm getting with AI is communication fatigue Implementation is now crazy fast, but describing requirements is slow And pushing it faster leaves me knackered
English
148
22
668
37.6K
Wayne Sutton
Wayne Sutton@waynesutton·
Building something cool with Convex and want to get featured? Send @fayeezashaikh a DM.
English
1
0
1
156
Wayne Sutton
Wayne Sutton@waynesutton·
The Convex community didn't sleep this week.
Wayne Sutton tweet media
English
2
0
16
850
Chris Edgington
Chris Edgington@EdgingtonC·
@Rasmic Same. Tried three times. I'm not wasting time trying again until the grok coding agent comes out.
English
0
0
0
408
Micky
Micky@Rasmic·
I keep going back to Opus
English
37
3
156
102.2K
Chris Edgington
Chris Edgington@EdgingtonC·
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
0
0
1
35
Joey Kudish
Joey Kudish@jkudish·
what does your AI coding setup look like right now? single agent sessions? parallel worktrees? custom commands? something else entirely? curious how people are structuring their workflows beyond "open chat, type prompt."
English
1
0
0
107
Chris Edgington
Chris Edgington@EdgingtonC·
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
0
0
4
462
Chris Edgington
Chris Edgington@EdgingtonC·
@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
4
0
29
826