Remix.run Logo
Shakahs 6 hours ago

If you are paying API rates (not using Max subscriptions) there's no reason to use Anthropic's API directly, the same models are hosted by both AWS and Google with better uptime than Anthropic.

JamesSwift 6 hours ago | parent | next [-]

How do things like prompt caching etc play into that? Would I theoretically have a more stable harness backing my usage?

Im seriously over the current claude experience. After seemingly fixing my 4.6 usage by disabling adaptive thinking and moving to max effort, it seems that the release of 4.7 has broken that workflow and Im 99% certain that disabling adaptive thinking does nothing even on 4.6 now. Just egregious errors in 2 days this week after coming back from vacation.

GardenLetter27 5 hours ago | parent | next [-]

AWS Bedrock supports prompt caching, just note that if you use the Converse API you need to set the cache points manually.

thepasch 6 hours ago | parent | prev | next [-]

> Would I theoretically have a more stable harness backing my usage?

If you don’t mind an opinionated harness that asks for a pretty specific workflow, but one that works well, use OpenCode.

If you want to spread your wings and feel the sweet kiss of freedom, use Pi.

JamesSwift 6 hours ago | parent | next [-]

Im looking at moving to Pi and I like the minimal nature, but I disagree with a handful of decisions they make. So Id likely need to maintain a fork which is less than ideal.

carterschonwald 2 hours ago | parent | next [-]

check out my pi forks.

JamesSwift 2 hours ago | parent [-]

Ummmmmm, how?

wyre 5 hours ago | parent | prev [-]

What decisions is Mario making that you disagree with? My impression is Pi is minimal so any changes can live on top of Pi without needing to maintain a fork?

I started developing my own coding agent after using Pi for a couple months, so I’m curious what you don’t like about pi.

JamesSwift 5 hours ago | parent [-]

When I hear Mario talk about pi and his approach I find myself agreeing with a lot of it. But I also find myself agreeing with a lot of the points from this https://www.thevinter.com/blog/bad-vibes-from-pi

mattmanser 4 hours ago | parent [-]

the opinions in question are that bash should be enabled by default with no restrictions, that the agent should have access to every file on your machine from the start, and that npm is the only package manager worth supporting. Bold choices.

To save others a click, though the article is worth reading.

He also mentions no subagents by default in pi as well.

canadiantim 18 minutes ago | parent [-]

oh-my-pi harness fixes many of these, like subagents

zackify 6 hours ago | parent | prev [-]

pi for the win, i have my own ai extend it when i want more specific features. vibe coded in 20 minutes shift+tab like claude code to add permission control.

unshavedyak 18 minutes ago | parent [-]

I find it so funny that many of these harnesses sound like black magic and are completely mystical to me. I use Claude Code every day and yet i can't imagine the workflow of Pi. I also don't care to pay API rates just to experiment with them.

Largely though i'm happy with Claude Code w\ IDE integration, so i don't feel the need to migrate. Nonetheless i'm curious.

theplatman 5 hours ago | parent | prev [-]

you can use claude code with these other providers

Hamuko 6 hours ago | parent | prev [-]

The enterprise tier is API pricing only.

https://support.claude.com/en/articles/9797531-what-is-the-e...

Shakahs 3 hours ago | parent | next [-]

Enterprise adds IAM, logging, and analytics, all of which AWS provides for free or for metered usage without needing an enterprise plan.

ranman 6 hours ago | parent | prev [-]

They'll cut you a private offer for bedrock tokens but bedrock has a 32k output limit

robkop 5 hours ago | parent | next [-]

I use bedrock with 1M context every day. Not sure this is right

conception 5 hours ago | parent [-]

4.7 is the first opus model that’s had the 1 M context window available on Bedrock.

mastercheif 4 hours ago | parent [-]

Not true. Opus and Sonnet 4.6 support 1m context on Bedrock.

8note 3 hours ago | parent | prev [-]

isnt that an input limit from api gateway?