Eric L. Goldstein

1.7K posts

Eric L. Goldstein banner
Eric L. Goldstein

Eric L. Goldstein

@EricLGoldstein

Web, hardware, and infrastructure performance enthusiast. Principal Engineer @babbel in NYC. Trying to become a better open-source citizen.

New York, NY Beigetreten Ocak 2014
61 Folgt102 Follower
Eric L. Goldstein retweetet
Jarred Sumner
Jarred Sumner@jarredsumner·
Dynamic workflows, in my personal opinion, is the state of the art today for reliably using agents to complete medium - large projects. For extra large projects, I especially like using workflows with /loop.
English
3
6
183
12.9K
Eric L. Goldstein retweetet
ClaudeDevs
ClaudeDevs@ClaudeDevs·
You can also set "/effort ultracode", a new effort level that runs at xhigh and lets Claude decide on its own when a task warrants a dynamic workflow.
English
8
22
559
83.8K
Eric L. Goldstein retweetet
Dev Agrawal
Dev Agrawal@devagrawal09·
Introducing: Specter Supercharge Agentic Engineering with - Typescript Framework for Specs that compile, execute, and scaffold your app - Vertical Slices that can be built, tested, and operated independently Agents can finally work on large complex codebases reliably
English
32
14
320
78.6K
Eric L. Goldstein retweetet
Movez
Movez@0xMovez·
Spotify's Chief Architect just showed how they ship 4,5K deployments /day with Claude at Anthropic stage 27-minutes. free. By #1 music app dev "More than 99% of our engineers use AI coding tools. Adoption took off after Opus 4.5" Worth more than any $500 vibe-coding course.
Movez@0xMovez

Creator of Claude Code just dropped a 6-min workshop on new Claude feature during live session in London. Boris Cherny: “A lot of my code these days is written by "routines". I’m not doing the prompting - I create the routines that do the prompting.” 6 minutes. Free. From a live session. Watch this now. This will change the way you vibe-code forever.

English
172
525
6.8K
2.5M
Eric L. Goldstein retweetet
Aiden Bai
Aiden Bai@aidenybai·
Introducing React Review Bot PR review that catches broken React code before you merge - Unnecessary useEffects - Fix UI bugs + race conditions - Catch performance issues
English
17
33
594
46K
Eric L. Goldstein
Eric L. Goldstein@EricLGoldstein·
@tannerlinsley Yes critical CSS, that's what I thought the announcement meant. Thanks for the clarification.
English
0
0
1
13
Tanner Linsley
Tanner Linsley@tannerlinsley·
@EricLGoldstein This feels like you’re referring to critical CSS in lining and that is a little bit different and not totally compatible with a streaming model. However, we could investigate doing something like this for pre-rendered content.
English
1
0
2
324
Eric L. Goldstein retweetet
divyansh tiwari
divyansh tiwari@DivyanshT91162·
GitHub may have just killed vibe coding. Their new repo “spec-kit” already has 92k+ stars — and it reveals where AI-driven development is actually heading. Instead of telling your AI: “Build me a todo app” and hoping for the best… You run 6 commands that turn your idea into an executable specification: • "/speckit.constitution" → defines project rules (quality, testing, UX) • "/speckit.specify" → explains WHAT to build, not the tech • "/speckit.clarify" → AI asks questions to remove ambiguity • "/speckit.plan" → choose the stack and architecture • "/speckit.tasks" → generates dependency-ordered tasks • "/speckit.implement" → the agent builds it The deliverable is no longer the code. It’s a living specification your AI can read, debate, and execute. Works with Claude Code, Copilot, Cursor, Codex, Gemini, and 25+ other agents. The shift most people still don’t see: “AI writes code” → “AI executes specifications.” Intent-driven development is the next era of software development. Repo👇
English
69
160
1.5K
162.4K
Eric L. Goldstein retweetet
Luke Edwards
Luke Edwards@lukeed05·
In celebration of @rolldown_rs 1.0 🎉 Announcing `comptime` — a Zig-inspired build-time evaluation primitive, exposed as Vite and Rolldown plugins This allows you run code at build time, replacing the call site(s) with the evaluated output value. github.com/lukeed/comptime
Luke Edwards tweet mediaLuke Edwards tweet media
English
23
49
555
42.4K
Eric L. Goldstein retweetet
AstraKernel 💫
AstraKernel 💫@AstraKernel·
The official pnpm rewrite in Rust >pacquet is a port of the pnpm CLI from TypeScript to Rust > pacquet is under active development and not yet ready for production use. github.com/pnpm/pacquet
English
6
20
275
23.1K
Keith
Keith@gnukeith·
I see this question a lot, so Brave stable (red one) is what 99% of our users are using, it just works Brave Nightly (purple one) is the one I work on, it has experimental features, bunch of cool stuff that we are working on that might eventually end up in stable if the feedback is positive I do not recommend using Nightly as a daily driver, but you can and if you do, you can tag me and let me know what you think of it ^^
ayesha@ayesha_fatiima

I've never used the Purple Brave Browser, what's it used for ?

English
79
16
577
63.2K
Eric L. Goldstein
Eric L. Goldstein@EricLGoldstein·
@trueadm Compiler king be praised 🙂 Really glad to hear more from you
English
0
0
1
25
Eric L. Goldstein
Eric L. Goldstein@EricLGoldstein·
@ctatedev Wow this is great! We've been using mkcert for SSL and app.localhost locally manually until now. Have to give this a try!
English
0
0
0
19
Chris Tate
Chris Tate@ctatedev·
Portless killed :3000 Dev servers got stable names like myapp.localhost Agents could use worktrees in parallel without stepping on each other Now it's easier than ever in v0.11 Just run: portless Zero config. Zero args. Zero code changes.
Chris Tate tweet media
English
107
191
3.5K
512.4K
Eric L. Goldstein
Eric L. Goldstein@EricLGoldstein·
@devagrawal09 If it somehow uses Solid 2.0 async primitives I'm all for it. The more excuses I have to use them the better. 🙂
English
0
0
1
14
Dev Agrawal
Dev Agrawal@devagrawal09·
how would you guys like a "build your own sync engine" video series
English
6
0
25
1.4K
Eric L. Goldstein retweetet
Kent C. Dodds 🏹
Kent C. Dodds 🏹@kentcdodds·
Man, I just love Symbol.asyncDispose. Makes my tests so much more straightforward. Thanks @kettanaito for turning me onto this. And with the right guidelines (a testing-principles.md linked to from agents.md), my agent is "using" (pun intended), this feature perfectly 🔥
Kent C. Dodds 🏹 tweet media
English
13
6
122
17.2K
Eric L. Goldstein retweetet
Younes Jaaidi
Younes Jaaidi@yjaaidi·
⚡️ New in Vitest 4.1: "fast-forward" mode. One line. Faster tests. No more fake timers hell. 👉 @younesjd.dev/new-in-vitest-4-1-skip-timer-delays-with-fast-forward-mode-b66edc8b3a44" target="_blank" rel="nofollow noopener">medium.com/@younesjd.dev/…
English
0
7
38
3.2K
Eric L. Goldstein retweetet
Lydia Hallie ✨
Lydia Hallie ✨@lydiahallie·
if your skill depends on dynamic content, you can embed !`command` in your SKILL.md to inject shell output directly into the prompt Claude Code runs it when the skill is invoked and swaps the placeholder inline, the model only sees the result!
Lydia Hallie ✨ tweet media
English
127
249
3K
854K
Eric L. Goldstein retweetet
MDN Web Docs
MDN Web Docs@MozDevNet·
Speed up rendering with content-visibility: auto ⚡ This CSS property skips rendering off-screen content until needed, giving massive performance wins on long pages. ⋅ Pairs with contain-intrinsic-size ⋅ Zero-effort lazy rendering Learn more 👇 developer.mozilla.org/en-US/docs/Web…
MDN Web Docs tweet media
English
2
50
524
29.1K