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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Modular is building a next-generation AI developer platform

34 点作者 TechnicolorByte大约 2 年前

13 条评论

burlesona大约 2 年前
They timed their marketing copy very poorly. Virtually everyone is talking about how long before chat GPT renders their jobs obsolete, and these guys are saying “AI’s impact has been too limited” and their tech is going to help it “really” take off.<p>Okay.
评论 #35534475 未加载
评论 #35534420 未加载
ChatGTP大约 2 年前
<i>We are still without autonomous cars, global food security, accessible preventative medicine, reliable drug discovery, or robotic automation at home, among so much more.</i><p>Why do people always bring up this shit? Solutionism…Sure it will solve problems but it’s going to create a lot of issues too. Imagine the mass surveillance, robotic enforcement of dissidents etc.<p>People already know what needs to be done to solve a lot of these problems we have, it’s called sharing and compassion. It’s not robotics.<p>I’m serious they the likely outcome of all this tech is going to be the matrix, so people can imagine their egos get as big as they like while being drip fed vitamins. One can only hope I guess.
评论 #35534663 未加载
fnbr大约 2 年前
I was at google when he led the swift for tensorflow team and it was really unimpressive. Hopefully this does better
评论 #35534472 未加载
rawrawrawrr大约 2 年前
&gt; A new programming language that gives Python superpowers<p>Interesting, I wonder if Chris Lattner learned from the failure of Swift for TensorFlow project that he lead.
评论 #35534467 未加载
karmasimida大约 2 年前
Idk, the front page kinda rubs me the wrong way ...
评论 #35534470 未加载
评论 #35534442 未加载
lostdog大约 2 年前
I see a lot of negativity about a product that isn&#x27;t even clear yet, which is a shame. There are a lot of problems with AI development today, and if Modular fixes even a slice of issues, then that&#x27;s pretty great. I have some skepticism too, but in the spirit of optimism, here&#x27;s a list of things that make AI development difficult. Maybe they will fix some:<p>1. The iteration cycles are really slow. Waiting for models to train is O(days) for the most common models that can still do something useful.<p>2. It&#x27;s very hard to predict whether a change will make your model better or worse. You typically have to try a bunch of things out the whole way through. Even a 10% idea success rate is pretty good, but it takes a lot of time and GPUs to find out which ideas do work.<p>3. The programming of a training pipeline is really error prone. The most common error is that your tensors are different sizes, but even the bolt-on static type systems don&#x27;t help you prevent tensor size mismatch.<p>4. It&#x27;s true that lock-in is pretty bad. If NVidia had real competition then maybe prices would come crashing down.<p>5. If the set of primitives in pytorch or tensorflow work for you, then great! But if you need new primitives, then you&#x27;re crossing the Python-C++ boundary, learning CUDA, and also grappling with build systems (either praying that Python will find CUDA, or learning more than you ever wanted to know about Bazel).<p>6. All the data prep and final analysis tends to need specialized scripts and pipelines. All these tools are written by people who just want to get back to the model, and are run infrequently. You&#x27;re lucky if the scripts still work today, and especially lucky if there are any tests at all.
评论 #35534768 未加载
two_in_one大约 2 年前
Unified, layered architecture. Good luck with that. They will have hard time convincing anyone to implement their interfaces. Which means they will have to do all modules themselves. Somehow I don&#x27;t believe in this idea...
评论 #35534604 未加载
hacker_9大约 2 年前
It looks like they took a profiler to the training process of today&#x27;s largest AI models.<p>Firstly it&#x27;ll be a universal low level software layer, that can run on top of any cloud hardware, which can then be developed against to enable maximal cloud reach when training models.<p>This sort of virtualisation might be considered slower than direct access, but they&#x27;ve also created a DSL on top of python, which looks to enable the compiler to make smarter decisions about how to allocate memory and compute during training. So both together presumably producing a speedup worthy of the hype.<p>Kudos to them if they deliver on their promise.
programmarchy大约 2 年前
If anyone can turbocharge the tooling of an ecosystem it’s Lattner. If he can do for AI what he did for Apple with Swift, that would be a huge win for everyone.
评论 #35534534 未加载
andsoitis大约 2 年前
&gt; The world of AI changes, forever<p>Very hype. Pretty pictures.<p>&gt; A new programming language that gives Python superpowers<p>This is the part that I find intriguing.
kjto大约 2 年前
boring: Our platform is built of layered, composable components that can be remixed and extended<p>the usual gist, another framework
评论 #35534763 未加载
photonbeam大约 2 年前
Page has issues loading correctly for me in iOS safari using Firefox Focus as content blocker
评论 #35534388 未加载
gok大约 2 年前
Big thing AI needs is more compiler bullshit.