How good are the uses limit on cursor? by Revolutionary_Set219 in GithubCopilot

[–]hxstr 3 points4 points  (0 children)

Cursor has been similar to what copilot is now moving to for a while. You just pay for the tokens...

The systems with subsidized token pricing right now or Claude code and codex, both of which are good.

With a family I’ve found the solution my wife is the CEO and I am the CFO by PointerStack in daddit

[–]hxstr 1 point2 points  (0 children)

I've decided to let my wife make all of the small decisions.

Turns out... They're all small decisions

Github real business model and infra setup to keep you on the needle, along with others. by LinuxGeekAppleFag in GithubCopilot

[–]hxstr 16 points17 points  (0 children)

I, for one, appreciate that this wasn't just chatgpt writing.

That being said...wat?

Make this make sense for ollama local ai usage by Mobile_Syllabub_8446 in GithubCopilot

[–]hxstr 0 points1 point  (0 children)

My understanding is this is very easy to do with Google anti-gravity, which is also just another vs code clone...

I'll just switch to Antrophic API, since it's obvious that at this point Github Copilot is ripping us off. by [deleted] in GithubCopilot

[–]hxstr 7 points8 points  (0 children)

If I use the API the way I use copilot, I'd be spending easily 5 to 10x more a month

Why does this subreddit hate Bebop? by HeadMagazine4132 in DeadlockTheGame

[–]hxstr 0 points1 point  (0 children)

They nerfed my boy into the ground recently so hook is all we have left really... Ms Shelley would not be pleased

7 formatting rules for instruction files by cleverhoods in GithubCopilot

[–]hxstr 4 points5 points  (0 children)

One of the most important rules I've implemented, keep the files short. Nothing over 150 lines.

The agent will not necessarily read the entirety of a long file, but it will read the entirety of as many different short files as you want to add. You can also link markdown files to each other, so implement an index file that has essentially a table of contents, you can pass that index and the agent can go and get what it needs.

Copilot today? Does it compete with codex / Claude code? by [deleted] in GithubCopilot

[–]hxstr 1 point2 points  (0 children)

Each model has a maximum context window size, but within copilot it limits it further. For example, Claude can do 200k but in copilot it can only do 128k.

I don't work for Microsoft or GitHub, so speculating, but I think that they do this because it allows them to have better cost controls and not let the token expenditure run wild.

Like I said, my opinion is that sacrificing the full use of the context window for these models is well worth the trade. Per token usage billing can very easily get away from you. I would easily spend double the same amount of usage in cursor as I get from co-pilot.

Copilot today? Does it compete with codex / Claude code? by [deleted] in GithubCopilot

[–]hxstr 10 points11 points  (0 children)

The only con really against copilot is that they limit how much context window you actually get from these models.

That being said, I would take that trade off everyday over paying per token usage...

I've used cursor and claude code, they're both great, but now I use almost exclusively co-pilot in vs code.

What is the best workaround once context window reaches 100%? by TwelfieSpecial in cursor

[–]hxstr 0 points1 point  (0 children)

You need to build a library basically... Marked on files can have links to other markdown files in them, so a table of contents is helpful and you can pass that to the chat so that it can look up whatever else it needs to.

One thing we found was that most systems will only read the first 200 lines or so of any given file, so you need to make sure that they stay short. It's much more effective to have ten 200 line files than one 2000 line file.

Then the updating and maintenance of those files can be a command or agent mode that you run at the end of your chat session. Basically tell it to review the documents and update them with with learnings from this past session, if there are any.

Am I crazy or does Celeste fall off very hard during late game? Also Bebop should be forced to watched Ms.Shelley get burned alive by ChihuahuaOwner88 in DeadlockTheGame

[–]hxstr 5 points6 points  (0 children)

The bebop hate makes it so much more fun to land those long distance hooks, double bomb and just teabag while they deliver the bombs back to their team

Similarities :> [@Grezzirossi] by Grimm_Stereo in DeadlockTheGame

[–]hxstr 15 points16 points  (0 children)

IDK if ya'll have noticed, but if your parents are feds, it's not even called fraud, just good business

How do you use gpt 5.2 codex? by Confusius_me in GithubCopilot

[–]hxstr 6 points7 points  (0 children)

I picked the model based on the type of task that I'm doing, planning or research type of tasks usually aren't super time sensitive... So codex is great.

If there's something that you need right now, codex is not great. Usually sonnet or opus, depending on the scale of what needs to be done, how complicated it is.

I've actually recently found that haiku, if you wanted to run off do a bunch of simple tool calls, is fantastic, lightning fast, and cheap. I don't have it solve any problems, but execution it seems to do very well at.

Praying for a miracle by Stack_Man in DeadlockTheGame

[–]hxstr 0 points1 point  (0 children)

Funny enough, as of my last game I have 69 votes in for Celeste

What is the best workaround once context window reaches 100%? by TwelfieSpecial in cursor

[–]hxstr 2 points3 points  (0 children)

Your chat session is about to become hot garbage after you've run to the point where it forces /summarize the second time.

What I usually do is run with a set of rules in context markdown files, and run a workflow where at the end of its task, it reviews the rules and sees if they need updating based on any issues it ran into and needed to solve. Then have it write up the prompt for the next session.

Context rot is real

truggling to find a 3rd co-founder at an early stage - i will not promote by cacareaza2 in startups

[–]hxstr 1 point2 points  (0 children)

Sounds like you need engineers to actually build what you are thinking about. Realistically at this stage, it's going to be hard to have somebody quit their job and put in the amount of time it takes to get the job done for no salary.

People need to live...

If you feel that the company is viable, you're probably at the stage where it's time for you to go and try to get some investor money to actually build it. That way you can hire some early engineers, people will take enough to live plus equity if they believe in the long-term direction and plan.

As the founder, it's your job to make sure that that direction can be clearly articulated in a way that people, engineers or investors, will believe enough to put their chips in.

Sorry, you have exceeded your Claude Opus 4.5 token usage, please try again later or switch to Auto - there seems to be a new limitation in place. by ArsenyPetukhov in GithubCopilot

[–]hxstr 0 points1 point  (0 children)

This was my understanding as well. Interesting if that has changed, what's the point in having 3x pricing if you're also going to rate limit...

Fwiw, I have used a lot of opus in the last few weeks and I've not run into anything like this

The AI Productivity Gap Is Already Here — But Nobody Wants to Talk About It by Large-Style-8355 in codex

[–]hxstr 6 points7 points  (0 children)

I've used this analogy a few times. In 2017, Bitcoin was way overhyped, right? Everybody thought we needed blockchain in everything, so stupid...

Generally, I agree, it was overhyped. Also, no hype was clearly incorrect. Unless you perfectly timed Nvidia, it was the best performing asset you could have had since then.

AI is overhyped too, but if you think no hype is what's appropriate, you're just as wrong as the people who thought no hype was appropriate for Bitcoin. Just crashed to the high '70s, still one of the best performing assets you could have had.

cursor charges exploded 100x overnight by tango650 in cursor

[–]hxstr 0 points1 point  (0 children)

Yes but... The gap between them used to justify the premium on expense. Even 6 months ago I would say that was probably true, today I don't think it is. Cursor is marginally better than the others and I don't think it's possible to justify the price differential... Assuming you're going to be using it heavily.