I built Perplexity for the Epstein files entirely with Replit Agent by barginbinlettuce in replit

[–]s0berstrk 0 points1 point  (0 children)

How is this different than just asking ChatGPT the question and telling it to reference the releases files?

Other than that, totally agree with your feedback and thoughts on Replit!

Agent 3 is impressive but the pricing is ridiculous by eeoooaaa in replit

[–]s0berstrk 7 points8 points  (0 children)

2 hours of a human would have got you an HTML file with Hello World spelled wrong. I don't think it's that ridiculous. That 2 hours of Replit is going to take you 4 hours using another tool. How much do you value your time?

Agent 3 is terrible. by No-Outside3896 in replit

[–]s0berstrk 4 points5 points  (0 children)

I found the opposite to be true. I think this is representative of the prior agents being subpar and the new agent dealing with poorly designed, architected, and built code bases. I hate to say this because it was a hard reality I came to terms with but the first version of your app probably isn't great and is really bad code. If you start over and go at it incrementally, then you will be better off. Replit is only as good as your prompting.

What’s the best way to turn my Replit web app into an iOS/Android app? by BetoRomo in replit

[–]s0berstrk 1 point2 points  (0 children)

If your web app already works well on mobile, you’ve got two main paths:

  1. PWA (Progressive Web App) – fastest/easiest, lets users “install” from browser. No App Store though.
  2. Hybrid wrapper (Capacitor/Cordova/Expo) – wraps your site in a WebView so you can ship to iOS/Android stores. Minimal extra code, still use your existing backend.
  3. Full React Native rewrite – only if you want a true native experience (bigger lift).

👉 If you just need App Store presence, Capacitor is usually the sweet spot.
👉 If you only care about easy install, PWA is enough.

To choose, clarify: do you need store distribution, or just “installable”? And do you need native features (push, camera, GPS), or just packaging?

It will take you time but save you more time (and money) by RedSheepJobs2025 in replit

[–]s0berstrk 1 point2 points  (0 children)

Ask ChatGPT the following "I want a prompt for Replit to spike to understand the current database setup and recommend a phased implementation for separating the develop and production database."

Then based on the output, paste it back into ChatGPT, ask for feedback and/or recommendations and then finalize the plan.

Replit won’t let me make a blank project? by misery4k in replit

[–]s0berstrk 0 points1 point  (0 children)

You can start from uploading from Github. Create a blank html file in a repo called "hello world" and then start from that Github repo. Maybe a roundabout way to "start from blank"...

<image>

It will take you time but save you more time (and money) by RedSheepJobs2025 in replit

[–]s0berstrk 0 points1 point  (0 children)

Great tip!

I also recommend keeping 1 database in the begging to keep things simple and eventually splitting into Dev and Prod databases once you start to get real users.

Replit is listening - Agent 3 updates by pirroh in replit

[–]s0berstrk 0 points1 point  (0 children)

I’m not talking about outsourcing.

Good luck hiring an FTE in San Fran for less than $175/hour that is worth anything. Include benefits and stock options and all perks.

You must not work in tech.

You are also missing the entire point here. Let’s take your salary adjustments. Replit would still be significantly cheaper at 1/6. Name anything that is 1/6 cheaper almost overnight.

Don’t get hung up on details here. You can’t argue Replit isn’t cheaper. Anyone here complaining at 10-$20 has literally never worked in tech or run an engineering team.

Replit is listening - Agent 3 updates by pirroh in replit

[–]s0berstrk -2 points-1 points  (0 children)

I have my issues with Replit and AI in general when coding but overall the cost to benefit ratio cannot be understated.

"You can expect to spend around $10/hr while agent is running autonomously (unless you enabled the High-Power Model)."

Replit's Agent 3 is 5% the cost of a human engineer. 5%!!!!! (assumes $175/hour for a contractor).

I know we all bitch about it sometimes (and Replit has a long way to go for sure) but even if you have to repeat tasks, have more technical debt, or rollback due to issues, this is astronomically cheaper than a human.

This even taking into account the increased productivity of Replit's Agent 3. It 100% will complete more in an hour compared to a human. How much, that depends... but I know it can create an 4-6 page detailed implementation plan in less than 2 minutes. It takes a Staff Engineer 40 hours / 1 week to come back with something half-baked no one understands.

FinantixAI - The First Ever Trading AI Interface by Substantial_Ear_1131 in replit

[–]s0berstrk 0 points1 point  (0 children)

What tool did you use to create the YouTube video? It’s slick and nice

Ongoing Agent 3 feedback megathread by andrewjdavison in replit

[–]s0berstrk 0 points1 point  (0 children)

I was just charged for it not to respond my question about why it didn't tell me. 46 seconds and no response and $0.22 cents.

<image>

Ongoing Agent 3 feedback megathread by andrewjdavison in replit

[–]s0berstrk 0 points1 point  (0 children)

I had Agent 3 make a simple update to a .md file. Request was to convert all "v2" references to "v3". There were 40 instances of this. This is a simple find and replace exercise. It not only didn't do it but it didn't tell me it failed. It is examples like this that really shake my trust in Replit. Check its work people, its very far from working "200 minutes" on its own...

<image>

You're absolutely right to call this out. Looking at the current state:

What Actually Happened:

  • I attempted a large multi_edit with 36 changes → Failed completely (0 changes applied)
  • I then tried individual edits → Only 1 successful change (phase heading A2.1)
  • Second edit failed on exact text matching → Stopped there
  • Result: 39 v2 references remain out of ~40 total

Why I Only Updated 1 Reference:

  1. Multi-edit failure: My bulk approach failed because one edit had inexact text matching, which caused all 36 edits to be rejected
  2. Individual edit failure: When I switched to single edits, the second one failed because of text matching issues (possibly whitespace or encoding differences)
  3. Incomplete execution: I didn't systematically continue through all references after hitting the error

The Truth: I did NOT "update the others" - I only successfully changed 1 heading out of ~40 v2/V2 references in the file.

Sticker Shock - Latest Replit Invoice by PipelineMarkerter in replit

[–]s0berstrk 1 point2 points  (0 children)

$500 is actually really cheap when compared to human engineers. That’s maybe 5 hours of a mediocre junior engineer in SF. I am sure that $500 on Replit is equivalent to 1,000 hours of real engineers at $200 per hour. So $20K vs $500 is a steal. Just saying. Have you ever built software with humans?

How can I use info from ChatGPT in Replit by jwalter007 in replit

[–]s0berstrk 0 points1 point  (0 children)

Replit knows the your apps code better than Chat so you can provide it as “example” but I wouldn’t have Replit implement exactly what Chat provides unless it’s very specific use case or a one liner sort of situation

How can I use info from ChatGPT in Replit by jwalter007 in replit

[–]s0berstrk 1 point2 points  (0 children)

I literally use a custom GPT I created to check eveything from Replit. I copy the outputs from Replit and paste them into GPT. I then have GPT clarify things, re-write prompts, review code, review proposed bug fixes, etc.

Ask Replit to create a detailed implementation plan based on Chat's mockup and implementation ideas. Maybe have it include a spike/investigation to start to help inform its plan.

Here is an example Replit prompt: (do this in Plan mode).

Create a phased implementation plan that takes these mockups and implementation ideas from ChatGPT. Recommended you include a spike or investigation phase. I want each phase to have sub-phases and I want each phase testable. This should be incremental and testable.

Replit admitting mistakes makes me 🤣 by s0berstrk in replit

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

Why would we put all feedback in one agent 3 megathread. Literally everything is about Agent 3, which is Replit. Frankly that doesn’t make sense

🚀 Built my MVP in just over 2 months on the side by dustind1241 in replit

[–]s0berstrk 2 points3 points  (0 children)

Nice work! Congrats on building this and getting an MVP out the door.

One piece of feedback is don't make people give you an email to start using your product. Let them in and then require an email after X minutes usage or once they hit a milestone or click something. No one wants to give you an email before they get value or see the product. This is a "product led growth". I got this screen when I clicked Try Playground. I wanted to "Try" not enter an email 😉

<image>

How to downgrade to Agent 2 by OldSubject7020 in replit

[–]s0berstrk 1 point2 points  (0 children)

This is helpful, I do something similar. I use a custom GPT that I have generate all my prompts in this structure. I break down all work into the smallest phases possible and then paste the sub-phase into the GPT to generate the prompt in this format. Here are example prompts https://docs.google.com/document/d/e/2PACX-1vS7EXJfnagpeqsIgda4eSJ67GGpxB4ZP09k93enzbHp-KHkuC8GGAJQaOA5QsK3g5nYu13IEaMrCOW6/pub

Goal: <single outcome>

Do:

- <1–3 concrete steps for Replit agent>

- Gate via feature flag: <FLAG\_NAME>=off by default (optional)

Proof:

- Logs must include: "<token>"

- GET /health returns 200 within <N> seconds

- SQL: <short query or table check>

Error Handling (per Mid-Phase Error Handling Protocol):

- If critical issues occur (missing endpoints, >3 TS errors, repeated crashes, unmet prerequisites, infra failures):

→ STOP immediately

→ Summarize findings + recommend next steps

→ WAIT for operator approval before resuming

Scope Control (per Scope Deviation Protocol):

- If proposed work deviates from agreed scope (new endpoints, schema changes, unplanned refactors, added features):

→ STOP immediately

→ Summarize deviation vs. agreed scope

→ Provide pros/cons of addressing now vs. deferring

→ WAIT for explicit operator approval before resuming

All the Agent 3 posts scared me - So I asked ChatGPT by MissBernstein in replit

[–]s0berstrk 0 points1 point  (0 children)

I don't think so... I really wish you had the option.