TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

MonkeysPaw – A prompt-driven web framework in Ruby

137 点作者 daviducolo大约 2 个月前

10 条评论

thunder-blue-3大约 2 个月前
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 未加载
Stwerner大约 2 个月前
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 未加载
bnchrch大约 2 个月前
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 未加载
dunefox大约 2 个月前
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 未加载
blonky大约 2 个月前
This reminds me of something _why the lucky stiff would create.
评论 #43684111 未加载
jollyjerry大约 2 个月前
&gt; Natural language as source code: Your intention becomes the program<p>Reminds me of Cucumber testing framework
评论 #43608631 未加载
siva7大约 2 个月前
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
999900000999大约 2 个月前
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 未加载
siliconc0w大约 2 个月前
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.
Alifatisk大约 2 个月前
This is it folks, we have finally reached peak of webdev