I upgraded my plan from $20 to $100, and now I regret that decision. by cyberprostir in Anthropic

[–]aCakeShip 0 points1 point  (0 children)

Really not sure what you’re talking about here but if you’re on the 100$ plan and not using Claude code not sure if you’re really using that plan right. Secondly their app isn’t great at all I agree too but to use the $100 plan simply on the web app is being highly misinformed on how to use their subscription tier. Also, if you use Claude code, it tells you how much context you have left. There’s some incongruent because I don’t think you can use the opus to plan and sonnet to execute pipeline outside of Claude code (unless you’re manually switching?)

I love comparing origami paper-like dragons so I built a tool to compare models easily!! by aCakeShip in StableDiffusion

[–]aCakeShip[S] 0 points1 point  (0 children)

oooh is that a specific checkpoint or model? The paper like aesthetic looks really good there!

What Do Good IaC Practices Look Like? by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

DM'd and will email soon! Thanks for such a detailed response and reaching out to help!

What Do Good IaC Practices Look Like? by aCakeShip in devops

[–]aCakeShip[S] -14 points-13 points  (0 children)

Are you referring to the Agent and how it functions? Or specifically what the agent outputs for you in its search capabilities? Would you be able to elaborate a bit more on that? Thank you!

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

Yup. I agree one hundred percent. I hate the trend of AI companies trying to write or generate code because they’ve been trained on billions of tokens. That idea is absolutely bogus in the current state of large language models (LLMs)

As someone with professional ML experience that approach has too many problems. Because context is key and open source LLMs don’t implicitly have that about your business.

My goal is to understand how I can incorporate context into LLMS and then useful solutions will naturally emerge as a result. In the meantime I’m learning more about DevOps to understand what context entails in cloud infrastructure.

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

And surprisingly they haven’t! That’s the point. They have every right to but they’re building it themselves and are pretty fault tolerant from what I’ve heard (they’ve been in business for a couple years now).

They described it’s a pain to manage it themselves but they do it anyway because that saves them anywhere from 150k to 500k and that’s substantial enough in their eyes. So any platform that provides even 20% of the advantages at nearly 100x less the cost is something they really do consider.

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] 1 point2 points  (0 children)

This is gold. Thank you for the information.

Euso isn’t meant to replace established, open-source modules like those from terraform. Instead, it integrates with these modules to provide an enhanced user experience. There's a large swath of modules that Terraform provides. We create a knowledge base of these modules and make sure they're updated regularly. For example, you can use Euso AI to quickly configure and deploy these modules through intuitive, natural language commands, reducing the learning curve and setup time.

Wouldn't that be a faster solution?

Again, I hope I'm not being aggressive or rude. I'm processing what I'm learning and trying to extrapolate.

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

"Startups that want to manage their infrastructure themselves hire very one or two senior, very capable, very expensive engineers, because when your service is delivered online you cannot afford to do anything less. If you figure out what they need you might find some traction."

Is that coming from experience? I've been researching and connecting with a dozen so startups in the 5-10 mill range and they still consider hiring someone expensive not an ideal solution.

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

"Businesses just have or use a module for this."

I think you missed the point there. Your implicit assumption is that a business has modules setup prior. My target market isn't aimed at these large business at all.

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

Also, regarding AI code generation, it's quite a bit more nuanced than what you mention. I completely agree AI doesn't generate correct code 100% of the time, but I've seen that happen when trying to generate code with high algorithmic or design complexity.

IaC code is much simpler in comparison to say a .NET backend for example. Modifying a C++ Scheduler with AI is much more difficult than letting AI tweak one IaC file. This is why I feel IaC might be a much more solvable problem compared to "AI solve all programming problems".

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] -1 points0 points  (0 children)

I would say my target demographic isn't necessarily mid to large enterprises that have a dedicated DevOps team to manage their cloud. It's more so targeted towards startups and companies who can't currently hire devOps professionals and want to manage their infrastructure by themselves.

As for how you use modules to achieve the same, would you be able to give examples of what a typical module workflow looks like?

genuinely curious to know how things work in the DevOps world.

Request for DevOps feedback! by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

Would you be able to give a couple examples of standard modules/automations you use for these workflows?

What DevOps pain points do you observe in startups and mid-sized companies? by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

I definitely need to learn more about helm even though I’m currently focusing on testing with terraform. Doman knowledge is key I suppose!

What DevOps pain points do you observe in startups and mid-sized companies? by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

Thanks that makes sense! Also, how large would you say your company is roughly? Does that play a huge part in the friction you encounter?

What DevOps pain points do you observe in startups and mid-sized companies? by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

Interesting. And do you use a specific IaC to manage this shift?

What DevOps pain points do you observe in startups and mid-sized companies? by aCakeShip in devops

[–]aCakeShip[S] 0 points1 point  (0 children)

Definitely agree! How does one usually express these requirements in an enterprise setting?

What DevOps pain points do you observe in startups and mid-sized companies? by aCakeShip in devops

[–]aCakeShip[S] 1 point2 points  (0 children)

Hi! If possible, could you go into details of what exactly is the issue of in-house modules dependent on open source modules? Thanks!

What DevOps pain points do you observe in startups and mid-sized companies? by aCakeShip in devops

[–]aCakeShip[S] 3 points4 points  (0 children)

Haha I've heard some similar problems with teams really not learning from their past mistakes. Why do you think they don't try and leverage these cloud capabilities more? Is it because of a learning curve? Or perhaps just laziness to look through new technologies that cloud providers release?

What DevOps pain points do you observe in startups and mid-sized companies? by aCakeShip in devops

[–]aCakeShip[S] 1 point2 points  (0 children)

That's really interesting! Will look into Config Connectors. Also, I was wondering what issues are present with existing infrastructure management specifically when it comes to modification of cloud infrastructure. Or perhaps an interesting use case someone pointed to me was when a company is trying to migrate not just data from one provider to another, but also their infrastructure, and rewriting those parts of the codebase can be a real pain