Viewing profile — wittydeveloper
wittydeveloper
HN member- Joined
- Thu, Jul 12, 2012, 2:00 PM UTC
- HN karma
- 125
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About wittydeveloper
No profile information was provided.
Recent public activity
-
comment
Comment #46050079
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, runti…
- comment
-
comment
Comment #43242877
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 requi…
-
comment
Comment #43185281
E2B does support Python, AgentKit is only available in TypeScript for now
-
comment
Comment #43184942
Not the version featured in the blog post, but adding a MCP server like Stagehand could enable it to search on the web!
-
comment
Comment #43184682
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 w…
- story
- story
- story
-
comment
Comment #35105163
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 o…
-
comment
Comment #35102002
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 bo…
-
comment
Comment #35100881
You're right! We will update them soon.
-
comment
Comment #35100760
Thank you for your feedback! Can't wait to onboard you on Defer
-
comment
Comment #35100745
Thank you!
-
comment
Comment #35100736
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
-
comment
Comment #35100711
When deployed in non-local environments, background functions get executed on our infrastructure with their (securely stored) arguments, spawn in a dedicated isolated temporary con…
-
comment
Comment #35100516
We couldn't agree more!
-
comment
Comment #35100409
We support both CJS and ESM but showcase examples in ESM in our docs and landing
-
comment
Comment #35100385
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 fou…
-
comment
Comment #35100167
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 Kuberne…
-
comment
Comment #35099976
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 b…
-
comment
Comment #35099627
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…
-
comment
Comment #35098754
The first blog post is actually pinned but an icon or label to highlight this is missing, you're right! I'll fix it soon.
-
comment
Comment #35098682
We primarily focus on helping Node.js developers to build products without investing time in infrastructure while keeping it configurable. As @thdxr mentioned, our goal is also to …
-
comment
Comment #35098029
Yeah, that will be the way to go. This is actually how on of customers is achieving this behaviour for polling analytics. Right now our Executions list is not ideal for such patter…