Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wittydeveloper
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
wittydeveloper
5d ago
Nope, you can also deploy and manage your own browsers as soon as they accept custom extensions.
2.
▲
by
wittydeveloper
5d ago
Does "agent-based" here mean a CLI/Coding agent or software-level agents you built? I'd say that Stagehand is subtly faster for local use cases (batching, in-extension design) while covering both CLI (via https:/&#
3.
▲
by
wittydeveloper
5d ago
The cache serves as a managed server-side layer in the Stagehand API, keyed to instruction, page content, and the options you provide. Model configuration is intentionally excluded from the cache, so switching models does not invalidate it.
4.
▲
by
wittydeveloper
8d ago
We removed agent because so many great harnesses are available in the ecosystem. Instead of keeping it, we decided to make Stagehand v4 better integrated with popular harnesses, both at the Coding Agent level (Codex, Claude Code) and framew
5.
▲
by
wittydeveloper
8d ago
Exactly, as Stagehand now runs inside the browser, you'll save on the round trip. Also, enabling batch actions will further accelerate your test suite.
6.
▲
by
wittydeveloper
8d ago
Nope, Stagehand is open-source and works with local browsers by default.
7.
▲
by
wittydeveloper
8d ago
A lot, especially for performance. That's why we built our own benchmarks that account for both the model and the harness. For example, with Claude Opus 5, the accuracy gap can be up to 3% and performance up to 200ms, depending on whet
8.
▲
by
wittydeveloper
8d ago
It still uses CDP but communicates from an extension within the browser instead of a script running in a separate runtime or, worse, in a separate region.
9.
▲
We made Playwright 2x faster and 80% more token efficient
(github.com)
153 points
by
wittydeveloper
8d ago
|
39 comments
10.
▲
by
wittydeveloper
8d ago
We built Stagehand 2 years ago (24k stars and 4M monthly npm downloads) and recently fixed its biggest flaw: round-trip latency. Every action performed requires a round trip between your script and the browser (short when running locally bu
11.
▲
by
wittydeveloper
10mo ago
You can see durable execution as a combination of persistent state and queues (simplified example). With regular queues, the state is spread across many places from messages, runtime and external storages where the primary value is the reli
12.
▲
by
wittydeveloper
2y ago
Yup, I definitely faced multiple loops or "blocked" scenarios when iterating on the prompt and tools. The most obvious one is when the Agent generates a terminal command that requires some interactivity (ex: "confirm to ...&q
13.
▲
by
wittydeveloper
2y ago
E2B does support Python, AgentKit is only available in TypeScript for now
14.
▲
by
wittydeveloper
2y ago
Not the version featured in the blog post, but adding a MCP server like Stagehand could enable it to search on the web!
15.
▲
by
wittydeveloper
2y ago
Claude Code is a complete tool that is ready to be used locally, focusing on Anthropic API features, while this coding agent is for educational purposes (like OpenAI's Swarm) and works with any LLM provider. Thought this Coding Agent c
16.
▲
Replicating Cursor's Agent Mode with E2B and AgentKit
(e2b.dev)
36 points
by
wittydeveloper
2y ago
|
11 comments
17.
▲
Sharding high-throughput Redis without downtime
(inngest.com)
18 points
by
wittydeveloper
2y ago
|
4 comments
18.
▲
by
wittydeveloper
4y ago
1. Yes, we currently provide a simple approach to retries but are already working on providing features for idempotency. 2. All sensitive data (tokens, env vars) are encrypted on our side, however, we don't prevent users to print their
19.
▲
by
wittydeveloper
4y ago
It is actually comparable to both. We aim to provide a similar feature set as Sidekiq (throttling, unique jobs) but with a complete hosted solution. While Defer and Temporal can both be used for writing background jobs, workflows, and CRONs
20.
▲
by
wittydeveloper
4y ago
You're right! We will update them soon.
21.
▲
by
wittydeveloper
4y ago
Thank you for your feedback! Can't wait to onboard you on Defer
22.
▲
by
wittydeveloper
4y ago
Thank you!
23.
▲
by
wittydeveloper
4y ago
Thank you! Join our community so we can help you onboard and get updates on the upcoming features (more is coming soon): https://discord.gg/x2v84Vqsk6
24.
▲
by
wittydeveloper
4y ago
When deployed in non-local environments, background functions get executed on our infrastructure with their (securely stored) arguments, spawn in a dedicated isolated temporary container. For our users concerned about data locality, we reco
25.
▲
by
wittydeveloper
4y ago
We couldn't agree more!
26.
▲
by
wittydeveloper
4y ago
We support both CJS and ESM but showcase examples in ESM in our docs and landing
27.
▲
by
wittydeveloper
4y ago
Here’s how our Builder works: When a commit is pushed, we fetch your application’s repository from GitHub and compile (if TypeScript) all the files in the first `defer/` folder found. Then, we require each of those files to retrieve th
28.
▲
by
wittydeveloper
4y ago
I agree with you, as mentioned in the article, I’ve built similar solutions as yours at Algolia, using Redis and Kubernetes. However, not all developers know and want to do Kubernetes or RabbitMQ and not all companies can afford to invest t
29.
▲
by
wittydeveloper
4y ago
Sure! We got our first customers from both channels: network (sales) and inbound (twitter discussions, etc). I agree that top-down is not working well for a newcomers but getting better at a later stage.
30.
▲
by
wittydeveloper
4y ago
Sure, please note that was referring to “modern development standards” in the Node.js ecosystem. Node.js, with the flexibility of the JavaScript language, allowed the rise of great abstraction and other domain-oriented API designs, a bit li
More ›