Live data from Hacker News

Ask HN: What Are You Working On? (July 2026)

news.ycombinator.com

971–980 of 1001 posts

Re: Ask HN: What Are You Working On? (July 2026)

#971
Lost my job a few months ago, and decided to give a shot at entrepreneurship. Struggled a lot, learned a lot, and met a lot of interesting and smart people, including my mentors and first customers. What I noticed, though, is that a lot of the founders I met have no technical knowledge, and either ship it with no concerns for development practices and safety, or just sell things without having them.

With that in mind, I created Ephyra (https://ephyra.tech): an application to help founders with no technical knowledge to find vulnerabilities and help them to fix it. It is still an MVP, but I have many ideas for the future, such as more categories that go beyond the code, monitoring, problem solving, etc.

Biggest struggle right now is what to do to bring more users. I don't know anything about publishing a business and attracting new customers.

Re: Ask HN: What Are You Working On? (July 2026)

#972
I am looking for opensource projects to work on. JavaScript, python, C++ or java. I am looking for a community to engage with and develop. Suggest any intersting projects in the comment. I use a windows pc with 8gb ram. So please be mindful.I will work on only one of your suggestions. Thanks.

Re: Ask HN: What Are You Working On? (July 2026)

#973
post #79

I was an experienced game designer and producer (mostly RTS and narrative RPG). Some years ago, my career was derailed by major health developments. Since then, I haven't been able to work as I once did. I didn't expect I'd be able to meaningfully contribute to a game again. Earlier this year, a colleague encouraged me to experiment with Claude Code. So now I have a little game project. :) Being unfamiliar with genAI…

I've always wanted to make a game but never chased that down as I took a different career path. I seen unreal is coming out with an mcp type thing which got me thinking about looking into trying. I liked the old Thief games and would like to make something along those lines but with a different flavor. Sounds like a fun game. Keep us Posted :)

Re: Ask HN: What Are You Working On? (July 2026)

#975
I worked on this project (https://github.com/workofart/harness-training) for the past few months to reframe "Agent-driven Self-improving Harness" to "Harness Training".

The idea is simple, the harness is trained once with a frozen task LLM against a given task environment. Then you can then swap out the task LLM to any model and evaluate the "frozen trained harness" with any task LLM on any new task environment.

Since this was a general problem, I took the chance to create a general PyTorch-like training framework. Right now, you can train with any OpenAI-compatible API for interfacing with the task LLM and train against Terminal-Bench or SWE-Bench tasks, but you can easily extend it to support any task environments.

I wrote a blog post (https://www.henrypan.com/blog/2026-07-18-harness-training) on this journey, including (but not limited to):

- results from using this harness training framework to improve general capabilities across many task LLMs to beat Terminal Bench 2.0 (Terminus Harness) and also transfer learnings towards better task-solving abilities in unseen task environments (e.g. harness trained on SWE-Bench tasks solving Terminal Bench tasks)

- how this framework is built

- learnings on what was missing in my initial version of the project (hint: determinism)

Re: Ask HN: What Are You Working On? (July 2026)

#980
https://watchmy.cloud/ - a smoke detector for your AWS bill

Remember the joke that there are two types of people: those who do backups, and those who will? I think it's the same with AWS billing alerts.

I was looking for a real pain point to solve. After scraping Reddit, I realized many people struggle with the exact same thing that happened to me: I launched a big AWS EC2 instance alongside AWS Bedrock, played with it for a bit, got called into an urgent meeting, and... forgot about it. 2 weeks later, a bill for ~$1,700 showed up. Ouch.

Sure, AWS has Cost Explorer, and you can manually set up CloudWatch alarms or AWS Budgets — assuming you remember to set them up. There are also complex FinOps platforms with heavy dashboards and consulting.

But I wanted something dead simple. A tool that doesn't require complex setup or another dashboard nobody looks at, but simply alerts you where you actually spend your day — Slack, Jira, SMS/Text — when something looks off, pinpointing where costs suddenly skyrocketed (compute, storage, data transfer). Like a huge instance spawned on Friday afternoon still running, leaked API keys suddenly adding thousands to your bill, or k8s autoscaling working "too well".

I just launched it and would love to hear your thoughts or feedback!

Post reply on HN