CJ Avilla

6.3K posts

CJ Avilla

CJ Avilla

@cjav_dev

I'm at @AnthropicAI working on @ClaudeDevs

New Hampshire Katılım Nisan 2009
945 Takip Edilen3.2K Takipçiler
Sabitlenmiş Tweet
CJ Avilla
CJ Avilla@cjav_dev·
Going to do my best to share helpful updates about how to get the most from the Claude Platform: APIs, SDKs, the ant CLI and more. If you have any feedback about existing API features you’d love to see, I’m all ears! Pumped to be back in a position where there’s so much I’m excited to use and hype.
English
1
0
17
1.7K
CJ Avilla
CJ Avilla@cjav_dev·
🫰 tip: wanna pay 50% less for tokens in exchange for latency? Or maybe you're processing a ton of data? Checkout the batches API!
CJ Avilla tweet media
English
0
0
2
232
CJ Avilla retweetledi
ClaudeDevs
ClaudeDevs@ClaudeDevs·
We've reset 5-hour and weekly rate limits for all users.
English
3.1K
2.4K
35.4K
7.7M
CJ Avilla
CJ Avilla@cjav_dev·
Slippery slope: claude “/schedule daily order 2 pints of Ben and Jerry’s Chunky Monkey“ … claude “plan a fitness routine to help me lose that DoorDash-CLI-15lbs” 😅
Andy Fang@andyfang

Today we're opening up the DoorDash CLI in limited beta. `dd-cli` lets you order DoorDash directly from your agent: search stores, find the best deals, check out, and more. Early access for US/Canadian macOS developers by waitlist. Excited to see what folks build!

English
0
0
3
663
Daniel San
Daniel San@dani_avila7·
@cjav_dev I was just talking with a coworker about what happens to the cache if you change the CLAUDE.md file in the middle of a session... Well, here's the answer
Daniel San tweet media
English
1
0
2
53
CJ Avilla
CJ Avilla@cjav_dev·
🫰tip: you don't need to *manually* manage your prompt cache breakpoints. Put this one liner at the top level of your /v1/messages call to automatically cache prompts save some cash!!
CJ Avilla tweet media
English
2
1
12
1.7K
Daniel San
Daniel San@dani_avila7·
@cjav_dev That’s great 👏 Is there a way to configure prompt caching behavior in Claude Code, or does the CLI handle cache breakpoints automatically with no user control?
English
1
0
2
548
CJ Avilla
CJ Avilla@cjav_dev·
Why is brainstorming and riffing on the future so damn energizing?
English
2
0
9
719
CJ Avilla retweetledi
Daniel San
Daniel San@dani_avila7·
Notebooks to learn the ant CLI for Claude Managed Agents I spent the weekend running Claude Managed Agents from the terminal, so I turned it into an open-source cookbook Jupyter notebooks you run cell by cell and actually READING THE CODE! Every topic ships twice, first with the Python SDK, then with the ant CLI, so you see the same flow from both sides. Two lessons so far: - Basics: environment, agent, session, and the stream-first pattern - Multi-turn: one session reused across turns, history stays server-side, you never resend prior messages
English
4
5
33
6.5K
Lazarz
Lazarz@Laz4rz·
So apparently @grok is just sending your .env secrets straight back home
Lazarz tweet media
English
25
18
339
26.2K
CJ Avilla
CJ Avilla@cjav_dev·
🫰 tip: Task budgets are great if you have predictable per-task cost. Let Claude self-regulate spend within a budget on long-horizon tasks.
CJ Avilla tweet media
English
1
1
7
598
CJ Avilla retweetledi
Jarred Sumner
Jarred Sumner@jarredsumner·
one of the most impactful memory usage optimizations in bun: schedule gc when the http server finishes sending a response body not clear what the equivalent is for CLIs
English
35
8
734
120.6K
CJ Avilla retweetledi
Claude
Claude@claudeai·
We're extending Claude Fable 5 access on all paid plans, as well as keeping Claude Code’s weekly rate limits 50% higher, through July 19.
English
7K
7.3K
74.1K
27.7M
Vlad
Vlad@VladAndries13·
@ClaudeDevs I tried this setup, but every time Sonnet tries to call Fable, it receives Advisor unavailable. Any fix for this?
English
1
0
0
11
ClaudeDevs
ClaudeDevs@ClaudeDevs·
A few patterns we frequently use with Fable 5: Use Fable 5 as an "advisor." An executor (Sonnet 5) calls Fable 5 for guidance. Most tokens are billed at the lower executor rate.
ClaudeDevs tweet media
English
730
2.3K
30.8K
5.7M
JR7Dev
JR7Dev@JavierRomeroCR3·
@ClaudeDevs /advisor no works with opus and fable
English
1
0
0
57
ClaudeDevs
ClaudeDevs@ClaudeDevs·
Claude Code on desktop now has an in-app browser. Claude can pull up docs, designs, or any other site. It can read, click through, and interact the same way it does with your local dev servers. It's sandboxed and configurable: you choose whether sessions persist.
English
731
1.5K
22K
3.4M
Rich Kuo
Rich Kuo@richkuo7·
@ClaudeDevs would love to see a practical example, and if this is something that can be prompted into claude code
English
1
0
1
17
ClaudeDevs
ClaudeDevs@ClaudeDevs·
Claude Managed Agents supports both patterns with sub-agents. Escalate up to a Fable 5 advisor, or delegate down to Sonnet 5 workers. Each sub-agent keeps its own cache, so repeat calls don't pay in full for the same context twice. platform.claude.com/docs/en/manage…
English
57
100
1.5K
300.4K
CJ Avilla
CJ Avilla@cjav_dev·
@richkuo7 @ClaudeDevs When you create your agent, you can pass in a param "multiagent" with a roster agents that should work together with this agent. #create.multiagent" target="_blank" rel="nofollow noopener">platform.claude.com/docs/en/api/cl…
English
1
0
1
21
Rich Kuo
Rich Kuo@richkuo7·
@ClaudeDevs not sure i understand this correctly, i have to build my own multi agent session? or is this something i can prompt? the docs don't really give good examples or use cases
English
2
0
0
37
CJ Avilla
CJ Avilla@cjav_dev·
#key-expiration" target="_blank" rel="nofollow noopener">platform.claude.com/docs/en/manage…
ZXX
0
0
0
92
CJ Avilla
CJ Avilla@cjav_dev·
You can now set an expiration when you create an API key or an Admin API key in the Claude Console. That said... I've been using the ant CLI for auth instead of API keys. Login with `ant auth login` and then the SDKs can load the credentials implicitly.
English
1
0
3
991
CJ Avilla
CJ Avilla@cjav_dev·
I have a few Claude managed agents doing daily chores in a sort of "headless" mode. - No UI (I can look in platform.claude.com/agents if i need to see a session). - No glue code or wiring, no webhooks or anything to kick them off Each one is a scheduled deployment: it wakes up on cron, starts a session, hits a few APIs and MCP servers, does its work, and builds up memory across runs. I expect to see more and more of these headless Claude Managed Agents quietly chipping away at tasks.
English
1
0
2
328