HN user

harrisreynolds

1,011 karma

Creator of NimbleAI - https://www.nimbleai.co

Former CTO @Shipt, @Landing

Twitter: @harrisreynolds

Email: harris@ nimblelabs dot com

Posts93
Comments294
View on HN
github.com 5mo ago

Show HN: Vibe Coding Bundler – Bundle AI generated apps in a browser

harrisreynolds
2pts1
cursor.com 6mo ago

Cursor Year in Review 2025

harrisreynolds
1pts2
github.com 10mo ago

Toolkit to help you get started with Spec-Driven Development

harrisreynolds
2pts0
techcrunch.com 10mo ago

Mark Zuckerberg Sues Mark Zuckerberg

harrisreynolds
12pts0
www.nimbleai.co 1y ago

Show HN: NimbleAI – Chat with multiple AI models and compare results

harrisreynolds
6pts4
www.nytimes.com 2y ago

A.I. Startups Face a Rough Financial Reality Check

harrisreynolds
6pts1
www.webase.com 3y ago

A Love Letter to TailwindCSS

harrisreynolds
1pts1
www.webase.com 3y ago

Show HN: I Built a Google Fonts Explorer

harrisreynolds
1pts0
www.webase.com 3y ago

Show HN: I built a website editor for TailwindCSS

harrisreynolds
67pts53
techcrunch.com 3y ago

Bob Lee, creator of Cash App and former CTO of Square, stabbed to death

harrisreynolds
4pts1
brandnewbox.com 3y ago

A New Year's Diversion from Brand New Box

harrisreynolds
1pts0
www.nytimes.com 4y ago

David Walden, Computer Scientist at Dawn of Internet, Dies at 79

harrisreynolds
1pts0
www.webase.com 4y ago

Show HN: Nocode on Netlify with WeBase

harrisreynolds
2pts0
www.netlify.com 4y ago

Quirrel Joins Netlify and Scheduled Functions Launches in Beta

harrisreynolds
3pts0
news.ycombinator.com 4y ago

Ask HN: What is the best data storage solution for BIG data and fast queries?

harrisreynolds
7pts10
news.ycombinator.com 4y ago

Ask HN: What Makes Software Great?

harrisreynolds
18pts12
pablojs.com 4y ago

Cool JavaScript Library for SVGs

harrisreynolds
3pts0
www.webase.com 5y ago

Build on WeBase, Deploy to Netlify

harrisreynolds
1pts0
techcrunch.com 5y ago

Cloudflare is testing a Netlify competitor to host Jamstack sites

harrisreynolds
7pts0
news.ycombinator.com 6y ago

Ask HN: How to support many domain names on a platform?

harrisreynolds
6pts7
www.webase.com 6y ago

Show HN: Shipped Software

harrisreynolds
2pts0
www.webase.com 6y ago

Show HN: A Cinco de Mayo website

harrisreynolds
2pts1
news.ycombinator.com 6y ago

Ask HN: What apps can we build to help stop the spread of Coronavirus?

harrisreynolds
2pts1
www.bisocollective.com 6y ago

Say No to Bloat

harrisreynolds
1pts0
news.ycombinator.com 6y ago

Ask HN: What is your favorite CRM and why?

harrisreynolds
2pts0
twitter.com 6y ago

Some Combination of Words

harrisreynolds
2pts0
github.com 6y ago

Heroku Research Grants

harrisreynolds
3pts1
www.webase.com 6y ago

Stats from Our First Month: Traffic, Signups, Expenses etc.

harrisreynolds
2pts0
www.nimblelabs.com 6y ago

Show HN: I Built a Course to Teach Web Development on Rails

harrisreynolds
3pts1
www.webase.com 6y ago

Show HN: Introducing Webase, a Platform for Creating Applications

harrisreynolds
14pts8

The goal here is to make it easy to bundle applications completely in a browser.

The primary use case is to support AI generated applications at run time.

For example: prompt an AI model to generate a full application including its package.json and all of the components as "files" and then using a virtual file system and import maps bundle it and run it.

This is a key piece of the puzzle for how a vibe coding platform would be built. Companies like Bolt.new have proprietary technology that runs node in a browser to handle this use case.

Which is very cool but not accessible to everyone.

I am not sure how Loveable does this... they may have a similar library to this one. I'd love to know if someone wants to share! :-)

This library was itself vibe coded using Claude code. This is my third attempt at this... the BIG key was really honing in on the exact requirements (LOL... that has always been the key right!?!).

I'd love some feedback if you have any. I am sure there may be some other option out there for this but I wasn't able to find any easy wrappers of esbuild-wasm myself that fully solved my use case.

Now I can go vibe code the full vibe coding platform!!

I think "The Bitter Lesson" is relevant here [1].

This wave IS different.

It isn't a matter of "if" but "when".

I am a long-time software developer too... but I am strongly encouraging people to embrace the future now and get creative in finding ways to adapt.

There will always be demand for smart and creative people. BUT ... if you don't look up and look around you right now at some point you will be irrelevant.

Also see Ray Dalio's "Principles" book on embracing reality. A critical principle in the modern age of AI.

Nothing but love for my fellow developers!!

[1] http://www.incompleteideas.net/IncIdeas/BitterLesson.html

I actually thought this was pretty boring. @Cursor team.... hit me up when you do your year in review for 2026 next year and I'll help you brainstorm something much more creative.

Great product though!!

Nice! I am currently writing a new version of my no-code platform, WeBase [1], to use AI to generate and edit applications.

Currently just using foundation models from OpenAI and Gemini but will be very interested to try this out.

My current approach is to just completely overwrite files with new updated version but I am guessing using something like Relace will make the whole process more efficient... is that correct?

I'll watch your video later but I would love to learn more about common use cases. It could even be fun to write a blog post for your blog comparing my "brut force" approach to something more intelligent using Relace.

[1] https://www.webase.com (still points to the old "manual" version)

This looks really nice. There is a pretty bad UX bug though... when I click export I can't see that anything happens. But if I scroll down I see there is a popup to export the chart. The popup really needs to be visible in the view pane so a user knows something is happening.

Great looking charts though!

What are you using to render the chart?

Hey HN!! I'd love some feedback on this tool.

I built NimbleAI as a way to compare how different AI models work.

Currently it supports all of the usual suspects: o1, Gpt-4o, Claude 3.5, Llama 3.2 and Gemini 1.5. I also added support for Deepseek V3 recently (their R1 model seems down right now so it is not enabled).

The ultimate goal is to build agents that can leverage the best AI model for the job to complete more complex tasks, but to start I built a foundation for experimenting with multiple models.

You can also make chats or chat groups (comparisons) public. Here is an interesting one comparing Gpt-4o with Claude Sonnet 3.5:

https://www.nimbleai.co/app/chat-group/chat-group-training-m...

Thanks for checking it out!

This is nice! It looks like the pipeline is filling up! I signed up to launch NimbleAI [1] on your site.

One small issue with the launch date calendar. When I clicked a date in the calendar the popup with the actual launch date was always one day later. I wanted to launch on Tuesday, Jan 28, but when I picked that date it scheduled the launch for Wed, Jan 29.

BTW... what was the product you launched on PH that got buried??

Also... how funny would it be to launch ItsLaunched on PH and have it bubble to the top of PH! You should coordinate a launch on PH with all the users signed up for your new tool to get lots of votes. THAT would be awesome!

[1] https://www.nimbleai.co

I had fun writing this. I really didn't like TailwindCSS when I first looked at it, but came to really like it after I worked with it enough to "get it".

I hope you enjoy!

I also love the basic ideas of this article but think the discussion on "micro-management" should be revised.

What about the idea of "Coaching Done Right" with some discussion of how to mold and encourage direct reports toward the path that leads to optimal growth for them?

The term micro-management is an inherently negative term. It connotes the idea of hovering over a person and trying to correct every detail of what they are doing "wrong". It takes away their agency and ability to learn from their mistakes.

Love the core idea of the article though! Thanks for sharing.

I would start by asking "What is my purpose in seeking to make a switch?"

Knowing your 'why' will help you know for sure if you are able to make the commitment required to make a switch. In general it will take a non-trivial amount of effort to make the change.

If you are confident that you genuinely want to move to the new field then it is all about learning and growing the skills required.

Get 1% better every day in that field and within a reasonable amount of time you'll have the proficiency to at least get entry level position.

Best of luck to anyone on this path!

It is completely free to try out and use. The deal gives you the integration with Netlify to publish to custom domains, the use of the AI Assistant, and the ability to download the source code.

Actually we haven't put the download behind the customer features yet so you can do that today, but at some point that will be a pro-feature. Of course developers can just inspect the source and copy anyway so it kind of is always "downloadable". :-)

Yeah... there is always more to the story than what we see on the surface... and it was an aggressive comment.

Honestly I knew the missing links in the footer was lame but just wanted to get some feedback and was tired of delaying "talking to potential users"!!

Now I will have renewed energy to fix these things!

And frankly I am glad I did... it made it to the front page of Hacker News for over two hours so at least people are interested even if it needs more polish!

Thank you for speaking up!

That is a fair point. I honestly HATED Tailwind when I first saw it... it felt like such a step backwards - like writing in assembly code.

But I have come to really appreciate its power even with its verbosity.

I have several ideas for some smaller tools around Tailwind and Bootstrap that I am looking forward to sharing with the world.

You are right here. It needs to be breathtaking!

One feature I want to add soon is some animations. Just a few animations can add some polish.

We also need to steer away from the heavy use of cards and be a bit more creative.

This feedback is really helpful!

Well... his tone was a bit harsh. If anyone saw how much I worked to get this far they definitely wouldn't call me lazy.

But I get it... strangers have no reason to trust you and the bar is REALLY HIGH these days even for an MVP.

But thank you for reminding us of the importance of being nice! This world does need a whole lot more LOVE and KINDNESS in it.

Check out the Values section of this template:

https://www.webase.com/template-preview/vanilla-landing-page...

One thing I really want to do with WeBase is spread POSITIVITY and ENCOURAGEMENT around the Internet!!

You can download the code of a website. I could easily add that feature to the components as well.

One cool thing about how this is built is components/templates/websites all have a uniform API and data model so the same editor is used for each one.

It will exists... I will add some links and make it easy to still use the older tool... it is at /workspace if you want to check it out.

The first version is honestly a more complete No Code tool supporting custom databases (like Airtable) and customer websites/views (like Webflow) in one tool.

And that is the ultimate vision, but I honestly believe the UI has to be a LOT better for it to be really useful. That is why we've re-written the front-end with a completely new approach that is more powerful and flexible.

Yes... I built the original version on Bootstrap and have some abstractions in place to allow using a different CSS framework.

One of the goals for the platform is to make it incredibly simple to create new templates that could be sold on other sites like WrapBoostrap etc.

If I can help people make money by using WeBase I believe there will be plenty of opportunity for WeBase to make money.

Thanks for the comment!

You can download the site as HTML... it bundles the HTML and CSS in a zip file; but it does not integrate with git in any way.

That is an interesting idea for a feature... I've built stuff on top of the Github API before but never to push code to a repo.

I wonder if people would pay for that feature?!?

Great feedback. The general flow of describing the product and onboarding needs to be improved.

I like the idea of a "directory of steps" to make it easy!

Also really need to finishing building out the site with more info etc!

Yes... that is how I was thinking about it. The feedback is invaluable even if it is negative because that provides some clarity on exactly what to fix first!

I will be doing some serious iterating over the next few weeks to get more polish on it before doing a Product Hunt launch.

But HN is a great place to get early feedback in my opinion.

Thank you for the comment!