• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: March 1st, 2024

help-circle
  • How many years can you lose $20 billion and stay solvent?

    As long as investors keep pumping money into it. Uber lost billions a year until relatively recently, and they didn’t have nearly the same queue of investors ready to pour money into them at an insane markup. You underestimate the tolerance for silicon valley vcs to take in years of loss as long as the companies growing.

    With all of the DCs being built, I also don’t see R&D going down anytime soon either.

    Wouldn’t more data centers reduce there cost? More data centers means more capacity and more competition pushing the price down.




  • Haven’t used cursor but I assume it’s like other harnesses where the special sauce is in how it manages context, schedules sub agents, feeds them context, enforces standards, uses tools and skills etc. that make it better then just directly prompting the model.

    For example you prompt opus directly with “refactor the auth flow” and it’s going to try and “one shot” it and produce the code from that prompt. Whereas a harness has instructions to say

    1. Research the current implementation
    2. Search the web for standards
    3. Ask the user questions on how they want to do it …

    Which produces way better results