Readit News logoReadit News
michaelfm1211 · 5 days ago
> The data also reveals a misalignment in resource allocation. More than half of generative AI budgets are devoted to sales and marketing tools, yet MIT found the biggest ROI in back-office automation—eliminating business process outsourcing, cutting external agency costs, and streamlining operations.

Makes sense. The people in charge of setting AI initiatives and policies are office people and managers who could be easily replaced by AI, but the people in charge not going to let themselves be replaced. Salesmen and engineers are the hardest to replace, yet they aren't in charge so they get replaced the fastest.

zoeysmithe · 5 days ago
I think this is being overly complimenting to AI. I think the most obvious reason is that for almost all business use cases its not very helpful. All these initiatives have the same problem. Staff asking 'how can this actually help me,' because they can't get it to help them other than polishing emails, polishing code, and writing summaries which is not what most people's jobs are. Then you have to proofread all of this because AI makes a lot of mistakes and poor assumptions, on top of hallucinations.

I dont think Joe and Jane worker are purposely not using to protect their jobs, everyone wants ease at work, its just these LLM-based AI's dont offer much outside of some use cases. AI is vastly over-hyped and now we're in the part of the hype cycle where people are more comfortable saying to power, "This thing you love and think will raise your stock price is actually pretty terrible for almost all the things you said it would help with."

AI has its place, but its not some kind of universal mind that will change everything and be applicable in significant and fundamentally changing ways outside of some narrow use cases.

I'm on week 3 of making a video game (something I've never done before) with Claude/Chat and once I got past the 'tutorial level' design, these tools really struggle. I think even where an LLM would naturally be successful (structured logical languages), its still very underwhelming. I think we're just seeing people push back on hype and feeling empowered to say "This weird text autogenerator isn't helping me."

danjl · 4 days ago
3D apps are particularly bad for AI. The LLMs are fantastic at web apps that produce an HTML DOM. But they suck at generating code for a 3D app that needs rendering, game logic, physics and similar stuff. All of that is much more complicated than a DOM. Plus, there is 100x the amount of training data for web apps. It is similarly harder to test 3D apps. Testing web code is glorious. You can access the UI via the DOM, execute events, and then check the DOM for success. None of that is possible in 3D, where there is just an image and a mouse, and no way to find and push a button or check the results. A few of the LLM IDEs allow you to add images, which could really help cross this gap, but most do not, and those that do are not designed to be able to detect rendering artifacts, or detect if a given object is in the right place.
HankStallone · 4 days ago
Part of it is that the bosses often don't know what they want, so they leave the details up to marketing or whoever, so replacing marketing or whoever with AI would mean figuring out what they want. The boss can tell marketing, "Make a brochure for new product ABC," and marketing can run with that and present him with a mock-up, he can make a couple revisions, they shine it up based on those, and then they're done. To replace them completely with AI, he would have to provide a lot more guidance and it would take more iterations to get a correct result that he likes. It wouldn't be completely unlike the current process, but it would demand more of him, which wouldn't make him happy.

Last week I was talking to my boss about a project I've been working on for him, and he asked whether AI could help me with it to save time. I pointed out that a lot of the holdup in the project has been his not knowing exactly what he wants (because he's not sure what the software we're working with can do until I do it and show it to him), and an AI can't tell him what he wants any more than I can. Sometimes you just have to do the work, and technology can't help you.

thisisit · 5 days ago
There is a reason why sales and marketing is first. It has to do with hallucination.

People have figured out that even if you mess up sales/support/marketing, worse case you apologize and give a gift coupon. And then there is also the verbose nature of LLMs which makes it better suited to write marketing copies etc.

On business process outsourcing like customer support lot of companies are using LLMs, so that part is unclear to me.

Other BPO processes are accounting & finance, IT, human resources etc. And while companies can take that hallucination risk for customers, they see it as a serious risk. If for example, the accounting and finance operations get messed up due to AI hallucination companies will be in real hot water. Same goes for other back office functions like HR, compliance etc. So, most likely this statement is just hogwash.

pas · 2 days ago
companies that use LLM for support already were pretty deep in the woods with some outsourced unfortunate agent behind the curtains, so they replaced one not very good solution with an even worse, but cheaper one.

and since the whole world was (is) doing it at the same time customers doesn't really had a choice. (but of course having real support is still a differentiator in the market.)

YetAnotherNick · 5 days ago
> MIT found the biggest ROI in back-office automation

Can't find any source to this, even after searching in Google. To me who knows bit of this, I don't find it very believable. Compared to humans, AI struggles in places where a fixed structure and process is required.

K0nserv · 5 days ago
I'm arriving at the conclusion that deployments of LLMs is most suitable in areas where the cost of false positives and, crucially, false negatives are low.

If you cannot tolerate false negatives I don't see how you get around the inaccuracy of LLMs. As long as you can spot false positives and their rate is sufficiently low they are merely an annoyance.

I think this is a good consideration before starting a project leveraging LLMs

jbreckmckye · 5 days ago
I agree, and it's why I think AI is a good $50 billion industry but not a $5 trillion industry.
simianwords · 5 days ago
I completely agree. These are useful in fuzzy cases but we live in a fuzzy world. Most things are fuzzy and nothing is completely true or completely false.

If I as a human deploy code, it is not certain that it necessarily works - just like with LLMs. The extent is different however.

zubiaur · 4 days ago
100% where we are having a lot of success is in processes that required somewhat repeatable fuzzy processing, which before could only be performed by people.

Cool thing is that, since LLMs are comparatively cheap, I can afford to run the same process a few times, to get a sense of confidence of the response.

In our latest project, the client expressed that our AI aided process was 11 times faster, and much more accurate than their previous process.

infecto · 5 days ago
Has inaccuracies been an issue for any of the systems you have developed using LLMs? I hear your complaint quite a bit but it does not align with my experience. Definitely one shotting a chatbot around an esoteric problem introduces possible inaccuracies. If I get an LLM to interrogate a pdf or other document that error rate drops significantly and is mostly on the part of the structuring process and not the LLM.

Genuinely curious what others have experienced but specifically those that are using LLMs for business workflows. It is not to say any system is perfect but for purpose driven data pipelines LLMs can be pretty great.

K0nserv · 5 days ago
Yes I've seen issues with both, but in part what's tricky about false negatives is also that you don't necessarily realise they are there. In the systems I've worked on we've made it simple for operators to verify the work the LLM has done, but this only guards against false positives, which are less problematic.

I've had pretty good success using LLMs for coding and in some ways they are perfect for that. False positives are usually obvious and false negatives don't matter because as long as the LLM finds a solution, it's not a huge deal if there was a better way to do it. Even when the LLM cannot solve the problem at all, it usually produces some useful artifacts for the human to build on.

HankStallone · 4 days ago
I asked an LLM to guide me through a Salesforce process last week. It gave me step-by-step instructions, about 50% of which were fine while the others referenced options that didn't exist in the system. So I followed the steps until I got to a wrong one, then told it that was wrong, at which point it said that was wrong and gave me different instructions. After a few cycles of that and some trial-and-error, I had a working process.

It probably did save me some time, so I'd call it a mild success; but it didn't save a lot of time, and I only succeeded in the end because I know Salesforce pretty well and was just inexperienced at this one area, so I was able to see where it was probably going off the rails. Someone new to Salesforce would have been hopelessly lost by its advice.

It's understandable that an LLM wouldn't be very good at Salesforce, because there's a lot of bad information in the support forums out there, and the ways of doing things in it have changed multiple times over the years. But that's true of a lot of systems, so it's not an excuse, just a symptom of using LLMs that's probably not going to change.

Incipient · 5 days ago
I don't really track issues, as I don't need to. Just a recent example "please extract the tabular data from this visual" and the model had incorrect aligned records in one column, so the IDs were off by 1 in the data.

I'm sure in 95% of cases it gets it right, but it didn't this time, and I'm not sure how to actually work around that fact.

duxup · 5 days ago
I'm working on some AI projects and I'm building in "what just happened" kinda interface so folks understand if the result is in fact is what they wanted.

Management types seem baffled by the idea we would want this, even if they come around the next hour and say "hey user did something can you tell me what happened".

Like guies ... it's not 100%...

agloe_dreams · 5 days ago
Nobody actually wants half the useless tools companies are coming up with because most of the solutions are not really novel. They are just wrapping an LLM.

It's kinda like what I realized with the meta Ray-Bans: I can have these things on my face, they can tell me the answer to virtually any question in 10 seconds or less.

But I, as a human, rarely have questions to ask. When you walk in to your local grocery store - you generally know what you want and where to find it. A ton of companies are just gluing LLM text boxes into apps and then scratching their heads when people don't use them.

Why?

Because the customer wasn't the user - it was their boss and shareholders. It was all done to make someone else think 'woah, they are following the trend!'.

The core issue with generative AI is that it all works best when focused in a narrow sense. There is like one or two really clever uses I've seen - disappointingly, one of them was Jira. The internal jargon dictionary tool was legitimately impressive. Will it make any more money? Probably not.

addaon · 5 days ago
> But I, as a human, rarely have questions to ask.

Wow. This just does not match my personal experience. I do an hour or so walk around the reservoir near my house 4-5 times a week, letting my mind wander freely -- and I find that I stop on average at least five or ten times to take notes about questions to learn the answers to later, and occasionally decide that it's worth it to break pace to start learning the answer right then and there.

agloe_dreams · 5 days ago
Thats super reasonable - I'm a person with ADHD so if I'm asking questions in a grocery store context - I might fully forget things or take way too long to get things done - Going for a walk in nature is absolutely a much better place for questions like that to me though. I think I would prefer to not have tech in the moment to take me out of the space.
alistairSH · 5 days ago
But do you need AI for those answers? I sometimes do the same thing, but Google/DDG/whatever works fine for most, and a niche app works for others (IDing a bird = Merlin app, for example).
infecto · 5 days ago
I am in the same boat. I am always thinking about things and recently often asking ChatGPT for an answer. Having a natural language interface for questions has opened the door for me to many more questions.
GuB-42 · 5 days ago
It happens to me all the time, however, I want to have real answers. And while a LLM is sometimes involved, I usually go deeper, with some cross referencing, fact checking and primary sources. LLMs are great at giving you a starting point, but the problem with them is that it is impossible to distinguish between fact or fiction, so I always have to verify. Really, I have seen my fair share of falsehoods popping up on LLMs, sometimes on simple and uncontroversial topics.

On hot topics like politics, illegal drugs, gender and racial differences, etc... it may be impossible to even get an answer passed the filters.

reactordev · 5 days ago
I rarely have questions of others but I always question myself. :shrug:

There’s a difference between asking out loud or another being vs asking yourself internally.

svara · 5 days ago
I think not having those instant answers available is a big part of why your mind wanders in that setting.
delusional · 5 days ago
I mirror that experience, except for the latter half. I enjoy just being outside and letting my mind wander, letting it wonder about odd questions in the moment. I never actually want or care about the answers, I just like the feeling of thinking.

I already have my phone, I could look up the answers immediately. The reason I don't isn't that I can't. It's that asking the question is the point, not answering it.

starik36 · 5 days ago
My walk is also around a reservoir, also 4-5 times a week and the length of the walk around it is also 1 hour.

Are you the guy that walks the poodle?

dvfjsdhgfv · 5 days ago
When I walk around, I have many questions in my head. But I never stop to do something about it. If the question is important enough, it will stick and I'll do something about once I get back.

This is the modern curse: I know I can get an answer to nearly every question, and I can get it quickly, just taking my phone out of my pocket and dictating it, it takes zero effort. I feel it's worth to restrain oneself and just enjoy the walk. It just feels better.

sidewndr46 · 5 days ago
I've tried to express a similar sentiment to people in the past - that 443rd redesign of the UI for JIRA that moves a button from one side to another. It isn't actually for you. You aren't the user of the software. The user of the software is the product manager (or equivalent role). They need to justify their current role or their next promotion.
hn_acc1 · 3 days ago
Sadly, it takes away from my productivity when I was already used to the position of the button previously.

I do understand that sometimes things need to be redesigned. But crowing like you landed on the moon because your new phone icons now have "rounded edges with shading" or somesuch fuckery that will just slow down the rendering.. gets old and annoying really fast.

palmfacehn · 5 days ago
>Because the customer wasn't the user - it was their boss and shareholders. It was all done to make someone else think 'woah, they are following the trend!'.

I'm seeing this again and again. Customers as users seems like the last concern, if it is a concern at all. Adherence to the narrative du jour, fundraising from investors and hyping the useless product up to dump on retail are the primary concerns.

Vaporware or a useless, unlaunched product are advantageous here. Actual users might report how underwhelming or useless it is. Sky high development costs are touted as wins.

Culonavirus · 5 days ago
> Because the customer wasn't the user - it was their boss and shareholders.

It's kinda funny that some online shops are now bragging how great their customer support is because they DON'T use LLM bots xD

belter · 5 days ago
Dealing with real humans in the future will be the ultimate VIP treatment.
WD-42 · 5 days ago
I just finished implementing a chatbot in a box for a clients sass. What problem does it solve? None that I can tell, other than now the sass “has ai”.

I still have access to the OpenAI dashboard. I can confirm nobody is actually using it.

brobdingnagians · 5 days ago
We recently got a customer support request asking if we were going to "implement AI" on our website and then saying we could use it in our marketing if we did. No suggestion as to why they would find it useful, or what feature could be augmented with it. It's crazy that the hype is so high that random non-tech users suggest adding AI for marketing.
lumost · 5 days ago
Embedded AIs are pretty dumb as a product in my opinion. Why would the customer pay you instead of their existing model vendor of choice? Why do they have to learn your chatbox - when it's probably using a crappier model and lacks the context of their preferred vendor.

I really don't want to pay for 5 different AI subscriptions, I want one subscription that works with all my other services (which I already pay for).

BobaFloutist · 5 days ago
Now the sass can sass you
iib · 5 days ago
I think those kind of glasses may be really useful for blind people. I have seen similar glasses targeted at blind people, that at least in theory, seemed to me like a good idea.

I recall the glasses also can write on the screen inside the lens, which makes me think they may be good for deaf people as well.

It's just that these use-cases seem uncool, and big companies seem to have to be cool in order to keep either their status or their profits. But I have a feeling the technology may be really useful for some really vulnerable people.

marcosdumay · 5 days ago
Yes, there are people working on image recognition glasses for blind people.

Nobody seems to have been successful yet, and I think the focus on applying LLMs instead of dumb UI and mixed dumb and ML image processing is a large reason why.

agloe_dreams · 5 days ago
Oh I do still enjoy the glasses, they are actually rather incredible, even though they do not have a screen. That said - These actually do have a Be My Eyes integration - It is incredibly impressive.
aaronbaugher · 4 days ago
> Because the customer wasn't the user - it was their boss and shareholders.

I'm starting to get asked, "Could AI help you do such-and-such faster?" At first I tried to explain why the answer is no, because such-and-such doesn't lend itself to what AI is good at. But I'm starting to realize I'm going to have to tell them I am using it and maybe give them an example once in a while, because they're hearing too much about its wonderfulness to believe there's something it can't help with. They're going to think I'm just being stubborn even though I tell them I'm not opposed to using AI where it makes sense. If that means the job actually takes a little longer to add in the part where I use AI to speed it up, they'll be happier.

com2kid · 5 days ago
I use my Meta glasses heavily on vacation, and then occasionally else where. The latest Llama isn't as smart as OpenAI, so after a few wrong answers I gave up on day to day queries.

That said, the scenarios they are good at they are really good at. I was traveling in Europe and the glasses where translating engravings on castle walls, translating and summarizing historical plaques, and just generally letting me know what was going on around me.

duxup · 5 days ago
Yeah I'm in charge of trying some AI experiments with my company and I look around the landscape for a little inspiration ... is everything just a wrapper on chatgpt or whatever?

I can do that too but it's also not very useful and I'm just shipping data off to some AI company too. Don't know if I want to feed client data elsewhere like that.

dyauspitr · 2 days ago
> But I, as a human, rarely have questions to ask.

I realistically have between 10-100 questions I ask per day about things not immediately related to work. Double that if you include work based questions.

stevenally · 4 days ago
"Because the customer wasn't the user - it was their boss and shareholders".

Previous management fads: https://en.wikipedia.org/wiki/Management_fad

Obviously in the right contexts, these methods provided value. But they became widely misapplied, causing a lot of harm.

And the Wikipedia list is far from exhaustive.

thewebguyd · 5 days ago
> There is like one or two really clever uses I've seen - disappointingly, one of them was Jira. The internal jargon dictionary tool was legitimately impressive. Will it make any more money? Probably not.

Sounds like Microsoft 365 Copilot at my org. Sucks at nearly everything, but it actually makes a fantastic search engine for emails, teams convos, sharepoint docs, etc. Much better that Microsoft's own global search stuff. Outside of coding, that's the only other real world use case I've found for LLMs - "get me all the emails, chats, and documents related to this upcoming meeting" and it's pretty good at that.

Though I'm not sure we should be killing the earth for better search, there are probably other, better ways to do it.

ljf · 5 days ago
Agreed - 95% of the questions I ask Copilot, I could answer myself by searching emails, Teams messages and files - BUT Copilot does a far far better job than me, and quicker. I went from barely using it, to using it daily. I wouldn't say it is a massive speed boost for me, but I'd miss it if it was taken away.

Then the other 5% is the 'extra; it does for me, and gets me details I wouldn't have even known where to find.

But it is just fancy search for me so far - but fancy search I see as valuable.

tasty_freeze · 5 days ago
My favorite copilot use is when I join a MS Teams meeting a few minutes late I can ask copilot: what have I missed? It does a fantastic job of summarizing who said what.
kyledrake · 5 days ago
> Though I'm not sure we should be killing the earth for better search

Are we, though? What I have read so far suggests the carbon footprint of training models like gpt4 was "a couple weeks of flights from SFO to NYC" https://andymasley.substack.com/p/individual-ai-use-is-not-b...

They also seem to be coming down in power usage substantially, at least for inference. There's pretty good models that can run on laptops now, and I still very much think we're in the model T phase of this technology so I expect further efficiency refinements. It also seems like they have recently hit a "cap" on the increase in intelligence models are getting for more raw power.

The trendline right now makes me wonder if we'll be talking about "dark datacenters" in the future the same way we talked about dark fiber after the dot com bubble.

raincole · 5 days ago
> I, as a human, rarely have questions to ask

This is an eye-opening sentence. It's quite hard to imagine how to live one's daily life with "few questions to ask." Perhaps this is a neurodivergent thing?

agloe_dreams · 5 days ago
I meant mostly in the context of daily life tasks as a person with ADHD - so maybe a hair neurodivergent. My issue isn't that I don't wonder things, it is that indulging the wonder would interrupt me from accomplishing almost anything. I would not very highly functioning if I allowed for non-critical thoughts to interrupt the flow. When outside of trying to do specific things and in less focus-dependent tasks, I absolutely wonder and google and get lost on weird random topics.

I think I probably could have worded it more as "I rarely have questions worth knowing the answer to", where the cost of knowing answers is tied to the following rabbit holes and delays/forgotten tasks.

throwawaylaptop · 5 days ago
I always ponder how many people have a refrigerator in their home their entire life, and what percentage of them don't know how it works.

I've asked several gfs, and they don't have even a hint of how it works. Guy friends do a bit better but not as well as you'd think.

So yes, people live their entire lives not asking obvious questions.

zoeysmithe · 5 days ago
I'm autistic and I probably ask many more questions than most people.

I would also argue that ND people seem to be the heavier AI users, at least in my experience. Its a bit like the stereotypical 'wikipedia deep dive' but 10x.

dwb · 5 days ago
Don’t try and diagnose people like this please. Even if you’re qualified, and I doubt you are, it’s very insensitive.
R_D_Olivaw · 5 days ago
Oh what a blissful environment the mind that is not full of constant questions begging to be answered and explored must be.

I'll just be over here, floating (often treading water) in a raging river of "what ifs ...", "I wonder ifs..." And, "Hmmms?"

tempodox · 5 days ago
> … disappointingly, one of them was Jira.

I think this highlights an interesting point: Sensible use cases are unsexy. But the pushers want stuff, however unrealistic, that lends itself to breathless hype that can be blown out of proportion.

zahlman · 5 days ago
Am I the only one who looked at this shortened headline and wondered why anyone is allowing AIs to fly airplanes?
madcaptenor · 5 days ago
No. I also thought that even a 95% success rate wouldn't be good enough for airplanes.
mr_toad · 5 days ago
I just assumed it was developed by Boeing.
marcosdumay · 5 days ago
As a rule of thumb, airplanes subsystems are expected to have 99.99999% reliability, so the whole gets 99.9999%.

Airline airplanes are currently more than one order of magnitude better than this. But if you have that, you can claim your plane works.

Culonavirus · 5 days ago
It's very much enough for drones tho... all you need is a tiny Jensen's chip, moped engine, some boom boom play-doh and you're ready to rock. No remote control needed.
apwell23 · 5 days ago
we can do it once we know how they work. which will be never.
dylan604 · 5 days ago
Why not though? Current autopilot just attempts to keep plane on course/speed/altitude. Some can go further with auto-landing, but extreme emergency use only. I could see the airlines wanting to seek any fuel savings possible by possibly allowing AI to test slight changes to altitude/speed/course to conserve fuel based on some live inputs.
lemonwaterlime · 5 days ago
The mathematics that LLMs and machine learning are based on started off being developed for aircraft decades ago. It’s called “control theory”. So we had “AI” on airplanes first. Specifically we had adaptive control algorithms explicitly because of the problems introduced by fuel levels changing during the course of a flight.

In physics, we typically start with mass-spring-damper system representation. Elementary physics and engineering typically has assumptions such as mass being constant. You develop all sorts of dynamical models and intuition with that assumption. But an aircraft burns fuel as it flies, meaning its mass changes during the course of the flight. Thus your models drift and you have to adapt to that.

Pilots would have tomes they'd have to switch between at various points of the journey and adaptive control algorithms alleviated this. They still needed the actual reference guide in the cockpit as a risk mitigation.

The difference between that decades old application is that you don’t need a billion parameter model to do flight control. Most people do not understand the historic development of these techniques. The foundation of them has been around for a while. What we have done with the newest batch of "AI" is massively scale them up.

Deleted Comment

0xCMP · 5 days ago
Yes, I wish it was written "Pilot Programs" or something.
layer8 · 5 days ago
It certainly made me do a double-take.
atonse · 5 days ago
haha I thought the same and also thought "but everyone uses autopilot, what's the problem"
strictnein · 5 days ago
> "“Every single Monday was called 'AI Monday.' You couldn’t have customer calls, you couldn’t work on budgets, you had to only work on AI projects.”"

> "Vaughan saw that his team was not fully on board. His ultimate response? He replaced nearly 80% of the staff within a year"

Being that this is Fortune magazine, it makes sense that they're portraying it this way, but reading between the lines there a little bit, it seems like the staff knew what would happen and wasn't keen on replacing themselves.

onlyrealcuzzo · 5 days ago
These seems like a glass-is-half-empty view.

5% are succeeding. People are trying AI for just about everything right now. 5% is pretty damn good, when AI clearly has a lot of room to get better.

The good models are quite expensive and slow. The fast & cheap models aren't that great - unless very specifically fine-tuned.

Will it get better enough so that that growth rate in success pilots grows from 5% - 25% in 5 years or 20? Who knows, but it almost certainly will grow.

It's hard to tell how much better the top foundation models will get over the next 5-10 years, but one thing that's certain is that the cost will go down substantially for the same quality over that time frame.

Not to mention all the new use cases people will keep trying over that timeline.

If in 10-years time, AI is succeeding in 2x as many use cases - that might not justify current valuations, but it will be a much better future - and necessary if we're planning on having ~25% of the population being retired / not working by then.

Without AI replacing a lot of jobs, we're gonna have a tough time retiring all the people we promised retirements to.

jbreckmckye · 5 days ago
> 5% is pretty damn good, when AI clearly has a lot of room to get better.

That depends if the AI successes depended much on the leading edge of LLM developments, or if actually most of the value was just "low hanging fruit".

If the latter, that would imply the utility curve is levelling out, because new developments are not proving instrumental enough.

I'm thinking of an S curve: slow improvements through the 2010s, then a burst of activity as the tech became good enough to do something "real", followed by more gradual wins in efficiency and accuracy.

onlyrealcuzzo · 5 days ago
I agree it's an S-curve, but it's anyone's guess where on the S we are.

And regardless, I still see this as very positive for society - and don't care as much about whether or not this is an AI bubble or not.

grahar64 · 5 days ago
5% success is actually way higher than I thought it would be. At that rate I suppose there will be actually profitable AI companies with VC subsidies
whymauri · 5 days ago
5% success rate might mean: if you get it to work, you are capturing value that the other 95% are not.

A lot of this must come down to execution. And there's a lot of snake oil out there at the execution layer.

Joel_Mckay · 5 days ago
"So you're telling me there's a chance"

https://www.youtube.com/watch?v=KX5jNnDMfxA

5% is not unexpected, as startup success rates are normally about 1:22 over 3 years. lol =3

layer8 · 5 days ago
The MIT report linked in the article is giving a 404 for some reason. Here is the web archive version: https://web.archive.org/web/20250818145714if_/https://nanda....
amirkabbara · 5 days ago
synctext · 5 days ago
The MIT NANDA lab seems to have a link rot problem.

Their cardinal code repo is also 404. The NANDA Lab also does coding, their publication at AAAI 2025 is titled: "CoDream: Exchanging dreams instead of models for federated aggregation with heterogeneous models" [1]. However, the link to the Github repo is broken. Fascinating paper, sad about the missing code.

[1] https://mitmedialab.github.io/codream.github.io/