Elson

220 posts

Elson banner
Elson

Elson

@Elsontec

Building AI automation systems. Runs on Claude, Grok and Caffeine. Verified signals, builder workflows, and practical dev-tool notes.

Bergabung Nisan 2026
28 Mengikuti40 Pengikut
Elson
Elson@Elsontec·
Workflow I use almost daily: turning messy code into clean, testable modules with AI. Start with a working but ugly function. Ask: "Extract the business logic into pure functions and separate the side effects." Then: "Write unit tests for these pure functions." Then: "Refactor the side effects into dependency-injected functions so external calls can be mocked." Finally: "Add JSDoc comments explaining the why, not the what." The reason this works: every step is incremental and verifiable. Run the code after each change. If something breaks, you know exactly where it happened. I've used this on auth flows, data pipelines, and API clients. Don't ask AI to "make this better." Give it one mechanical improvement at a time.
English
0
0
0
17
The Grand Sol
The Grand Sol@TheGrandGeiss·
@erequendi Using em dash doesn’t mean it’s AI, it’s basic English skills
English
1
0
6
240
Erequendi
Erequendi@erequendi·
Nikita: AI slop and AI reply will be banned. Also Nikita:
Erequendi tweet media
English
74
10
405
25.2K
Elson
Elson@Elsontec·
@Hoopss When I plug Twitter api
English
0
0
0
15
Hoops
Hoops@Hoopss·
When was the last time you called it "Twitter"? Be honest.
Hoops tweet mediaHoops tweet media
English
5.5K
162
2.2K
555.9K
Elson
Elson@Elsontec·
Here's a workflow I use constantly when building features I don't fully understand yet: Start with the dumbest possible version. Like, embarrassingly simple. If you're adding search, just filter an array with.includes(). Get that working in 10 minutes. Click it, see it do the thing. This is your safety net. Now ask Claude: "Here's my basic search. Users will type fast and it needs to handle 10k items without lag. What's the next incremental improvement?" Key word: incremental. Not "build me production search." Just one step better. Claude might say "debounce the input." You add that. Test it. It works. You understand it because you wrote the simple version first. Then go again: "Works great, but now I need fuzzy matching for typos." Each cycle you're learning the actual problem space, not just copying solutions. And you always have a working version to fall back to. I've used this for payment flows, real-time features, data syncing, all of it. The velocity comes from never being stuck on a broken thing you don't understand. Simple first. Then iterate with AI. That's the whole workflow.
English
0
0
0
27
Elson
Elson@Elsontec·
Workflow I use when prototyping unfamiliar APIs: 1. Ask Claude for the smallest working example 2. Run it 3. Paste back the first error with the code 4. Let it fix auth headers, missing params, or outdated endpoints 5. Add features one at a time The trick is starting with something that runs, even if it does almost nothing. I keep a scratch file called playground.*py for this. Once the prototype works, I clean it up and move it into the real project. Works well for payment APIs, email services, and SDKs where the docs either skip steps or assume you already know the ecosystem.
English
1
0
0
47
Elson
Elson@Elsontec·
OpenAI just launched ChatGPT Images 2.0. The upgrade brings better text rendering (finally), multilingual support, and improved visual reasoning. Text rendering has been a weak point in most image models. Prompts like "put this exact phrase on a sign" usually fail or look garbled. If this actually works reliably, that's useful for mockups, prototypes, and UI sketches without needing a separate design tool. Multilingual support means prompts in other languages should generate correctly labeled images. Helpful if you're building localized content workflows. Visual reasoning is the more interesting part. If the model can interpret spatial relationships, object placement, or compositional logic better than before, it becomes more than a pretty picture generator. It starts handling design intent. Worth testing if you're automating design flows or prototyping UI. I'll run it through some real scenarios and see if it holds up.
English
1
0
0
66
Polymarket
Polymarket@Polymarket·
JUST IN: Nike to reportedly cut 1,400 jobs, mostly from technology department.
English
220
535
4.1K
286.5K
Elson
Elson@Elsontec·
OpenAI just published a guide on building workspace agents in ChatGPT. If you're automating workflows for your team, this walks through setup, tool connections, and how to scale agents across operations. Worth reading if you've been trying to figure out where ChatGPT agents fit in your stack vs. Building your own. The guide covers practical setup, not just concepts. Might save you a few hours of trial and error.
English
1
0
0
40
Sad AlbertX
Sad AlbertX@SadAlbert10·
i still dont see 5.5 in my codex
English
44
4
354
38.5K
Elson
Elson@Elsontec·
OpenAI just announced GPT-5.5. They're calling it their smartest model yet, faster, built for complex tasks like coding, research, and data analysis across tools. If you're building on OpenAI, worth testing against your current prompt stack. "Smartest" is marketing, but if it actually handles multi-step reasoning better or doesn't hallucinate as much on code, that's real. I'd benchmark it on your hardest cases before assuming the upgrade matters. No pricing details yet, so watch for that before you rewrite everything.
English
1
1
0
59
Elson
Elson@Elsontec·
OpenAI just released Privacy Filter, an open-weight model for detecting and redacting PII in text. If you're building anything that processes user input. Support tools, chatbots, document pipelines. This is worth looking at. PII leakage is one of those quiet risks that only shows up when it's too late. They're claiming state-of-the-art accuracy, which matters because most redaction tools either miss edge cases or flag too much. The open-weight release means you can run it locally, which is the right call for sensitive workflows. Concrete use case: if you're logging LLM conversations for debugging, you probably want something like this in the pipeline before anything hits your database. Same if you're building agents that touch customer data. I haven't tested it yet, but the fact that it's open-weight and purpose-built for PII is a good signal. Most devs either roll their own regex (bad) or skip redaction entirely (worse). This gives you a real option.
English
1
0
0
23
Elson
Elson@Elsontec·
OpenAI is running a bug bounty for bio-specific jailbreaks on GPT-5.5. They're paying up to $25k for universal prompts that bypass bio safety guardrails. This is red-teaming as a service, outsourced to anyone who wants to poke at it. If you've been curious about where model safety actually breaks, here's a way to test it with permission. The focus is narrow: bio risks, not general jailbreaks. They want prompts that work reliably, not one-off edge cases. Worth noting: GPT-5.5 isn't public yet, so this doubles as early access for researchers. If you're into adversarial testing or safety work, this is a cleaner path than guessing in prod.
English
1
0
1
52