HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jbdamask

no profile record

Submissions

[untitled]

1 points·by jbdamask·hace 29 días·0 comments

[untitled]

1 points·by jbdamask·el mes pasado·0 comments

[untitled]

1 points·by jbdamask·el mes pasado·0 comments

[untitled]

1 points·by jbdamask·el mes pasado·0 comments

[untitled]

1 points·by jbdamask·hace 3 meses·0 comments

[untitled]

1 points·by jbdamask·hace 3 meses·0 comments

[untitled]

1 points·by jbdamask·hace 3 meses·0 comments

One-liners to check for bad litellm and axios on your computer

1 points·by jbdamask·hace 3 meses·0 comments

Show HN: Claude Skill to create DDB-backed endpoints in AWS

github.com
1 points·by jbdamask·hace 4 meses·0 comments

Show HN: Claude Skill for temporary cost tracking

github.com
2 points·by jbdamask·hace 4 meses·0 comments

Show HN: Beads planner plugin for Claude Code

github.com
1 points·by jbdamask·hace 4 meses·0 comments

Show HN: Now I Get It – Translate scientific papers into interactive webpages

nowigetit.us
305 points·by jbdamask·hace 4 meses·136 comments

comments

jbdamask
·hace 29 días·discuss
Steve's mega-project this past year has been Gas Town. It's a way to manage umpteen coding agents doing your bidding. It allows humans to delegate more to AI while not sacrificing quality. I finally found a day to dig into it and, even though it did some amazing stuff, I was confused.

Gas Town has its own vocabulary since Steve got to name everything. There's the Mayor, Rigs, Polecats, Witnesses...zoiks. He blogged a lot about Gas Town but it's still the kind of thing you need to use in order to grasp.

To make learning Gas Town a bit easier, I wrote a post called A Random Walk Through Gas Town. Well, I didn't actually write it. I indexed the codebase then had Claude pull out interesting features and write about them from the Mayor's quirky perspective.
jbdamask
·el mes pasado·discuss
Feeling great. It’s never been faster to bring ideas to life. If anything, I need to look at nature more
jbdamask
·el mes pasado·discuss
Previously: https://news.ycombinator.com/item?id=47195123 (March 2026, 136 comments)

Several months ago I posted about my little proto-app, Now I Get It! that uses LLMs to translate scientific papers into web pages that anyone can understand. The feedback and engagement from this community was terrific and helped me turn it into a real product. It's a niche, convenience product. Not a game changer. I'm comfortable with that and went into it with eyes wide open.

Regardless of whether the product does anything, building and launching this as a solopreneur was super fun and educational. It helped me hone my agentic engineering skills and also gave me a better sense of what I could truly delegate to coding agents and where I had to be involved.

In short, my experience led me to believe that the best models, harnesses, and techniques aren't yet there to fully build a cloud-native app (AWS) that is fast, cost-efficient, robust, and secure. Not to mention modular and extensible. The number of decisions a human must make is still very high. That's not a huge surprise to me since coding is just one part of engineering.

The fun part of engineering (for me at least) is putting shape to a problem and thinking at a systems level even when decomposing into tasks. It's the constant zoom-in, zoom-out interplay that first attracted me to software engineering. Yes, I rely heavily on LLMs for development but 9/10 times I would find something wrong in a plan, a design, an implementation, or a test that would have created problems if I wasn't there.

The process I followed for this build, in-a-nutshell: 1. Every feature, bug, and improvement gets its own Issue. Descriptions are sparse so the LLM can really dig into during planning. 2. Plan every issue but override Claude Code's planning mode since it tries to implement immediately after a plan is approved. Also, it's helpful to have the LLM write a user story before writing the plan so that UX stays front-and-center. I had so many issues where Claude would be like, "Oh. You mean you don't want the user to see a 403?" 3. Read the plan. 4. Decompose into Beads (Thanks Steve). 5. Open a new Claude Code session in TMUX and say, switch to a worktree for issue xyz and build it. 6. Deploy to a test AWS environment. Use Claude for Chrome to do a first-pass check for front-end stuff then I'd follow up. 7. Devlog the work. 8. Make a PR, review, merge, deploy to prod

Three things I did early on that turned out to be very useful: 1. The app was free when I first posted and people from around the world processed a lot of papers. This gave me a TON of data I could analyze to figure out a pricing structure that maintains a sustainable margin. This is important because the app is self-funded; I don't want to have to decommission it because I miscalculated my expenses.

2. Optimized architecture for low idle cost. I don't want a bunch of infrastructure burning a hole in my bank account if I can't get enough customers to sustain the app. This app relies heavily on static html pages on S3 behind CloudFront, along with Lambda, and DynamoDB. All very cost-effective.

3. In addition to my DevLog skill, I made an app-specific skill called now-i-blog-it. This reviews my DevLog for recent updates and writes short, technical blog posts. Of course, LLMs aren't great writers so I wound up with another skill called cringelinter that can be run in a Ralph loop to scrub all the mic-drops, bro-speak, and cringe words from the blogs.

The blog has over 60 entries so far covering everything from architecture, to adding an inline HTML and KaTeX editor, to my first hacker, to launch. Some of you may find it interesting. It demonstrably shows that that reports of the death of software engineering have been greatly exaggerated.

Thanks again to this community for engaging with my original post. It's been a fun build.
jbdamask
·hace 3 meses·discuss
Nice job - I'm a fan. Makes it easy to get the big picture so I know where to dive in.
jbdamask
·hace 4 meses·discuss
Added a waitlist to the site https://nowigetit.us
jbdamask
·hace 4 meses·discuss
I should probably just make a new post but if anyone is still watching, I've made a couple of changes and have more coming:

1) Modes. You can now choose between Native, Non-Technical, or Kid-Friendly mode. Here are results for the same paper Native: https://test.nowigetit.us/pages/62ef3639-02f0-472b-b0a6-79f6... Non-technical: https://test.nowigetit.us/pages/eba32173-269f-4b5c-9df1-c782... Kid-friendly: https://nowigetit.us/pages/3c413c94-d843-4e84-8805-22af16021...

2) I'm working on user accounts with private galleries

3) Getting closer to opening this up with a cost-plus pricing model. Hopefully by next week but we'll see.
jbdamask
·hace 4 meses·discuss
Some commenters have suggested turning this into a sort of graph where references are either brought into the page or new pages are made for references then linked. Is that what you're thinking about?
jbdamask
·hace 4 meses·discuss
That's a really cool idea. Can you elaborate?
jbdamask
·hace 4 meses·discuss
A few people uploaded the Bitcoin paper and I noticed a bug in one where the page just kind of ended halfway through. This was due to my stringent security protections against prompt injection and outside links but I was blocking some legit CDNs, like Chart.js. That's been adjusted.
jbdamask
·hace 4 meses·discuss
Thank you. Great to hear!
jbdamask
·hace 4 meses·discuss
Totally agree. At the same time, I find that my brain learns best when I ingest the same information in different ways. This app doesn't replace papers; it complements them. Unless you're my mom - she's not going to read arXiv anytime soon.
jbdamask
·hace 4 meses·discuss
No. At least that's not what I intended.
jbdamask
·hace 4 meses·discuss
I find the same thing - that sometimes less is more when it comes to prompts. Especially when the inputs are somewhat unpredictable.
jbdamask
·hace 4 meses·discuss
Yea, I was surprised by the output myself. It's all auto-generated.

I'm considering some ways to direct the LLM but we're in this funny period where models are getting better on subjective things like look-and-feel. And if I direct too much, I may wind up over-fitting for today's models.
jbdamask
·hace 4 meses·discuss
Thanks for the question and links.

I haven't done any token/cost optimization so far because a) the app works well-enough for me, personally; b) I need more data to understand the areas to optimize.

Most likely, I'd start with quality optimizations that matter to users. Things to make people happier with the results.
jbdamask
·hace 4 meses·discuss
I haven't but am open to ideas. What kind of experience would be useful to you?
jbdamask
·hace 4 meses·discuss
If by "auto-generated" you mean, does the LLM generate the output from the input, then yes.
jbdamask
·hace 4 meses·discuss
I've upped today's (3/1) cap to 100 papers
jbdamask
·hace 4 meses·discuss
Doh! I didn’t think of that. Interesting idea.
jbdamask
·hace 4 meses·discuss
Very nice of you to say.