Ask HN: What are you working on? (March 2025)
1–10 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#2Re: Ask HN: What are you working on? (March 2025)
#3Re: Ask HN: What are you working on? (March 2025)
#4Re: Ask HN: What are you working on? (March 2025)
#5Re: Ask HN: What are you working on? (March 2025)
#6Or getting real freaky with it by composing many effects deep https://shaderfrog.com/2/editor/cm1s7w23w000apar738s9d1x0
Re: Ask HN: What are you working on? (March 2025)
#7tl;dr: A 60fps embedded browser on the frontend lets you record manual steps and AI-driven steps (to assert/extract data). It then turns those into test suites. Any test with AI queries can auto-generate an API to be queried later.
Right now, I'm working on an agentic API builder. Example use case: Say you need data from Salesforce and JIRA — you log in, navigate to what you need, add an AI query step (or select elements manually), and set an update interval. The system then handles extraction and monitoring.
Why? Because at all my previous jobs, suggesting hiring QA engineers would get you laughed out of the room. But testing was desperately needed, as well as internal tooling. Burning developer/CTO time on wrangling multiple complex API's just to build some internal tool would take much longer without this. So I'm working on something that makes both vastly simpler for small teams. Hoping to have a workable demo next week!
Re: Ask HN: What are you working on? (March 2025)
#8Re: Ask HN: What are you working on? (March 2025)
#9Re: Ask HN: What are you working on? (March 2025)
#10The app will use genai to extract the details of houses listed for sale and then update my custom database.
For example I can input a youtube url and it will fetch the transcript and use llm to generate Json response based on predefined schema.
I can review and shortlist the houses based on various custom parameters using the web interface.
The mvp is done in a proprietary tech stack, I just need to port it to open source tech stack with React and FastAPI