TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MonkeysPaw – A prompt-driven web framework in Ruby

137 pointsby daviducolo2 months ago

10 comments

thunder-blue-32 months ago
It's been about 15 years since I've worked with RoR, but my favorite aspect of ruby was and will always be the library names. Shout out to factory_girl which I found out this morning was unforunately renamed to factory_bot
评论 #43617307 未加载
Stwerner2 months ago
Wow, cool to see this make it on to HN!<p>Author here, happy to answer any questions about this or chat about the ideas behind it :)
评论 #43605414 未加载
bnchrch2 months ago
While “silly” this is likely the next paradigm&#x2F;abstraction for intent based pages.<p>You can imagine given 1,000,000 page views just how many experiments could be run. Basically our A&#x2F;B tests start to resemble natural evolution and survival of the fittest more than decision trees.<p>However, something feels like it’s missing. I wonder what’s still yet to be built before we arrive at that future.
评论 #43604752 未加载
评论 #43606164 未加载
评论 #43607262 未加载
评论 #43610130 未加载
dunefox2 months ago
I don&#x27;t know if I would use a framework named after something that&#x27;s by nature unreliable, or even devious.
评论 #43607813 未加载
评论 #43604675 未加载
评论 #43612729 未加载
评论 #43609136 未加载
blonky2 months ago
This reminds me of something _why the lucky stiff would create.
评论 #43684111 未加载
jollyjerry2 months ago
&gt; Natural language as source code: Your intention becomes the program<p>Reminds me of Cucumber testing framework
评论 #43608631 未加载
siva72 months ago
At least this is the end of the js framework of the week. We developers deliberated ourselves from software development. Hell. We made our own jobs redundant. How stupid and genius at the same time can a profession be
9999000009992 months ago
I imagine the perfect programing language would have 3 levels.<p>1.LLM &quot;code&quot; , this should work for most basic use cases. Should be so basic any random person can create a CRUD app.<p>2. Scripting, something like Python. This should handle 95% of use cases.<p>3. Systems programing. Zig, Rust, etc. For when you need extremely specific performance requirements to be met.<p>My dream language would integrate all three of these in the same stack, ideally the same project would be a mix of all three ( most of the time a mix of the first two).
评论 #43624156 未加载
siliconc0w2 months ago
I also created an experiment for this, giving the AI an ability to write&#x2F;read from a database so you could build full CRUD apps.<p>It works somewhat but even with the smaller&#x2F;faster models it&#x27;s very slow and even with the big models it is pretty unreliable. Long term I can definitely imagine this will get more viable and maybe become a complement to the &#x27;chat&#x27; interface with most SaaS apps essentially being replaced with a AI in front of system or systems of record.
Alifatisk2 months ago
This is it folks, we have finally reached peak of webdev