DeepSeek is fucking dead editionA general for vibe coding, agentic engineering, coding agents, AI IDEs, browser builders, and shipping code with LLMs.You use Git, right, anon?## What “vibe coding” is, and how to do ithttps://simonwillison.net/2025/Mar/19/vibe-coding/https://simonwillison.net/2025/Mar/11/using-llms-for-code/## News- (2026-07-24) Claude Opus 5 out## Related generals>>>/g/lmg/>>>/bant/agdg/ — schizo-resistant temporary (?) hideout>>>/vg/agdg/----## Frontier models using fully-general tooling — start here if you have $20 or sohttps://claude.com/product/claude-codehttps://developers.openai.com/codex/cli## Near-frontier models for codehttps://x.ai/cli## Not worth it for code, but maybe good for interpreting images/videohttps://antigravity.google/product/antigravity-cli----## Prompting / context / skillshttps://arps18.github.io/posts/claude-code-mastery/https://simonwillison.net/guides/agentic-engineering-patterns/using-git-with-coding-agents/https://github.com/mattpocock/skills — /grilling is a favoritehttps://github.com/DietrichGebert/ponytail## Other editors / terminal agents / coding agentshttps://osaurus.ai/https://pi.dev/https://opencode.ai/https://cursor.com/docshttps://docs.windsurf.com/https://docs.cline.bot/https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent## UI/Frontendhttps://www.figma.com/make/https://www.anthropic.com/news/claude-design-anthropic-labshttps://uiverse.io/https://ui-ux-pro-max-skill.nextlevelbuilder.io/https://stitch.withgoogle.com/## In-browser builders / hosted vibe toolshttps://bolt.new/https://replit.com/https://docs.github.com/en/copilot/tutorials/sparkhttps://v0.app/docs## Benchmarks / rankingshttps://www.tbench.ai/leaderboard/terminal-bench/2.0## What we’ve donehttps://vcg.gitgud.site## Previous thread>>109474336
>>109481014>The data sent back and forth through the provider's API has to have a structured output.That’s not MCP-specific, that’s literally how every API ever made works, what the fuck are you smoking?
guy who doesn't understand how computers work continues to insist he's right
>oh no, it went up a couple of pennies. it's deadchina's shills really are a bunch of third worlders who live in villages with a median household income of $500 lmao
>August 3rd - Alibaba releases Qwen3.8-Max2.4T total / ~95B active MoE, 1M context, multimodal. Hosted live ($2/$6). Independent scores in (Artificial Analysis Intelligence Index 56, strong agentic/GDPval numbers). Open weights (plus a 27B companion) still listed as coming the week after launch — not confirmed out as of midday Aug 6.>July 31st - DeepSeek promotes V4-Flash-0731 to productionSame 284B/13B active MoE + 1M context as the preview, major post-training gains on agent/coding benches. Beats their own larger V4-Pro-Preview on published numbers. Silent API upgrade, same low pricing, MIT weights.>July 30th - OpenAI cuts GPT-5.6 Luna 80% and Terra 20%Luna to $0.20/$1.20, Terra to $2/$12. Sol unchanged but gets Fast mode. Efficiency gains + competitive pressure from cheaper options.>July 27th - Alibaba quietly launches Qwen3.7-FlashCheap 1M-context multimodal aimed at high-volume agent/vision workloads ($0.03/$0.13).>July 26/27th - Moonshot drops full open weights for Kimi K32.8T-param MoE, largest open-weight model at the time, 1M context, multimodal.>July 24th - Anthropic releases Claude Opus 5Near-Fable 5 performance across many categories at half the price ($5/$25, Fast mode available). New default on Claude Max, effort dial, 1M context.No major new frontier model releases in the last day-plus. Side developments include Google DeepMind leadership changes (Hassabis moving to chair/Alphabet Chief Scientist role), Meta shipping Muse Code (terminal coding agent), and continued reports of containment/eval incidents across multiple labs.
AI made hardware unaffordable.Fuck AI. Stop giving money to AI companies.
>>109481058> filthy human thinks he can make the most out of shinny new hardwaredo you have any idea on how many luddities have an RTX 5090 and only play Runescape all day long?
>>109481041It's not MCP specific but if what you mean to convey is that MCPs are eating disproportionate usage for tool calls, then you should also consider that tools have to be called during normal usage even without a "MCP" connected. The model itself has to interact with an API. Through JSON payloads, for example. Like a MCP.
>>109481089the guy you're talking to thinks mcp's should be magical bridges that enable communications between computer programs that cannot normally have programmatic communicationlol
>>109481051What's shameful about being born in a certain part of the world?
>>109481051>with a significant increase expectedbut of course ai niggers cant read
>>109481094lmao
SERIOUS QUESTION: which AI will model out a fully functioning woman's body with joints, flopping tits and pussyI am willing to cash out 100 dollars for any AI that can do this
>>109481127Stop shitting up the thread with your stupid requests.
>>109481089>Like a MCPThis is the dumbest meme. You are describing the definition of API, an ancient definition, then trying to say APIs are “like MCP”, something brand new. What is MCP adding?Name one actual thing you are using it for. There are use cases, “blender” (if not external and shell-inaccessible) and “documentation” are not those cases. Those are wasteful uses of MCP. This definition rewriting shit you’re trying to pull is beyond retarded.You keep bringing up APIs and JSON which have existed forever and agents use these all the fucking time. What does MCP add besides the schema, something that can be instantly stripped out and used on its own without needing to change anything else?
>>109481127How many times are you going to ask. Your options are>just try it>download one of the many existing assets>kill yourself
>>109481127Keep asking about your genius requests.
>Sol XHigh in charge of a bootstrapped self mutating thinking toolhold me bros I’m scared
>>109481143Thanks for the positive feedback, anon — I will ask again next thread.
>>109481212No problem, chad.
>>109481141i'll give you the benefit of the doubt one time and give you a concrete example of where an mcp would be useful and save you tokensi had a local program with a very robust api and very easy to just send code tothe api is well documented but training data is sparsesome parts of the api only came into existence after the models had been trained because the program is constantly updatedthere's a certain thing i ask the clanker to do in this program frequently - it fumbles over this despite the good docs and well documented apithis thing is not a single api call, but actually a sequence of calls that need to be run in a particular order for the intended effect to be achievedthis fumble happens every time wasting literally tens of thousands (close to 100k) each timebecause i do this so often it's nice to just have a single tool to call insteadi don't use an mcp for this, but it's a case where you could use one and save a mountain of tokensi'd explain how a skill can also help in such cases, but you only seem to use software that's covered by training data so you probably can't appreciate the idea of having to teach a model entirely new things inside the context window
Created a master list of gemm shapes from all the models in diffusers and transformers, I downloaded all the configs to do it. I’ll use the list for the profiler in my inference engine, I need to narrow down the gemm candidate list, im thinking some of them probably never win at any shape
>>109481096>>109481141There are some nuances obviously. But to me it seems like run-of-the-mill calls still consume tokens for both input and output, irrespective of the fact that there's an intermediary normalizing data. Pic related.MCPs can bloat your context wildly because when you "activate" them in the session, the whole shebang gets dumped into context: actions, their descriptions, parameters, potentially thousands of them. It doesn't have to be that way, a plugin can have a narrow surface.You don't need a plugin for local shell usage and it would be retarded to use one in that case. A plugin can be beneficial if instead of the model having to write its own scripts or huge bash one liners reliant on exit codes each time, it gets a simple interface with a few known parameters.
>>109481238>this thing is not a single api call, but actually a sequence of calls that need to be run in a particular order for the intended effect to be achieved. this fumble happens every time wasting literally tens of thousands (close to 100k) each timeYou are describing what a script is used for. I’ve watched Sol XHigh create python and typescript scripts to solve exactly this problem in my own tools. I used the session logs to make my tools better, but if you don’t have control over the tool, you just make a script.You described a deterministic, repeated action. AI has absolutely nothing to do with that.Your AI was fumbling because it’s poor quality, low intelligence, just like you, and both of you failed to realize that wrapping the tool in a script or fixing the tool would’ve solved your problem forever and would’ve even reduced token cost.Instead, you used a bloated specification to verbally explain the idea of a script, and your LLM now wastes huge amounts of tokens because you STILL haven’t fixed the issue and you’re also using a bloated protocol.You are RETARDED.
>>109481051good morning saaaar!
>109481286you are eastern
>>109481127pussies dont flop retard
>>109481051I have an annual income of 300$.Just steal the tokens lmao.
>109481286marge the jeets are in /vcg/ again
got memed like a good goy into doing 5x on codex instead of claude. sol is trash and anything below it is unusable
>>109480547anons.... now that OpenAI has no incentive for free resets, are we fucked?
>>109481280anon, i use a cli command for thisand yes it's running a scriptit's a script it's run literally thousands of timesit's nice to have it packaged in a clii'm not going to have the clanker rediscover how to write the script, waste hundreds of thousands of tokens every single time am i? nor am i going to put it in a folder that i always run it from and then point to script like a mongoloid and be like 'use this please'it's a deterministic command to work around a known model failureit's nice to package it up into a neat reusable packageor are you an ascended master who literally writes every piece of software from scratch whenever he needs it?did you write the browser you're using right now today?because it sounds like you should be able to with your genius iq
>>109481298This. It feels like a bag of sand when you touch it.
>>109481308skill issue
>>109481245Your pic rel is the closest, maybe defines a smaller part of MCP, but the protocol is still bloated.>clanker has a bearer token or other auth token>clanker has a search engine endpoint >clanker can use curl and can do so very efficiently>give your clanker some extra instructions if needed, but not absolutely necessary>ask the clanker exactly what you would’ve asked through MCPand at least half of your image is rendered waste. For something like blender, 80% would be waste, that’s where the 5x figure comes from. You still are wasting HALF your tokens at least
>>109481320Save the script? Make your cli do the sequence from one command?
>>109481341the cli command is the script you fucking imbecilethat's the point of the cli - it's a collection of scripts put together to form a program...a cliyou know what else can do that? an mcp tool.
What's your least favourite syscall?
>>109481320>rediscover how to write the scriptOf course not, you write the script once and just give him the file name. Have a comment in the script that says “this is what this script is for” and that’s it, everything else is waste. If you don’t want to type that out each time, drop the file path in an AGENTS.md, it’s not that hard, that’s extremely old tech nowNone of what you said indicated any reason MCP needed to be involved
>>109481308we told you anon... Sol tends to bloat shit up. It's only decent when following a plan made by Fable.Also, Opus 5 is basically unlimited on the 5X plan, so you fucked up bad
>>109481357are you trolling or are you actually retarded?
>>109481366>Sol tends to bloat shit upI laughed at this
>>109481373Nobody cares, fuck off.
>>109481362or i can just have the cli on path and a skill that says 'use cli for this'>>109481372show me your scripts folder, bro
>>109481320>nor am i going to put it in a folder that i always run it from and then point to script like a mongoloid and be like 'use this please'So you’re wasting thousands of tokens by refusing to use directories/folders properly and de facto making your clanker know every single tool on your machine every time?What the fuck?What did you even mean by this?>nor am i going to put it in a folder that i always run it fromIf it’s not in a folder already, where the fuck is it? Lmfao, you don’t even know how folders work????
>>109481016>didn't update the last thread link>>109476795Stop linking agdg in the OP. The AI spammer already killed that general for months and it's only finally recovering. Almost a year of daily non-stop "snailcat" and related spam and zero vibecoded games were posted. It is not a related general. What you're doing is called raiding and it's against the rules of this website.>start here if you have $20 or so https://claude.com/product/claude-codeAdvertising is against the rules of this website.
>>109481238Agreed that the vast majority of MCPs are wasteful.I had a use case for Kubernetes, instead of the clanker having to discover across sessions how everything is set up via SSH, it gets a plugin with 5 actions that allows it to spawn pods, connect to ephemeral environments, send and monitor long jobs and so on. Saves time and tokens (partly because there are no failures anymore, the calls succeed 100% of the time).
>>109481094kek
>>109481398>So you’re wasting thousands of tokens by refusing to use directories/folders properly and de facto making your clanker know every single tool on your machine every time?no?do you understand how computers work?
>>109481051>it went up a couple of penniesThe announcement literally said the price is being doubled.
How much is the price going up by? Its moving in the wrong direction. Google has a free trial, I might use it to try out my RSVP apps. Otherwise I need to save up another $100 to test more of this shit. Going to take me to next year (I have other stuff I need to buy first). Can't use anything but Deepseek. If it goes up by more than 50%, I'm not going to use it.
>>109481432... wouldn't that be a couple of pennies?
>>109481388>a skill that says 'use cli for this'I think that really does narrow it down. Instead of just being in the proper folder, you’re just blindly instructing an agent “wherever” on the machine to “just get it done” and handing him every single binary in your PATH that you’ve described via skills, which it then has to use through bloated MCP, and it has to guess what tool to use because you refuse to say “use `tool`”That’s fucking incredible
>>109481434It's still cheap even a 50% increase.Also you can just use openrouter for cheaper prices.
How does everyone plan to afford this shit when bagholders aren't subsidising it? Most the AI companies need around a 4x price increase (from what I've heard) to break even. You're approaching its cheaper just to do it yourself price at that point.
>>109481430>nor am i going to put it in a folder that i always run it fromNo really, do elaborate. Where are your programs located?
>>109481440No. The total expenditure is now 2x. Sloppers are finally beginning to be priced out because providers are tired of carrying the burden. Paypiggies continue to gaslight and pretend otherwise.
>>109481443there's no mcp and the skill literally just says>when doing this sort of work run `examplecli --help`it's <200 toks for the full command discovery process and another couple of hundred to run the command read back the validationthis is not hard or complicated>>109481457you actually have compiled programs on your computer now?
>>109481357And why can’t you just make the script do what you want
>>109481462You seem extremely emotional about this subject.
>>109481016The deepseek API was costing me more than opencode go. If it goes up its basically not usable. I would be able to use opencode like an hour a day, or pay $100/month through the API to use it for like 4-5 hours a day. I'm just making very basic crud apps. Nothing even remotely interesting or particularly difficult.
>>109481413The ban dodging spammer is the one who defaced the OP and anons are too lazy to fix it. This general has routinely complained about him making bad OPs early so he can post his gay forced memecat.
>there's no way to do it this way>are you sure?>that's a fair push. i took the lowest-effort route. let me investigate how to do it properlyWhy has Claude become so lazy? Is Fable like that or just Opus?
>>109481470>there's no mcpThen what the fuck are you arguing with me about?I’ve been saying MCP is almost always token waste and why that is, over and over again. Fuck off you illiterate retard.
>>109481456Hopefully by that time we'll have at least Deepseek Flash level intelligence at home. In the meantime I'm trying to do my part.
>>109481505because you can do literally the same fucking thing with an MCP you dipshit
>>109481498It's AGI.Why should it do what you tell it to?
>>109481495what about qwen flash?
>>109481489Dude is two seconds from a mental breakdown
>>109481514>i don’t use MCP personally>and you don’t use it either>you even say it’s wasteful>but because it could be used>even though neither of us use it>probably because it’s wasteful>I’m going to attack youlmfao, it’s a joy to see your train of thought. Gemini could out-think you
>>109481016>try deepseek api for the first time yesterday>this happensare they trying to stop me?
>>109481498AI will always have some lazyness trained into it, otherwise it would just think for 5 hours to solve 1+1
I need a reset man.
>>109481549If you don't use MCP you are a dumbasshttps://github.com/runit-xze/unix-docs-mcp/
>>109481495Really? I'm finding the limits very hard to hit.Post this chart, I wonder what yours looks like.Are you breaking the cache somehow maybe?
>>109481567it should be possible to sell my limits to other anons, I still have 60% and it resets in 2 days, and I don't know what to do with it.I would sell you 40% of my 20X plan for $30
>tripfag retard uses MCPno surprises there
>>109481549i accept your concessioni went with cli over mcp at the time because context bloat via mcp was a problem thenthere are ways to work around that nowhell, i wouldn't be surprised if even the most anti-MCP harness dev around (the guy who makes pi), ends up adding MCP support in the next few monthshttps://blog.cloudflare.com/mcp-v2/https://blog.modelcontextprotocol.io/posts/2026-07-28/
>>109481366I'm actually so upset at myself for not doing that. $100 down the fakkin drain
>>109481591>there are ways to work around that nowOkay? And?>does MCP magically save tokens? no? so I shouldn’t use it>at best, it doesn’t cost that many more tokens! okay, so why should I refactor and wrap everything to use it?You only add it if it’s exact super niche combo of requirements all apply to whatever you’re working on, you pay for the convenience of that through the bloat
>>109481628What makes your Cloudflare product better than Lightpanda, PinchTab, agent-browser, Playwright Agent, Browserless, Kuri, ABP, chrome-cdp, OpenCLI, ego-lite, Browser4, and the dozens of others that come out daily?
>>109481628give me agentic Safari usage and I will hand over so much money so that I never have to manually test one of these cursed fucking iPhones by hand ever again
>>109481628Fucking pieces of shit.>>109481671Bro, come on.YOUR browser wont be able to pass their "turnstile". Theirs will because 99% of the Internet is "protected" by them.
>>109481715Cloudflare strong-arming people? No, couldn't be, no way. That wouldn't happen. Nope.
>>109481643NTA but the best thing to if you see your frontier model struggling over time with something, then figuring it out, then struggling again in a separate session, or after repeated compaction, is literally just asking>would a plugin help you waste less tokens on trial and error? consider schema bloat and read through https://developers.openai.com/api/docs/guides/tools-connectors-mcp#defer-loading-tools-in-an-mcp-server first
You know what else has no cow? Oatmilk. You should try drinking oatmilk!
>>109481628>KikeSurf :tm:>Target audience: Jewish CEO numba 1 - sistersmasher>Target audience: Jewish CEO numba 2 - wallstreet rat >Target audience: Jewish CEO numba 3 - rocket jew lol. lmao even
>>109481744whoops, the story of the diverge of 4.2BSD vs Linux re: process forking got cut off.
There's like 30 v4flash 0731 providers on openrouter. Can you faggots just chill out and choose one of the other providers so the whale can finally launch nu-v4pro?Its kind of retarded we can't even see the flagship model because demand for the small-fast-cheap model is so high. Huawei needs to start pumping out superpods already
>>109481628> kikesurf
>>109481759DSv4flash is basically Opus4.6 tier and I was happily using that as SOTA half a year agoProgress has genuinely been insane
>>109481582Most of it was Kimi. If I only use deepseek, I would be good for 4-5 days before the price increase. I have to cut it off after the reset in a few days. I only use Kimi for the planning and advising and deepseek for everything else. Its 97% deepseek after the initial kimi calls, except for occasional screenshots to verify the UI. The strange part is it did this yesterday too with the usage being really high in the morning. I'm only going to use deepseek from now on and then Luna for vision. The two different model strat is still too expensive.
>>109481737>if you see your frontier model struggling over time with something, then figuring it out, then struggling again in a separate session, or after repeated compaction…and we’re back to scripts and an AGENTS.md or really any written reminder.If you have an agent struggling with a CLI, you can just make a new CLI that wraps the old one and has a better —help interface and a small bundle of docs for common issues, you can fork the existing CLI if it’s open source and just have your agent fix it, and again MCP is adding nothing, it doesn’t make your agents “smarter” in any way that’s not easily done without MCPif your agent is struggling with a tool, your agent is too dumb and/or your tool sucks and not even MCP claims to be some magic fucking bandaid
Does anyone use OpenCode go? How is it? Seems pretty nice value wise, but are their providers shit?>inb4 I should OpenCode go fuck myself
>>109481801The point is that it can evaluate its own performance and reason about tool usage better than the user. Maybe struggle isn't the term, it's all kinda relative now. A frontier model will reason through most things you can throw at it. But it can also write abstractions to help itself in the future and become more efficient. Whether they're scripts, instructions, automations, MCP, it doesn't matter that much.
>>109481838>Whether they're scripts, instructions, automations, MCP, it doesn't matter that muchThat doesn’t make a good case for MCP or whatever plugin shit was being shilled if you say it doesn’t matter much, and also wrong because MCP doesn’t belong in that list, it doesn’t offer any capability, it’s a communication and architectural framework that’s bloated to fuck and not needed by arguably anybody
I now understand Will StancilI too have been raped by the clanker
>>109481857You literally don't like mcp because you do not know how to implement it correctly.
>>109481836They're fine. Nothing interesting to say about them. Price is fine. I'd still sooner spend $20 with OpenAI or Anthropic. If I want to spend a little extra and play with Chinese models, I have OpenRouter for that. The Grok, Kimi K3, and Qwen3.8 Max usage that OpenCode Go gives you is so shit it's nearly worthless, but it could still serve as an inexpensive and reliable source of mild MiniMax M3 usage or much more aggressive DeepSeek V4 Flash use.
>>109481867t. moron who uses MCP for docs
i'm surprised the deepseek posters haven't jumped on zucc's subsidised tokenslike if i had no money, that's probably where i'd be running to now
>>109481902I never got a response back from these MCP weirdos about wrapping your MCP client and server in another one.If it makes your agents more gooder and/or magically saves tokens, then you should wrap `curl` in five MCP layers and it becomes five times as good, right?
>>109481906I'm not paying to train your model, Mark
>>109481902I use it for more than just docs. I use it for tool calls as well. The model cannot hold the entire context of all your docs at once (reasonably) - you waste tokens doing that and the model literally needs context to work on your code appropriately. You need to give the model the docs when it's contextually appropriate. That is why mcp is relevant and needed for document streaming.
>>109481918please, i've got so many gpus just sitting around doing nothing
>>109481917I'd go for at least 7 but yes. More MCP layers = more betterer
>>109481867>Defending MCPJesus Christ>>109481920>MCP user complaining about token usage
Is it worth it?I did briefly use Fable before it became Max only and now miss it.
>>109481906Nobody cares about that retard's models. People like Deepseek because it's open weights which means it can't be rugpulled and it's close to being runnable at home (or it can be run already if you're rich).
>>109481920NTA but I guess my agents aren't retarded and have no issue looking for themselves when needed.The only MCP I have is some custom thing for interfacing with a game editor. They seem to figure out everything else just fine otherwise.
>tripfag never looked once at the session logs or thinking/command output of their agent to see it can just ripgrep whatever it wants and the idea of “it can’t fit all the docs in context” only makes sense if you haven’t even used a coding agent in over a yearconfirmed the tripfag larps about vibecoding
>>109481939So I gave specific architectural reasoning that explains WHY I use MCP and WHY I am "defending" it, you can see that here >>109481920 so please, explain to me, dumbass, EXACTLY what your alternative is to the Model Context Protocol?
>>109481945>it can't be rugpulleddoes anyone actually care about this besides the save4o crazies?like the models aren't good enough to want to keep around right now
>what’s YOUR alternative for agents reading docs?!?!>Luna low uses ripgrep right out of the boxThe tripfag really is just an instigating larper. Shocker.
>>109481857Not everything's always going to be within direct reach of a coding harness forever and ever. You can exclude all cloud stuff if it's not applicable to you personally. There are network topologies where you can't or shouldn't run the harness - maybe because there's no direct outbound access to the internet and there's no SSH path either, maybe due to policy. You are allowed to execute scoped commands that have to pass through a filter. What are you going to do? Give up because of a preconceived notion that any MCP implementation is inherently bloated?You can literally have the clanker code a tool according to your specifications. You can also tell it: I'm forcing you to only use shell commands and ad-hoc scripts because I think only those are efficient and anything else would waste my money. The agent might disagree, but at the end of the day it's designed to follow your instructions and be agreeable.
>>109481954>EXACTLY what your alternative is to the Model Context Protocol?Sure, CLI. There's nothing MCPiss can do that CLI can't, while taking up about a quarter context and allowing for scripting and overall less annoying permission handling.
>>109481953>>109481971Maybe he never found out agents could do that because he never gave them the chance by forcing them through an MCP server, kek. I wonder how many tokens he’s wasted… may as well be paying Anthropic API prices for whatever usage he gets.
>>109481978You know that MCP is just an abstraction of the CLI right? It's just a node server you moron.
Tranny thread?
>>109481976>I’ve contrived an elaborate scenario that doesn’t exist and doesn’t apply to anyone where you are forced to use MCP and it’s implied you can’t build anything yourself.>Now what, fool? Muahahaha.…
>>109481308astra soon so make the most of it
He has outed himself as never having looked at any MCP source code.
>>109482004You are not forced to use MCP. You're basically like a redditor on the r/codex subreddit. Only his own scenario is valid, everyone else is just fucking around and not doing 'any real work'. Subsequently, he throws a massive tantrum, has these long reply chains and begins blocking people who disagree with him. Then goes out in this backyard, shouts YEEHAAA AMERICAAA and fires his gun out of anger
I can't decide, either incorporate H3 video gen into the workflow, or work on the actual animation engine and continue using stock footage for everything. It's hard to tell which is the lazier option, but I definitely know which is the sloppier option.
Mcp touches me inappropriately, it should be regulated by the Trump administration..
>>109481961I mean, not that strongly, but why would I go out of my way to try some shitty proprietary model when it's dubious whether it's even better than the more widely available option? Is Muse even better or cheaper than DS4 Flash?
>>109482015>You are not forced to use MCPLet me write back what you wrote, in exactly your own words>”Not everything's always going to be within direct reach of a coding harness forever and ever”>”There are network topologies where you can't or shouldn't run the harness”>”there's no direct outbound access to the internet”>”there's no SSH path either”>”You are allowed to execute scoped commands that have to pass through a filter”>”What are you going to do?”This is a classic power tripping delusion of grandeur. You made up a retarded scenario that will never happen, then used that to try to set yourself up for a win, when in fact you just described exactly why MCP is so bloated and retarded; it was dreamed up for some power-tripping megalomaniac scenario and not at all for how anything works anywhere.Thanks dimwit.
>>109482034pricing on the 'contributor' tier is the only reason i mentioned it. shit's dirt cheap as long as you're willing to feed mark your data.
>>109482056Again, you are not forced to do anything. Other people might do different things with 'AI' than you. You are making a blanket statement about a category of tools and you are also saying that only your own use cases are valid.
>>109482015You got a problem with America?
things I think about when the clanker works between prompts:>will I actually lose the +50%>how long until companies stop running subscriptions at a loss>which company/stock falls firstI hope some insane developments in both hardware and llm optimization happens before any of them come true, but it doesn't seem realistic in any way
Why you wouldnt use an MCP server are you retarded?
>Gemma Translator: offline DIY translation device built with Gemma 4 + Antigravityhttps://www.youtube.com/watch?v=4dNry5zP0Jo
>>109482072>only your own use cases are validThat’s pretty much exactly what you did, only your “use case” came out of your ass and mine describes everyday normal reality for just about anyone.The bouncing between fantastical claims of oppressive tyranny preventing anyone from using any CLI without express authority to “I’m not saying you’re forced to use it” is really weird, pick a lane.
>>109481989>You know that MCP is just an abstraction of the CLI right?What you just said doesn't mean anything. MCPs don't work the same as CLIs, shill faggot.
not endorsing because i haven't tested yet, but seems interesting for tinkerer types:https://getbb.app/
>>109482099Nobody is looking over your shoulder. It's okay, you can install CLI harnesses. We aren't judging you either. You deal with no issues, no restrictions, everything you do can be done on your own machine and you can give sudo rights and full internet to the agent. That's okay.
>>109482073Sexy
>>109482119Then tell us what it is instead of just posting a link. Shit-tier advertising bot.
>>109482136no
>>109482119>interesting for tinkerer types>”Download for MacOS”lmao
>>109481989he's probably new to cli as a concept and gets really excited every time the agent does a complicated ripgrep, not to worry though, we were all 17 years old once.
>>1094817980731 being so small is completely fucking crazy. It is extremely clever, very sensitive to human stuff too. I don't think anyone could have predicted this a year ago or even 6 months ago. We are into hard take-off for sure, unless governments find some way to screw it up.I couldn't be happier, need to look into buying local hardware now because this feels like a knee in a demand curve.
>>109482148I feel you. Most of these agents, by default they use grep, and I'm just like why not use ripgrep instead (there are reasons, sometimes)
>>109482128Alright, so you picked the lane of reality. You’re correct on every point and now I have no reason to use MCP.Cool, thanks.Are you going to try to pivot back into the fantasy lane where you get to control whether or not I can use CLI commands on my machine?
Currently rewriting BSD4.2 in Rust using my MCP server for efficiency.
>>109482173Nobody is prohibiting you or your clankers from using CLI commands on your machine. That wasn't the gist of the conversaion.
>tripfag uses rustkek, very on brand
>>109482173>>109482202can you fuckers stop being kimi zombies for 5 seconds? preferably longer?
>>109482202>Nobody is prohibiting you or your clankers from using CLI commands on your machine. That wasn't the gist of the conversaion.>>109481976>”You are allowed to execute scoped commands that have to pass through a filter.”This bots context window is 1KB or what?
>>109482229You must know the difference between your local machine and other machines, surely.
>>109482284>you need to use MCP because one day you’ll never be allowed to use anything except MCP!>actually, forget I said that completely>please forget I said that>i never said that!>uh, uhm, I’m going to claim you’ve never done anything cross-machineMy agent uses `curl`, what now dipshit?
>>109481942Of course. Fable is the best model and only one worth using for serious stuff. unless you wanna fall for some false marketing shill campaign like the rest of the copex guys ITT
>>109482312>you need to use MCP becauseRather>there are use cases for MCPTo which you reply>REEEEE THERE ARE NOT MCP BAD
snarky dipsy
Who looks like this?
>>109482341i look like this
>>109482330Alright, if you’re just going to scream and cry, I’m not going to interact with you anymore.You named one scenario where MCP is useful and it applies to nobody, never will, then you tried to immediately pretend you never said that.You never gave an alternative scenario, you just started throwing a melty. I’ll be here when you’ve calmed down.You are silly.
>>109482341Dario
>>109482341Luddites
>>109482067Meh, a 30% discount on a 200B tier model is whatever.
>>109481100Saarrrr you must think the needful