Are we backing Belgium tomorrow, Balkaners?
▲ 1.3k r/AskBalkans

Are we backing Belgium tomorrow, Balkaners?

Generational USA hatewatch incoming at least from me tbh. Politics always find a way to ruin things at the end. Trump and corrupt FIFA..? match made in heaven it seems. Lets go, devils 🇧🇪

u/Boring_Aioli7916 — 16 hours ago

Never experienced such high cache hit with Qwen 3.7 Max. First time using it through KiloCode. 73% cache hit rate.

Positively suprised.

u/Boring_Aioli7916 — 4 days ago

Dario as usual begging for US admin. to ban his competition. Fear mongering at its best. Even Sam didn't fell so low.

u/Boring_Aioli7916 — 7 days ago

Ngl, it's gonna be glorious when it happens. AI should be available to all and not only to selected few among the elites.

u/Boring_Aioli7916 — 10 days ago

Topla preporuka za sve fanove SciFi-a ali i za ljubitelje atmosfere mini serije Chernobyl-a kao i filma ''Lives of Others''. STAR CITY je maestralan.

Nisam ocekivao mnogo, ali ova serija me je potpuno oduvala u pozitivnom smislu. STAR CITY je spin-off For All Mankind, samo gledano iz sovjetskog ugla i iskreno, mnogo ali MNOGO mi je bolja serija za sad. FAM mi je uvek bio interesantan po konceptu, ali nesto mi je americka strana price bila predugacka i dosadna, ne znam sta tacno ali sve mi je bilo presporo i pomalo otrcano/vec vidjeno tu. Ovde je atmosfera gusca, tenzija realnija, a paranoja i birokratska nocna mora daju osecaj kao da gledate Chernobyl u svemiru. Ako volite sci-fi, ali i tamnu, klaustrofobicnu dramu u stilu Lives of Other onda je ovo je topla preporuka. Oh, da.. odabir glumaca i nivo glume u seriji je takodje za svaku pohvalu.

u/Boring_Aioli7916 — 10 days ago
▲ 467 r/DeepSeek+1 crossposts

Liang Wenfeng leads DeepSeek's Series A funding round with 3$ billion investment. DeepSeek raised over $7.4 billion in its debut external funding round, securing a valuation of over $50 billion.

  • Unusual Founder Control: Instead of ceding control, Liang personally invested roughly $3 billion (over RMB 20 billion) to maintain a massive equity stake and strict management control.
  • Strict "No-Poaching" Rule: Liang reportedly enforced non-negotiable terms for his investors, fiercely protecting DeepSeek's staff from rival firms poaching them.
  • Chinese AI lab DeepSeek raised over $7.4 billion in its debut external funding round, securing a valuation of over $50 billion. This milestone makes it China's most valuable artificial intelligence startup.

Sources: https://www.cnbc.com/2026/06/18/no-poaching-our-people-chinas-deepseek-reportedly-tells-investors.html

https://www.scmp.com/tech/big-tech/article/3357525/how-deepseeks-landmark-funding-secures-liang-wenfengs-grip-chinas-ai-rivalry-heats

https://www.techflowpost.com/article/32075

https://www.finsmes.com/2026/06/deepseek-raises-over-7-4-billion-in-maiden-funding-at-a-post-money-valuation-exceeding-50-billion.html

u/Boring_Aioli7916 — 14 days ago
▲ 94 r/Qwen_AI

Qwen 3.7 Max doesn't get the respect it deserves

Rarely I see people speaking about this monster anywhere, and half of the time it is some shitalk about it.

I used model throughtly as an architect/auditor for my project through my OpenRouter API and spec Alibaba routing. Spent 1m in tokens in total and across 3 sessions costen me 1,4$. I inputed 400-500kb of files across these 3 sessions.. Outputs and answers from Qwen were crazy dense and detailed, it made few wrong assumptions here and there but that is because it didnt have every tiny .py file of my project. Overall, its insight were stellar.

Model is powerful and I would say it is fairly priced for scale of capabilifies its offer. No Qwen model hitten this hard, man. My favorite model so far this year.

reddit.com
u/Boring_Aioli7916 — 19 days ago

Just appreciation post for V4 Flash aka daemon

Amazing workhorse with its own moments of brilliance.. An all-arounder. I m sure in few years V4 flash will be remembered as hall of famer model just like R1 is.

u/Boring_Aioli7916 — 22 days ago

First time trying V4 Pro on its 'high' reasoning + 16k tokens... it actually caught stuff ChatGPT & Qwen missed on audits.

First time I pushed V4 Pro with reasoning_effort: "high" and 16k output tokens in my config param... and damn, its actually impressive.I fed it some large files I had already audited with ChatGPT and Qwen, and it caught several really valuable nuances and details that the others completely missed.

The depth of analysis is on another level. I know a lot of people complain about V4 Pro being too verbose and overthinking things and yeah it can definitely go overboard but when you actually need to squeeze out every insight that extra effort pays off. I normally stick to the standard/non-thinking mode but there is a noticeable jump when you crank it up

I also seen comments saying regular V4 Pro is already overkill and that V4 Pro Max doesn’t add much over “high” reasoning on V4 pro. Curious to hear from people who’ve used Pro Max in what situations does it actually shine for you? For context, I feel like V4 Flash is excellent for tool calling and quick coding tasks/handling boilerplate coding.. wondering if Pro Max has its own sweet spots like that?

reddit.com
u/Boring_Aioli7916 — 27 days ago
▲ 5 r/CLine

DeepSeek V4 Pro on OpenRouter: Forcing "Think Max" or ''High'' reasoning access

How do you guy access it or set V4 pro via Cline? my current version of cline is 3.87.0

How are you guys bypassing this limitation?

Are people deploying local middleware proxies (like running a tiny Python script or a local LiteLLM server at localhost to catch Cline's traffic, inject the "reasoning" payload, and then forward it to OpenRouter)?

Are you guys shifting your deep-thinking workflows entirely to alternative extensions like Continue (which natively exposes an extraBodyProperties JSON config box)?

Or does DeepSeek's auto-scaler efficiently ramp up its own test-time compute anyway when Cline feeds it a massive multi-file context?

My Current Sidebar Setup:

  • API Provider: OpenAI Compatible (or Native OpenRouter)
  • Base URL: [https://openrouter.ai/api/v1](https://openrouter.ai/api/v1)
  • Model ID: deepseek/deepseek-v4-pro
  • The "Nerf" Prevention Fix: To stop Cline from truncating my context window under OpenAI Compatible, I use the Custom Model Info box to manually pin the true V4 Pro architecture bounds: JSON{ "contextWindow": 1048576, "maxTokens": 384000, "supportsImages": false }

​

Here is LLM analysis I did. 
---

### 🔍 The Deep-Dive Analysis & Why Common Advice Fails

When trying to inject the parameters for provider locking (`"allow_fallbacks": false`) and scaling compute (`"reasoning": {"effort": "xhigh"}`), I went down the rabbit hole of where Cline hides its configuration state. Here is what I uncovered:

#### 1. The `settings.json` Dead End
Many older guides suggest adding `cline.openAiCompatible.extraBody` blocks to your global VS Code `settings.json`. However, inspecting my system's raw file path (`AppData\Roaming\Code\User\settings.json`) reveals that modern vanilla Cline **does not expose its properties there**. Its `package.json` contains an empty properties schema. All active provider state is cached internally in VS Code's `globalState` relational database.

#### 2. The Model Suffix Hallucination (A Dangerous Trap)
I ran a diagnostic check with an LLM configuration scout script that inspected my internal `\.cline\data\globalState.json`. It suggested a clever-sounding fix: manually editing the file to append a suffix directly to the model configuration tags, turning them into `"actModeOpenRouterModelId": "deepseek/deepseek-v4-pro-xhigh"`. 

**Do not do this.** This is a complete hallucination. OpenRouter does not host separate split model strings based on suffix names. If you force this change inside your local state data, OpenRouter's routing layer will instantly spit back a `404: Model Not Found` error. 

#### 3. The Core Constraint: Strict Payload Stripping
OpenRouter handles DeepSeek's scaling mode and provider behaviors exclusively via custom JSON request body blocks:
```json
{
  "model": "deepseek/deepseek-v4-pro",
  "reasoning": { "effort": "xhigh" },
  "provider": { "allow_fallbacks": false, "order": ["deepseek"] }
u/Boring_Aioli7916 — 29 days ago

Thoughts on Reasonix?

A terminal AI coding agent designed specifically for DeepSeek API's prefix caching mechanism. It uses a cache-first architecture to keep token costs extremely low.

Reasonix is a DeepSeek-native terminal coding agent designed around prefix cache stability. In real-world testing, it processed 435 million input tokens in one day for only about $12, with a 99.82% cache hit rate. Four architectural pillars: cache-first conversation loop, R1 reasoning chain reuse, tool-call repair, and cost control. Built-in web search (Mojeek by default, switchable to SearXNG), MCP, hooks, skills, memory, persistent sessions, and a web dashboard. One-click launch with npx, MIT license, built with TypeScript.Intentionally supports only DeepSeek — no multi-model switching. Focused on extreme optimization for a single backend.

Link: https://github.com/esengine/deepseek-reasonix

Have you guys tried it yet?

u/Boring_Aioli7916 — 1 month ago
▲ 160 r/Qwen_AI

Qwen is only getting started. Qwen Max series are worth every buck.

Used Qwen 3.6 max yesterday for the first time for performing comperhensive audit of my project. I was blown away. Can only think what 3.7 series are capable of. I'm really impressed by Qwen team.

u/Boring_Aioli7916 — 2 months ago

How to access DeepSeek V4 pro Max param through VS/Roo Code?

I m using Open Router API.. I see only reasoning effort option in config is "High"?

reddit.com
u/Boring_Aioli7916 — 2 months ago

I've seen several reports that the latest version of Cline (v3.82.0) is having issues with tool calls when using DeepSeek V4, especially in thinking mode. Users are experiencing hangs or failures to execute terminal commands after thinking block. Some are even recommending sticking with v3.81.0 for now until a stable patch is released. Has anyone else run into these problems?

Also, regarding the Cline + VS Code + Orouter setup: even though there is "Enable Thinking" toggle in the settings (with a sidebar showing a max capacity of 6k tokens) it seems the full-strength V4 Pro/Max mode isn't actually available. Whats your experience with V4 through this setup? How one access V4 pro max?

3rd question. In DeepSeek technical reports, Dseek recommend setting temperature to 1 to get V4 preform most optimal for its reasoning tasks. How one check this in ORouter or VS/Cline?

reddit.com
u/Boring_Aioli7916 — 2 months ago