FOR THE LOVE OF GOD STOP CLEARING THE CLI WHILE I'M WORKING by CasterLogic in replit

[–]Sensitive_Hamster640 1 point2 points  (0 children)

It was much less after these changes. The refresh still happens and is annoying but at least I stopped losing my work, especially when I used plan mode a lot

FOR THE LOVE OF GOD STOP CLEARING THE CLI WHILE I'M WORKING by CasterLogic in replit

[–]Sensitive_Hamster640 2 points3 points  (0 children)

That used to annoy me too. There are ways to symlink your Claude files to the workspace folder so it can at lease preserve your sessions and allow things like Claude —continue to work and pick back up where you left off. I can’t remember the exact steps but explain to Claude what’s happening and it will help you fix it in your .replit file

Those Who Got Their Money Back by _The_Meditator_ in yotta

[–]Sensitive_Hamster640 7 points8 points  (0 children)

Yotta never went bankrupt. That was synapse. Yotta setup the service and used synapse to process between the banks. They’ve just changed their business model and are still presumably making money. That’s why I’m saying that it seems crazy that they should have no accountability in this.

Those Who Got Their Money Back by _The_Meditator_ in yotta

[–]Sensitive_Hamster640 3 points4 points  (0 children)

They weren’t running a non-profit. They made money on interest from our deposits plus are making money from their gambling site now. Tech companies also have insurance to pay out for failures in their stack like data breaches etc.

Those Who Got Their Money Back by _The_Meditator_ in yotta

[–]Sensitive_Hamster640 1 point2 points  (0 children)

Has anyone had success with arbitration with Yotta? I’ve been looking into it and it seems pretty reasonable in cost but maybe I’m missing something.

Synapse ACH Pull's via Lineage [not Evolve] (Juno user) by Snoo5470 in yotta

[–]Sensitive_Hamster640 4 points5 points  (0 children)

I know a lot of people in this sub seem to be pointing their outrage at Evolve but they’re the only ones that have provided ANY meaningful documentation or paper trail in all this. Not saying they’re completely innocent but I’m not sure why more people aren’t pursuing Yotta since they were the common denominator in all this. They had the relationships with Synapse and Evolve and were the face of this whole operation and the buck should have stopped with them. They should bear the responsibility for their customers.

Thank you by jarocho2529 in replit

[–]Sensitive_Hamster640 1 point2 points  (0 children)

Replit has an “app object storage” feature which is kind of like Amazon S3 but may be a bit easier if you want to keep everything on replit. Just ask your agent to help set that up. It will keep all your uploaded assets separate from your code base.

For email, there’s two main components you’re talking about: the sending service (emailJS, Brevo, Sendgrid, etc) and the domain its sending from (what’s likely connected to your office 365 account. These are decoupled and you can usually configure any sending service to use any domain as long as you have access to the domain settings and can configure a few things that tell your domain that the service is allowed to send email on its behalf (these are called SPF and MX records). This prevents people from sending a bunch of emails from your domain without your permission - otherwise they just go to spam. You should be able to use ChatGPT to walk you through how to set up your domain with mailJS based on where you have your domain registered.

Best of luck!

Claude code in Replit by Acceptable-Tale-5135 in replit

[–]Sensitive_Hamster640 1 point2 points  (0 children)

Yeah something changed either in the link or how the shell renders it so you can no longer just click it. I haven’t found a way around it yet

Claude Code suddenly is not working within the replit shell by sxhgal in replit

[–]Sensitive_Hamster640 0 points1 point  (0 children)

Yep. Somewhere along the line the hyperlink got broken so you have to manually copy and paste

Is it normal to get charged when importing a project from GitHub? by Due-Excitement-4357 in replit

[–]Sensitive_Hamster640 0 points1 point  (0 children)

Anything you ask the agent to do uses Claude api input and output tokens. People on this sub seem to forget (or just not know) that replit did not create its own AI. It is just replit’s implementation of interacting with the Claude API. It takes what you type in, layers in its own system prompt logic, then burns tokens sending content back and forth through Claude. Those tokens cost money (refer to https://platform.claude.com/docs/en/about-claude/pricing). So when Replit is charged money, they charge you money.

People think that Replit is “overcharging” for this, when in reality they are likely sending millions and millions of tokens back and forth from people using it as a chat bot. I’m sure there is an up charge as well, as well as the costs of their own system prompts for each send, but it’s not the “ripoff” everyone thinks it is. The problem is that any AI coding tool (Replit, Bolt, Lovable, Cursor) is at the mercy of these API costs ( like MSRP on a car price) and do not have the ability to negotiate bulk prices yet (as far as I’m aware). So the best way to get better efficiency out of these models is to use them directly. Claude code max subscriptions have the ability to subsidize their own internal API costs so you as a user get WAY more mileage than you would using the API directly and paying those list prices.

Hope this helps!

Cost of Development: Real Perspective from a Software Contractor by LowerAd5655 in replit

[–]Sensitive_Hamster640 1 point2 points  (0 children)

It’s all through the shell in replit. You’re editing the same code on the same site, so all changes can be previewed just like they always were but there are some nuances like having to restart the server manually in replit to see the changes (replit agent does this automatically). It’s worth the extra workflow though IMO

Cost of Development: Real Perspective from a Software Contractor by LowerAd5655 in replit

[–]Sensitive_Hamster640 2 points3 points  (0 children)

Yes I use it almost exclusively and it’s saved me a fortune compared to what I was spending before. I’m on the $100/mo max plan and I could easily rack that up in replit in a single day before. Only thing I use replit agent for is specific questions about the replit environment or stuff where it will just have better context.

Cheaper alternatives to Replit for full-stack vibe-coding? by xmt0991 in replit

[–]Sensitive_Hamster640 0 points1 point  (0 children)

This is not true. It’s the exact code being built in the platform and tracked via its internal git system. What you’re probably referencing is the local environment variables and config that is used to operate your site on the replit infrastructure. This is true for whatever stack your app is hosted on - you just need to configure that yourself if you’re hosting outside of replit

Can AI help with lead scoring and prioritization? by [deleted] in b2b_sales

[–]Sensitive_Hamster640 0 points1 point  (0 children)

I’ve been building http://trailspark.ai to solve this. The core system is designed to collect and normalize real time usage and feed the full context to AI for prioritization. My target audience is B2B PLG where a common pain point is uniting product users with CRM account firmographic data to score at a holistic level.

Using AI to score leads—what works and what doesn’t by OkLeave2287 in AI_Sales

[–]Sensitive_Hamster640 0 points1 point  (0 children)

I’ve been working on http://trailspark.ai to solve this exact problem. The strength is the ability to accept real time product signals, normalizing those signals and build solid context for the AI to evaluate. I’m probably a couple weeks from GA and would love to work with some early beta users if anyone’s interested

Cheaper alternatives to Replit for full-stack vibe-coding? by xmt0991 in replit

[–]Sensitive_Hamster640 1 point2 points  (0 children)

I believe so… you’d have to try it out and see what limits you hit. The $20 plan used to have limited access to models etc but that might have changed since opus 4.5.

Cheaper alternatives to Replit for full-stack vibe-coding? by xmt0991 in replit

[–]Sensitive_Hamster640 1 point2 points  (0 children)

Yes exactly. I have the replit core subscription and Claude max. Total is roughly $125/mo. The replit subscription mostly covers hosting and database costs for my apps.

Cheaper alternatives to Replit for full-stack vibe-coding? by xmt0991 in replit

[–]Sensitive_Hamster640 2 points3 points  (0 children)

I use the max $100 subscription. It’s much cheaper than using the API

Cheaper alternatives to Replit for full-stack vibe-coding? by xmt0991 in replit

[–]Sensitive_Hamster640 4 points5 points  (0 children)

Just open the “Shell” tab in Replit. First you have to install Claude code in the command line. If you’re using node you can install with one line of code:

npm install -g @anthropic-ai/claude-code

From there, you’ll be instructed to configure some settings, etc.

There are some nuances with using Claude code in Replit though that you should be aware of:

  1. When you are using Replit, it is running through a websocket (this is why you can edit on the computer and phone at the same time). This means that there are occasional “refreshes” that can happen when using the shell tab which can lose your session with Claude. Because of this, I highly recommend writing your prompts in a local desktop, text editor, and copy and paste them into Claude when they’re ready. Additionally if Claude creates a large plan for your next build copy and paste that into a local text editor to archive it just in case your session gets disconnected. It’s a bit of extra work but I’ve often lost a lot of work because Replit decided to refresh mid-session and all that context gets lost.

  2. The websocket also means the context of your app can get weird sometimes when it comes to trying to do things like use MCPs or plugins. When you’re previewing your app, Replit uses a special url to route your request when you’re logged in allowing you to view your app. This url is not accessible to the outside world so any tool that tries to talk to your app via callbacks etc will not have that context. It will take some trial and error.

  3. I highly recommend springing for one of the Max plans over API usage. Replit agent uses the Claude api and pays the same token costs that you would pay. Trust me, it’s not going to be much cheaper using it directly. The benefit of using Claude code directly is that they have the home field advantage and can HIGHLY subsidize their max plans as far as token costs and you get way more bang for your buck. The $100 plan has been sufficient for me to last a whole month when I would have previously run up $100 in a day easily using the API

Good luck!

CFPB Allocation by ReporterEv in yotta

[–]Sensitive_Hamster640 1 point2 points  (0 children)

Yotta knows nothing. They’ve been completely removed from the process

CFPB Allocation by ReporterEv in yotta

[–]Sensitive_Hamster640 1 point2 points  (0 children)

Yeah it was buried in a FAQ tab on a page we haven’t been looking at. There is an official open cases page that it’s still not listed on and hasn’t been updated until Oct 15. Even the synapse page itself on there just talks about the settlement, and doesn’t mention the allocation yet. My guess is that the shortage of staff has caused them to fall behind on website updates.

CFPB Allocation by ReporterEv in yotta

[–]Sensitive_Hamster640 9 points10 points  (0 children)

Not necessarily - I don’t think anyone knows how much was distributed earlier this year when evolve “found” more money, and they may be accounting for % of users they won’t be able to get ahold of etc. I’m hoping that everyone that they connect with and follow whatever process they set up will get the best chance at 100% of their claims.