Readit News logoReadit News
jason_zig commented on A staff engineer's journey with Claude Code   sanity.io/blog/first-atte... · Posted by u/kmelve
swframe2 · 11 days ago
Preventing garbage just requires that you take into account the cognitive limits of the agent. For example ...

1) Don't ask for large / complex change. Ask for a plan but ask it to implement the plan in small steps and ask the model to test each step before starting the next.

2) For really complex steps, ask the model to write code to visualize the problem and solution.

3) If the model fails on a given step, ask it to add logging to the code, save the logs, run the tests and the review the logs to determine what went wrong. Do this repeatedly until the step works well.

4) Ask the model to look at your existing code and determine how it was designed to implement a task. Some times the model will put all of the changes in one file but your code has a cleaner design the model doesn't take into account.

I've seen other people blog about their tricks and tips. I do still see garbage results but not as high as 95%.

jason_zig · 11 days ago
I've seen people post this same advice and I agree with you that it works but you would think they would absorb this common strategy and integrate it as part of the underlying product at this point...
jason_zig commented on Show HN: Jukebox – Free, Open Source Group Playlist with Fair Queueing   jukeboxhq.com/... · Posted by u/skeptrune
jason_zig · 2 months ago
Ah man... anyone remember JQBX?
jason_zig commented on Ask HN: What Are You Working On? (June 2025)    · Posted by u/david927
jason_zig · 2 months ago
We're building Zigpoll (https://www.zigpoll.com), a survey platform focused on zero-party data collection — think post-purchase attribution, customer feedback, and segmentation — all done directly on your site without relying on third-party cookies or offsite links.

We initially built it for Shopify, but now it’s fully embeddable, supports headless implementations, and integrates with tools like Klaviyo, Zapier, n8n, and Snowflake. One thing we’re especially proud of is how fast and unobtrusive it is: polls load async, don’t block rendering, and are optimized for mobile and low-latency responses.

From a tech angle:

Frontend is all React, optionally SSR-safe.

Backend is Node.js + Postgres, with a heavy focus on queueing + caching for real-time response pipelines.

API-first design (public API just launched: apidocs.zigpoll.com).

We recently open-sourced our n8n integration too.

If you're a dev working on ecom, SaaS, or even internal tooling and need a non-annoying way to collect structured feedback, happy to chat or get you set up. Feedback welcome — especially critical stuff. Always looking to improve.

jason_zig commented on Ask HN: What are you working on? (May 2025)    · Posted by u/david927
jason_zig · 4 months ago
Working on: https://www.zigpoll.com a contextual micro-survey tool solo.

I'm now supporting over 30K clients and over 40 million survey responses. Naturally lots of things come up when scaling a project solo heres a few:

- Optimizing existing reporting dashboards

- Improving onboarding experience

- Tapping new growth channels (Organic SEO, Paid ads, Integration marketplaces)

- Resolving customer support tickets and minimizing ticket flow in general

Lots of things come up which always keeps the work interesting. It's probably time to scale past one person though so that's next on the docket!

jason_zig commented on Ask HN: What are you working on? (April 2025)    · Posted by u/david927
jason_zig · 5 months ago
[1] Surveys. Thinking about how to tighten up the onboarding experience, improve brand awareness, improve in-app data analysis, and how to integrate AI in new and exciting ways... and handling customer support tickets!

[1]https://www.zigpoll.com

jason_zig commented on Ask HN: What are you working on? (March 2025)    · Posted by u/david927
jason_zig · 5 months ago
I've been working on Zigpoll as a one-man project for a while now: https://www.zigpoll.com/ it has traction and solid growth (~100% YoY for the past 3 years) but the larger the numbers the harder it gets to double each year.

In a past life I would have thought this would be the easy part given the product market fit but it's hard to figure out growth channels that are scalable and cost-effective at this stage. Burning what would otherwise be a large salary month on month in search of growth is mentally taxing when it doesn't deliver. Metrics across the board only seem to tell part of the story so it's tricky to figure out what needs changing and what's worth doubling down on.

If anyone has experience doing this sort of thing - please get in touch!

jason_zig commented on Claude can now search the web   anthropic.com/news/web-se... · Posted by u/meetpateltech
jason_zig · 6 months ago
Curious - does anyone want this stuff?
jason_zig commented on Does Visual Studio rot the mind? (2005)   charlespetzold.com/etc/Do... · Posted by u/inerte
dartos · 6 months ago
Besides going fast, what does a car allow people to do that they couldn’t before?
jason_zig · 6 months ago
are you serious?
jason_zig commented on When AI promises speed but delivers debugging hell   nsavage.substack.com/p/wh... · Posted by u/nsavage
csomar · 8 months ago
This massively underestimate what current LLMs can do. Yesterday, I was able to create a 600 lines script in 20 minutes or so that essentially setup a Cloudflare worker bindings (KV, Queues, Hyperdrive, etc...). The complexity is very low and debuggu-ability is easy. Reading this infra. code is fast. However, if I was to do this manually, it would have taken me a full day reading through the docs and trying the implementation back and forth for each binding I am connecting to.

Claude 3.5 did it from the first shot.

jason_zig · 8 months ago
You still have to become a domain expert to debug it though?
jason_zig commented on Self-Hostable Form Back End – OSS Alternative to Formspree   github.com/FormBee/FormBe... · Posted by u/Oia20
elwebmaster · 8 months ago
This doesn’t take long to build with LLM but what I find challenging to make is a beautiful and intuitive form builder. Is there any such open source solution out there? I found this one but IMO it is not usable outside of the dev community without heavy customizing: https://www.npmjs.com/package/react-form-builder2?activeTab=...
jason_zig · 8 months ago
Not 100% on the nose with what you're looking for but I built Zigpoll (form builder for on-site surveys and forms) that may useful: https://www.zigpoll.com/

u/jason_zig

KarmaCake day778May 20, 2019
About
founder: https://www.zigpoll.com | linkedIn: https://www.linkedin.com/in/jason-zigelbaum | email: jason[at]zigpoll.com
View Original