Derek Arends

281 posts

Derek Arends banner
Derek Arends

Derek Arends

@derekarends

Software Builder

Des Moines, IA Katılım Ekim 2009
477 Takip Edilen119 Takipçiler
Derek Arends
Derek Arends@derekarends·
@unclebobmartin I think that has been the hardest part of AI adoption at organizations. The business is sold an idea without being educated on how non-deterministic applications will be have. So when we give the demo they expect the exact same output every time.
English
0
0
0
196
Uncle Bob Martin
Uncle Bob Martin@unclebobmartin·
Here's a philosophical question for you. We programmers have been dedicated to _certainty_. Either the program works or it doesn't. AIs do not deliver certainty. Perhaps certainty will remain forever outside their domain. Can we live with that? Of course we do, in virtually every other aspect of our lives. And even we are never entirely certain that our programs work. Is our AI future, therefore, one that constrains the uncertain behavior of our machines to remain within acceptable limits? Is that any different from before AI?
English
82
9
191
18.2K
Derek Arends
Derek Arends@derekarends·
@0xgaut Just discovered claude code cli and github copilot cli this week. Feeling like Neo in the Matrix this weekend.
English
0
0
0
143
gaut
gaut@0xgaut·
who’s up glued to their computers prompting weekend?
English
54
3
264
14.4K
Derek Arends
Derek Arends@derekarends·
@lochan_twt I will keep the code open in VS Code and use Github Copilot to refactor stuff that gets too crazy. Having good instructions will help it follow project design patterns too.
English
0
0
0
10
spidey
spidey@lochan_twt·
how do you people maintain code quality while vibecoding ???
English
701
20
1.1K
220.4K
Derek Arends
Derek Arends@derekarends·
@paradite_ I have had the same experience so far. Codex has taken longer and done weird hacks instead of solving the real problem compared to Claude code.
English
0
0
1
193
Zhu Liang
Zhu Liang@paradite_·
I don't know what kind of tricks OpenAI is playing on X or the generic public to get everyone on X to praise Codex and trash Claude Code. But for me it's crystal clear that Claude Code is still far ahead of Codex.
English
94
21
196
19.2K
Derek Arends
Derek Arends@derekarends·
If you haven't used Claude Code cli or Github Copilot(GHC) cli, it is worth a shot. The last few days I am starting to understand when they say 10x engineer. I used to use GHC in VS code only and it was good. I did alright. Now I am throttled by the amount of context in my own head. Start by creating a UI, API, and database agents that know how to do their job and understand your expectations well. Then you can have Claude Code doing more of the complex work(create an ai assistant chat bot that edits text live) and GHC building more crud (a task list or managing members) they will both be working through their plan and finally I use GHC in VS code to go back and do any refactoring if the AI got a little to verbose. Most of it is sonnet 4.5 but will use gpt4.1 for refactor.
English
0
0
0
38
Samuel Malkasian
Samuel Malkasian@samuelmalkasian·
We just had our first real “welcome to the big leagues” security moment, and the timing was almost too perfect. I was literally at cyber drill with the Army over the weekend when someone decided to test our Vercel frontend with that new React zero-day (CVE-2025-55182). So we threw it up on the big screen and watched the defense in real time. The good news? Our layers did exactly what they were designed to do. First real-world exploit attempt is in the books, and we’re counting it as a successful fire drill. Appreciate the free pen test, random internet stranger. Full write-up here: carpathian.ai/publications/v…
English
1
0
0
89
Derek Arends
Derek Arends@derekarends·
I’m reading Thinking in Systems, and the book shares a simple story about two watchmakers. Both build the same watches. Both face constant interruptions. Yet one stays poor while the other becomes wealthy. The first watchmaker tries to assemble the entire watch at once. When a customer interrupts him, the watch falls apart and he has to start over. The second builds watches in stages. Small, stable subassemblies are completed first, then combined. When he’s interrupted, only the last subassembly is affected. This allows him to serve more customers and finish more watches. It got me thinking about all the things I’m trying to “build all at once”, when they could be broken into stable stages and built more effectively.
English
0
0
0
23
Derek Arends
Derek Arends@derekarends·
Anyone else impressed when getting AI to create HTML mocks it genereates the CSS first? I have a hard enough time adding CSS when I know where it is. I can't imagine predicting these styles will work, let alone make the app look good.
English
0
0
1
22
Derek Arends
Derek Arends@derekarends·
To the vibe coders out there and anyone else using React Server Side components - please upgrade your React/NextJS/React Router packages. There is a critical security vulnerability allowing for unauthenticated remote code execution. This allows attackers to send unauthenticated malicious scripts to your server and do bad things. If you want to know more about which packages and the vulnerability, I linked the React team's blog linked below.
Derek Arends tweet media
English
1
0
0
48
Derek Arends
Derek Arends@derekarends·
I’m learning growth can feel like two opposite emotions at once. On one hand, there’s excitement from the momentum, progress, and new skills clicking into place. On the other hand, there’s the frustration of dropping things, forgetting things, and feeling like I should be keeping up better. What I realized I need to work on: - Celebrating the excitement and the wins - Giving myself grace for the things I’m still figuring out If you are feeling both the momentum and the mess, just know, you are growing.
English
0
1
1
15
Derek Arends
Derek Arends@derekarends·
I think Aqua is becoming my favorite band.
Derek Arends tweet media
English
0
0
0
8
Derek Arends
Derek Arends@derekarends·
Today I learned a simple framework that can help make idea clearer: Character → Struggle → Resolution Example: Character: a shipper you're trying to help Struggle: the chaos they’re stuck in (late deliveries, bad visibility, angry customers) Resolution: a life of on time deliveries, clear visibility, and fewer dumpster fires after you help out. Do y'all use stories often to express ideas?
English
0
0
0
8
Derek Arends
Derek Arends@derekarends·
If you are having GitHub Copilot in Agent mode doing your tasks, try adding the prompt below to the rest of your prompt. It has been an amazing addition for me. P.S. Add it as a prompt file or to your copilot instructions to avoid having to type it every time. ---- Add below to your prompt --- - Break the request into multiple tasks. - Work through each task one by one. Only moving on once the current task is completed. - Ask for any additional information before beginning if the request is ambiguous or lacks sufficient detail.
English
0
0
0
34
Derek Arends
Derek Arends@derekarends·
Me: Hey Claude, I am a perfectionist and don't like to make uncomfortable calls so I am going to word vomit to you instead... Claude: I'm Drawing a Line I will not answer any more questions about this idea until you make the calls.
English
0
0
2
65
Derek Arends
Derek Arends@derekarends·
If we thought the "this site uses cookies" was annoying, wait until each website makes you fill out a puzzle to make web scraping harder.
English
0
0
1
24
Derek Arends
Derek Arends@derekarends·
@leojrr Do you have a recommendation for email sequencer?
English
0
0
0
12
leo
leo@leojrr·
if you’re launching your app without this setup, you’re gambling: – Nurture email sequence – FB Pixel – Retargeting ads – Google Analytics This is the bare minimum.
English
36
17
359
39.4K
Derek Arends
Derek Arends@derekarends·
@DataChaz @n8n_io Thanks for the share, I have just started looking into observability for enterprises and was wondering how that might apply to nocode.
English
1
0
1
357
Charly Wargnier
Charly Wargnier@DataChaz·
This is next level. Nate Herkelman uses @n8n_io to bring full observability to AI agents! 🤯 His setup: ↳ logs all agents’ actions ↳ tracks models + token usage ↳ monitors costs ↳ records I/O + errors Full 9-minute walkthrough in 🧵 ↓
English
21
118
1.3K
106.9K
Derek Arends
Derek Arends@derekarends·
Anyone have a preference on using openai real-time chat vs vapi, elevenlabs, ultravox?
English
0
0
0
43
Derek Arends
Derek Arends@derekarends·
Would you like your own personal LLM? Most LLM models are able to be finetuned for a pretty reasonable price nowadays. I created a Derek-LLM based on the gpt4.1-mini model and it is able to create LinkedIn posts and Xeets with a very simple prompt. I am not sold on the content it is creating yet though... or am I?
Derek Arends tweet media
English
0
0
1
50