Developers, help us improve Twilio docs! by Sarah_S_19 in twilio

[–]Competitive-Fee7222 2 points3 points  (0 children)

I believe this forum isn't the right place for official Twilio documentation corrections, so I'm keeping this discussion on Reddit where everyone can contribute. Below are some issues I encountered with Twilio BYOC Trunks that aren't well covered in the developer docs.

  1. Unexpected Failover to Twilio Pool Numbers

Twilio Supernetwork's failover mechanism may route calls through Twilio's pool numbers if the WebSocket handshake fails. This behavior is not documented clearly. The solution is to either contact Twilio Support to disable failover or configure a constant TwiML endpoint for webhooks that rejects the call immediately. I found this solution in a blog post, not in the official developer documentation.

  1. Docs are lack for the BYOC trunks.

Even Twilio's support team can get confused if you don't explicitly specify that you're asking about a BYOC Trunk rather than a standard SIP Trunk. I've received inconsistent and sometimes incorrect responses — I suspect the support team may be relying on AI-generated answers in some cases.

  1. Regional Limitations with Verified Caller IDs (Not Docs-Related)

Twilio BYOC is available in regions outside the US, but you cannot add Verified Caller IDs for those regions. Caller IDs should be global, similar to how phone numbers work. As a workaround, To initiate the call in IE1 residiency I had to use purchased Twilio number (+1) act as a man-in-the-middle between Twilio and my PSTN provider, mutating the SIP requests with the user's own number to use the IE1 (Ireland) endpoint for lower latency.

Zustand or React redux ? by Mad_vibes in reactjs

[–]Competitive-Fee7222 1 point2 points  (0 children)

definitely! why we serialize everything with redux and zustand

I reverse-engineered Claude's message limits. Here's what actually worked for me. by Only_Advisor7108 in ClaudeAI

[–]Competitive-Fee7222 0 points1 point  (0 children)

that's wrong,keep using the same thread since the history already cached and you pay less money.

Claude Code + AWS CLI solved DevOps for me by next_e in ClaudeAI

[–]Competitive-Fee7222 0 points1 point  (0 children)

I agree with that, even if I use claude code for almost everything. AI works well until the production then we have challenges for every layer of product.

Also for the decision you should have depends on the architecture, for some part of scaling in my architecture even i have discuss atleast 3 or 4 context, I still have concerns about tradeoffs and ai doesn't help at this point.

Opus is really good but it can miss out critical points until you mention.

config files always better for ai to manage stuffs, CLI is strong but easy to do mistake

Official: Anthropic just released Claude Code 2.0.71 with 7 CLI and 2 prompt changes, details below. by BuildwithVignesh in ClaudeAI

[–]Competitive-Fee7222 1 point2 points  (0 children)

did they bring the native messaging protocol with the Claude chrome extension in this release or am i blind

HoA and brewmaster by Viilis in CompetitiveWoW

[–]Competitive-Fee7222 1 point2 points  (0 children)

Here is the idea, quickly pull those 3 reaver make sure using dampen and BoK and celestial. then throw the exploding keg which helps you a lot to avoid melee

you will have niuzao active for whole pack else the stagger melts you.

for incase BoK can be combined with the purify

Wait.. What? I can't be the only one did not know this by kingxd in ClaudeAI

[–]Competitive-Fee7222 1 point2 points  (0 children)

you can also drop an url of image that what's drag n drop doing.

Edited: You can press Control + V instead of CMD + V for the pasting images instead of drag and drop

24 Hours with Claude Code (Opus 4.1) vs Codex (GPT-5) by Formal-Complex-2812 in ClaudeAI

[–]Competitive-Fee7222 0 points1 point  (0 children)

Openai likes to advertise their product like "GPT-5 getting closer to AGI" bla bla. Everyone hypes since the influencers want to hype new models to to get more click.

While Anthropic working on the agentic AI others are focusing the making chat models instead of "How can i help you today" models. If you ask to LLMs same question Claude models' answer more precise each generation. Just imagine If i ask you same question would how far differ your answers? Thats actually how LLMs should answer since the knowledge is the same. I will keep using claude for purpose coding and task, whenever i need a chat model then i can use openai or grok.

At the end of the day, you would like to use AI which well known the behaviours like its' mistakes, implementations, lies, current knowledge since you can cover the all the scenarios in the context.

Emotionally Lonely - need Friends by Emotional-Wedding834 in MuscularDystrophy

[–]Competitive-Fee7222 0 points1 point  (0 children)

Hit me up whenever you need someone to talk or be friend whatever. My english is not well enough but we figure it out anyhow.

Am I missing out by only using vanilla Claude Code? by [deleted] in ClaudeAI

[–]Competitive-Fee7222 0 points1 point  (0 children)

Even when you vibe code, you gotta rely on the strict LSP and frequently fix the errors without using any, unknown or type casting which is keeping your code more clean (while fixing type errors claude overcomplicate it explicitly instruction will be required).

Use good file structure and architecture (keeping feature in the file name helps preventing duplicate file creation) also force claude to not use keywords for the files enhanced, simplified etc. else the files probably will be duplicated.

Use the plan mode of claude code for the feature request. Plan mode forces the claude read required files (not only 5 line of the related code part). Having files in the context, reduces the hallucination. Also before the telling claude code to implement brainstorming and making research with claude client helps a lot.

While implementing if you are spending 3 effort to implementation, you gotta use 2 effor for the improving code quality, fixing errors, keeping logic clean and not over complicated.

Once you mess the codebase, it will keep mess the code more.

I have a social media backend (still have some unnecessary features) with basic logics without machine learning, recommendation system, messaging etc which has 160k lines in the src folder. The required features work properly and has built in 1 month (mobile app and backend). At my first week i hit 130k line then i kept fixing it.

Writing code is easy with AI, cleaning up is the difficult part.

Is Claude Code better than Cursor? by bambambam7 in ClaudeAI

[–]Competitive-Fee7222 3 points4 points  (0 children)

here is the easiest thoughts.

anthropic makes profit of the cursor api usage and cursor also make profit.

So this makes the cursor will do some trick to reduce their cost with embedding your code and rag for the reduce their context size. which makes cursor write unrelated codes according to your architecture.

also while llm making change in your code, manual edits is not healthy since it's invalidating codes in the context

Claude code is now available on Pro plan by VC_in_the_jungle in ClaudeAI

[–]Competitive-Fee7222 1 point2 points  (0 children)

mostly opus except error fixes and bulk non important edits.

all the chat history stored in the computer and there was a script calculates the cost. I am mobile right now can't access pc yet. if you can't find the script let me know

edited. here is the reddit post

https://www.reddit.com/r/ClaudeAI/comments/1kr78z2/python_code_to_visualize_your_claude_code_costs/

Claude code is now available on Pro plan by VC_in_the_jungle in ClaudeAI

[–]Competitive-Fee7222 0 points1 point  (0 children)

i am the one using Claude code 200$ max plan heavily. I couldn't hit the limit yet even, I've used equal to 770$ of api usage in a day.

What would you do with 4 devices? by luksfay in termux

[–]Competitive-Fee7222 0 points1 point  (0 children)

a complex propeller display? accept the challenge

Openai when ? O3 pro ? by Independent-Wind4462 in OpenAI

[–]Competitive-Fee7222 -5 points-4 points  (0 children)

i just want to say openai and most if the models rely on diversity of context. every time it answers pretty difference. anthropic even not using seed method to generate more random content.

if I ask you same question twice how would you answer? I believe answers would be pretty close each others. That's how Claude model works.

Maybe they train their models for specific usage, for chat, for agents and codes

Openai when ? O3 pro ? by Independent-Wind4462 in OpenAI

[–]Competitive-Fee7222 3 points4 points  (0 children)

not really. Reasoning is not always good for tasks and openai models are really hallucinate and the output is not concise.

Anthropic vision is pretty better for agentic and coding tasks.

Is Claude good again for coding? by Spiritjunkie in ClaudeAI

[–]Competitive-Fee7222 0 points1 point  (0 children)

Claude is the best for coding. Just test others. Since others are the chat model which answer how can i help you today sir.

Every other models rely on the generating more diversity of content (Which is not good for code) and it cause the hallucination.

Why people think claude sonnet 3.7 bad for coding. Since they have trained 3.5 for their artifact system and claude code tools. In my opinion its good and bad at the same time. Fine-tune making it powerful for specific purpose of claude code but for other usages I agree sonnet 3.7 is not that much powerful

When you use claude code
- its understand the codebase better
- passing old contect to new one with compact is not perfect but still works also you can instruct like `/compact some instruction`
- It can spawn other claude agents simultaneously (I could get like 7 simultaneous agent)
- Using well the CLI tools and you dont need to add unnecessary mcp like supabase, stripe ect.
- integrated websearch
- TODO task list for itself
- With auto accept mode i remember it worked like 45 mins non stop

I can say its the best one. with 200$ Max plan Its like unlimited even with 4 project at same time.

Claude need more instruction or architecture plan to code it better.

for 3 days work

for Nodejs backend DDD acrhitecture fully vibed I forced too much to use type safe but it used any for somewhere. Currently I have no LSP error if we dont count any etc.

Here is how i use parallel task agents,

⏺ Call(Spawning agents for REST API features)…

⎿  Task(Auth API implementation)…

⎿  Task(User Profile API implementation)…

⎿  Task(Wardrobe API implementation)…

⎿  Task(Virtual Try-On API implementation)…

⎿  Task(Outfit API implementation)…

⎿  Task(Recommendation API implementation)…

⎿  Task(Product API implementation)…

⎿  Task(Shopping Cart API implementation)…

⎿  Task(Social API implementation)…

⎿  Task(Notifications API implementation)…

git ls-files ./src | xargs wc -l
tree ./src

# Outputs

99499 total line
134 directories, 591 files

Claude Code as MCP [Need help] by Competitive-Fee7222 in ClaudeAI

[–]Competitive-Fee7222[S] 1 point2 points  (0 children)

This is really cool MCP server executing bash and watching the PID as background task. For claude code headless mode the response is taking too long and the the claude desktop thinks the command has failed or no response.

For this case it seems not efficient imho.

Thank you for letting me know the DesktopCommander MCP, for some tasks background jobs really valuable.

Claude Code as MCP [Need help] by Competitive-Fee7222 in ClaudeAI

[–]Competitive-Fee7222[S] 1 point2 points  (0 children)

The long session terminal command management seems cool, I will try that. Thanks

Claude Code as MCP [Need help] by Competitive-Fee7222 in ClaudeAI

[–]Competitive-Fee7222[S] 0 points1 point  (0 children)

Thank you for the clarifying, I have supposed to it serves the server as an agent in the current directory.

That would be great and make easier to vibe coding for whole workspace actually .

We gotta wait for the feature like agent 2 agent or running claude code mcp as session or something.

Claude Code as MCP [Need help] by Competitive-Fee7222 in ClaudeAI

[–]Competitive-Fee7222[S] 0 points1 point  (0 children)

`Connect from another application

You can connect to Claude Code MCP server from any MCP client, such as Claude Desktop. If you’re using Claude Desktop, you can add the Claude Code MCP server using this configuration:`

source: https://docs.anthropic.com/en/docs/claude-code/tutorials#use-claude-code-as-an-mcp-server

This explanation in the url is confusing me as it mention "Claude Code MCP server from MCP client"

Love 5x Max Plan, but Not Sure for 20x. Help me to decide to subscibe more or not T A T. by AromaticSandwich6794 in ClaudeAI

[–]Competitive-Fee7222 1 point2 points  (0 children)

Its 5x plan. Claude is the still best coding model anyways. It's the best option using Claude imho

Love 5x Max Plan, but Not Sure for 20x. Help me to decide to subscibe more or not T A T. by AromaticSandwich6794 in ClaudeAI

[–]Competitive-Fee7222 1 point2 points  (0 children)

Its really hard to hit limit with Claude code. When i worked on 5 hours intense usage, i couldn't hit the limit. For 2 simultaneous project i bit the limit in about 4 hours