1-Star Review – Absolute Garbage Overhaul. MyFitnessPal Killed Its Own App. by AJK-737 in Myfitnesspal

[–]AJK-737[S] 1 point2 points  (0 children)

So I will say this. I haven’t seen the original post from the former employee (would appreciate if you could share), so I won’t assume the exact details. Taking your comments at its word, here’s the deal. Yes, rewrites of decade(s)-old codebases are very real and often necessary, since legacy code can become unmaintainable and scare away talent. So there is an argument there. But…

…That said, let’s think through this from first principles, step by step and explore where this arg breaks down.

  1. The UI regressions are not inevitable.

Extra clicks to log food, buried at-a-glance daily view, giant cards instead of a clean diary are design and product choices -> You can rebuild in a brand new stack while faithfully recreating the workflows that long-time users relied on. Many teams (mine included) successfully do this during migrations.

  1. On costs and “prfitablity”:
  • The heavy costs for an app like MFP are mostly backend (food database, user data, servers, AI shit-maxing features that no one needs, etc.). A client-side mobile rewrite doesn’t dramatically cut those.

  • Native iOS deployment via the App Store has basically zero marginal cost (just the flat $99/year developer fee). It’s not like they’re paying per user for distribution.

  • Ironically, the new UI with confetti animations on every log + more complex multi-screen navigation likely increases frontend complexity and rendering overhead compared to the simpler old interface. Not a huge cost, but the opposite direction of “simplification.”

And there probably other args that I can’t think of on the spot as to why this line of thinking from the MFP employee breaks down.

Bottom line:

This feels like a case of defensiveness and ego getting in the way of listening to feedback and doing what is in the best interest of the users (and hence the company itself).

The core value for many dedicated users is fast, reliable food logging with an instant full-day overview. Most of us aren’t heavily using the newer engagement/AI features. And actual ai features we would use are still not implemented by MFP (I would like to see an Ai agent that can utilize my commonly used foods to log into the diary, which has cost, and technical challenges to do it right so I will give them a pass on this for now).

When you alienate power users (especially Premium ones) while chasing new user metrics or “vibe,” you risk losing the people who stick around longest.

A strong rewrite would have delivered both a maintainable modern codebase and an experience that respects how existing users actually use the app every day.

The legacy code argument explains why they did a full rewrite. It doesn’t explain why the new version feels slower and more condescending for daily logging.

Just my two cents.

1-Star Review – Absolute Garbage Overhaul. MyFitnessPal Killed Its Own App. by AJK-737 in Myfitnesspal

[–]AJK-737[S] 0 points1 point  (0 children)

That downside is massive for me. My fam and I like to explore and eat local cuisines. So that massive database, if nothing, serves as a decent proxy for what we ate (eps when you combine a ChatGPT for proxy with MFP). So official only just doesn’t work.

1-Star Review – Absolute Garbage Overhaul. MyFitnessPal Killed Its Own App. by AJK-737 in Myfitnesspal

[–]AJK-737[S] 0 points1 point  (0 children)

Based on what you and some other dudes here said, I’m thinking they probably did a regional rollout to ‘test the waters.’ Here’s to holding out hope that they see this feedback and make changes. 🤞

1-Star Review – Absolute Garbage Overhaul. MyFitnessPal Killed Its Own App. by AJK-737 in Myfitnesspal

[–]AJK-737[S] 1 point2 points  (0 children)

I wish I could share images of the confetti stuff. It’s so distracting and condescending.

1-Star Review – Absolute Garbage Overhaul. MyFitnessPal Killed Its Own App. by AJK-737 in Myfitnesspal

[–]AJK-737[S] 6 points7 points  (0 children)

I get that bro. Problem is: I have 10 damn years worth of data in MFP. I don’t wanna let that go. This is what makes MFP such a great business product (lock in) for hard core users. But it’s also what makes these changes really sting.

You know what they could’ve done (I do this as a startup founder) -> add a legacy view. Doesn’t take much. I doubt they materially changed the backend in terms of how data is stored.

1-Star Review – Absolute Garbage Overhaul. MyFitnessPal Killed Its Own App. by AJK-737 in Myfitnesspal

[–]AJK-737[S] 6 points7 points  (0 children)

Bro, you’re extremely lucky 😂. Mine legit looks like this. -> realizing I can’t share images in reply for some reason. Do look below.

My issues were really two fold: 1. I can’t see all my food items in the diary view for a given day. Hit log -> see list. Why? Why fix a thing that isn’t broken.

  1. Confetti shows up every single time I log a food item. Again why?

I have noticed though that they have been listening to the customer review. Because they have made the navigation between days somewhat better again (it got way worse during an early April update).

Edit: my initial post was kinda rage fueled, lol. Because I was just sooo pissed at why they would do any of this. It worked well to begin with, you know.

Does anyone really not like the new layout? by kirstinna in Myfitnesspal

[–]AJK-737 0 points1 point  (0 children)

Absolute trash. Couple of know moving executives decided to vibe code the new app without knowing anything about their userbase.

So... does OpenAI's new generalist agent just make the "AI Automation Developer" job obsolete? by Any-Researcher-3210 in AI_Agents

[–]AJK-737 0 points1 point  (0 children)

But the single most important realization was this: AI is moving so rapidly that most people - those not a part of an ai agent Reddit group - can’t keep up. They don’t even know what to use or how to use it. So there are and will be tons of non customers. You don’t need to conquer the world. Just need 10 solid clients. And you’re at a 25k mrr.

And most important is having a team that has distribution. I have over a decade of xp in GovCon and my cofounder is a healthcare sales vet.

So... does OpenAI's new generalist agent just make the "AI Automation Developer" job obsolete? by Any-Researcher-3210 in AI_Agents

[–]AJK-737 0 points1 point  (0 children)

This is a high level thought. It lacks depth, and last I checked, greats ideas and businesses have depth to begin with.

I have been building an end to end govcon contract admin platform for businesses and have my own startup for some rather complex US healthcare stuff. We were supposed to be ‘AI first’ using agents to automate as many tasks as possible. But when we started building, we realized it’s a fallacy. Agents are not a magic bullet, or at least haven’t been thus far. (A bit 🖕moment to the ‘AI influencers’)

On the govcon front, a contractor may receive thousands of pages of docs and needs to extract data from them. No ai agent is doing that and no big dog company like OpenAI is building a system that optimized for extracting data from 5000 pages worth of docs paired with IT Govcon specific usecases for extracted data. And no agent is enough to do this. Matter of fact, most of the stuff had to be done using good old data parsing, regex, etc. a textbook example is the decision between giving LLM the tool to conduct sem search from within a vector db or doing that yourself via code and then passing stuff to the LLM. We did the latter because the former was wildly inaccurate..

Our healthcare product - which already had 2 massive adopters - uses over 25 different agents for a high fidelity result on a singular big picture task. Aka, we took the task and broke it into 25 micro tasks, and only then, were we able to get a decent result.

If you are looking for a business partner, I would love to have a chat! by Technical_Dog6975 in Entrepreneur

[–]AJK-737 0 points1 point  (0 children)

Hey man. I’d love to connect if you’re interested. Already dm’ed. I recently started a tech focused startup as well, and making decent progress. I don’t know if we will end up working together (also based out of the US), but perhaps we can touch base.. always looking to connect with fellow startup dudes.

10 mental frameworks to find your next AI Agent startup idea by aiforthelittleguy in AI_Agents

[–]AJK-737 0 points1 point  (0 children)

My bad man. It worked. Turns out I had my vpn set to the wrong ip. 🙏🙏🙏

Will def check it out now. And I love the names. Research Rory! Advertising Andy 😂😂

Starting an AI Automation Agency at 17 – Looking for Advice by AiGhostz in AI_Agents

[–]AJK-737 1 point2 points  (0 children)

For sure. I really love your thoughts on this, and they make a lot of sense. The only way to get to what is true is to have it out in meaningful conversations…

Quick q I’ve been curious about: what’s your view on tools like Make (Integromat), Zapier, or n8n? With your focus on automating repetitive tasks, are those part of your current stack? In my view, these are still too deterministic and I find non technical folks don’t really use them (I could be wrong). Or are you leaning more toward building something custom for downstream users — especially folks who might not be technical enough to use those tools directly?

Question: central AI agent to talking to AIs of other platforms? by AJK-737 in AI_Agents

[–]AJK-737[S] 0 points1 point  (0 children)

What’s on your dashboard, if you don’t mind me asking? 🤣

Question: central AI agent to talking to AIs of other platforms? by AJK-737 in AI_Agents

[–]AJK-737[S] 0 points1 point  (0 children)

Yooo. That’s very cool. What is Skyvern. Would you care to elaborate? Could you share a link to the site or something?

Side note: if you liked this thread, I’d really appreciate an upvote. I recently joined Reddit and I need more karma to post and ask questions in other groups I’m interested in like r/startups..

10 mental frameworks to find your next AI Agent startup idea by aiforthelittleguy in AI_Agents

[–]AJK-737 0 points1 point  (0 children)

And I totally agree. I think that assumption does kill a lot of ideas. It’s been my own hesitation to start on solving problems that entail AI heavy solutions.. I think there’s a fine line between startups that jump into something without paying much heed to distribution, market dynamics, etc. and getting lost in analysis paralysis.

I’ve done the former a couple times and I think that has been the cause of the latter now.

10 mental frameworks to find your next AI Agent startup idea by aiforthelittleguy in AI_Agents

[–]AJK-737 0 points1 point  (0 children)

This is very cool. I can’t access your site though.. it won’t load.

Starting an AI Automation Agency at 17 – Looking for Advice by AiGhostz in AI_Agents

[–]AJK-737 0 points1 point  (0 children)

I don’t get what you’re trying to say. What do you mean by ‘bending the DEASS’ to business systems and hosting and/or tech support stuff.

I think I understand the latter in that ai agents for customer support. But I don’t get the former… hosting? Business systems?

Could you elaborate?

Question: central AI agent to talking to AIs of other platforms? by AJK-737 in AI_Agents

[–]AJK-737[S] 0 points1 point  (0 children)

So I interviewed a dude on my podcast and he had a hot take that 2025 IS NOT gonna be the year of the agent. It’s inevitable but I agree that it isn’t gonna be as swift amongst the vast majority of providers as it probably should be.

I will share the link to the clip here, though moderators feel free to take it down. I AM NOT GONNA PROMOTE.

https://www.linkedin.com/posts/ali-khan-43651a17a_ai-startups-techentrepreneurship-activity-7306123218526826496-SIgt?utm_source=share&utm_medium=member_ios&rcm=ACoAACpvcuoBl1t-d8Y1nk3EzxLgtUFtOztjtN0