ax@ax-radar:~/x/op7418 $ tail -f x-timeline-op7418.log
40 srcsignal 72%cycle 04:32

X monitor

9 tweets · updated 3m ago
7 handles tracked
@op74189 tweets
2026-04-03 · Fri
16:33
116d ago
X · @op7418· x-apiZH16:33 · 04·03
Google's new local model Gemma 4 is now usable in Codepilot
Codepilot 0.46.0 adds Ollama local-model support, and users can call Gemma 4 in Codepilot after installing it via Ollama. The post says terminal runs are fast but transfers to Claude Code are slow; it does not disclose latency numbers, bottleneck details, or test setup. The key issue is the integration path, not the model itself.
#Code#Tools#Codepilot#Ollama
editor take
Codepilot 0.46.0 adds Ollama support for Gemma 4, but fast in terminal, slow to Claude Code — the bottleneck is the integration, not the model.
sharp
Codepilot 0.46.0 adds Ollama support, and users can call Gemma 4 after installing it locally. That part is clear. The performance claim is not. The post gives no latency, tokens per second, context size, hardware, or where the slowdown actually happens. My read is simple: this probably is not a Gemma 4 story. The post says terminal use is fast, but routing it into Claude Code is slow. Same local model, same Ollama, same box. When CLI feels fine and the IDE or agent wrapper feels bad, the usual culprit is integration glue: JSON serialization, streaming chunk handling, subprocess bridges, context repacking, or an extension event loop that adds friction on every tool call. People building local coding agents have seen this pattern all year. A fast local model can feel slow once you sandwich it between adapters. The outside context lines up. Aider, Continue, and other Ollama-based local coding setups have repeatedly shown the same split: decent raw inference, worse end-to-end interaction once an editor plugin or agent framework sits in the middle. I haven’t verified Codepilot’s exact implementation, so I’m not claiming a root cause. But if there is an extra proxy layer instead of a thin local path, even a relatively small model can lose its speed advantage in practice. I also push back on the implied blame toward Ollama. I don’t buy that from this evidence. Without segmented timings, request logs, or even a basic test setup, “Ollama is the problem” is just a vibe. Show prompt size, output length, streaming mode, and whether Claude Code is being reached through MCP or another subprocess bridge. Until then, this is a usability update with an anecdotal slowdown report, not a meaningful benchmark.
HKR breakdown
hook knowledge resonance
open source
64
SCORE
H1·K1·R0
06:20
116d ago
X · @op7418· x-apiZH06:20 · 04·03
Xiaomi also launched a MIMO Code Plan
Xiaomi launched a MIMO Code Plan with monthly tiers from 39 to 659 yuan. The RSS snippet says it uses a unified credit system with no 5-hour cap, and CodePilot 0.45.1 will support it. The key detail is the billing model, not just another plan; the post does not disclose credit quotas or model scope.
#Code#Tools#Xiaomi#MIMO
editor take
Xiaomi MIMO Code Plan: 39–659 yuan/month, unified credits, no 5-hour cap. The post doesn't spell out quotas or model scope per tier.
sharp
Xiaomi changed packaging first, not capability. The disclosed facts are thin: MIMO Code Plan costs 39 to 659 yuan per month, uses a unified credit system, removes the 5-hour cap, and lands in CodePilot 0.45.1. The post does not disclose credit quotas by tier, model access, or how different actions consume credits. Without that, nobody can tell whether this is cheaper access or just a cleaner wrapper around the same constraints. I’m skeptical whenever a coding product moves to “unified credits.” That usually means the vendor wants pricing flexibility because inference cost is unstable across long context, agent loops, tool calls, and model routing. Users stop seeing a hard wall like a 5-hour cap, but the friction does not disappear; it shifts into a less transparent meter. We’ve seen versions of this across coding products over the last year. Cursor, Copilot add-ons, and agent products all keep searching for billing that protects margin when usage spikes. Xiaomi may be doing the same here. I haven’t seen the credit burn table, and that is the central missing detail. There’s also a product-level read here. Chinese code-assistant teams have spent the last year chasing two gaps: IDE experience still trails products that were built agent-first, and many pricing pages still feel like “model resale” instead of “workflow pricing.” Tying the plan to CodePilot 0.45.1 suggests Xiaomi wants MIMO to look like an everyday dev tool, not just another model endpoint. That part makes sense. But it only works if the plan maps cleanly to completed tasks: how many repo chats, edits, test-fix loops, and agent runs does each tier actually buy? The article gives none of that. My pushback is simple: the 39-to-659 yuan spread is wide, so Xiaomi is targeting both casual users and serious developers. If the upper tiers only buy more credits, without priority latency, stronger models, or deeper repo/agent features, users will compare pure task economics against Cursor Pro, GitHub Copilot, and domestic code-agent bundles. At that point, Xiaomi’s brand matters less than completion quality, latency, and tool-call reliability. This post shows Xiaomi wants a seat at the coding-assistant table. It does not yet show the product can hold one.
HKR breakdown
hook knowledge resonance
open source
69
SCORE
H0·K1·R1
02:21
116d ago
X · @op7418· x-apiZH02:21 · 04·03
Google released an Android app to try its newly launched Gemma 4 models
Google released the Android app Google AI Edge Gallery for trying Gemma 4 models on-device. The post says an E4B model ran very fast on a Xiaomi 17 Ultra, and the app includes a Skills area for tool calling and testing. The post does not disclose E4B specs, latency, offline requirements, or device support scope.
#Tools#Inference-opt#Google#Xiaomi
editor take
Google shipped an Android app to run Gemma 4 E4B locally—fast on a Xiaomi 17 Ultra, with a built-in Skills tool area.
sharp
Google shipped Gemma 4 into an Android app, and that matters more than the post’s “it feels very fast” claim. A Play Store app named Google AI Edge Gallery means Google is trying to secure distribution for on-device models before this category fully settles. Model quality is one layer. Owning the entry point is another. Android still gives Google a route to massive install base, and a first-party app lowers the trial friction for Gemma far more than most open local-model demos do. I’m skeptical of the speed claim as stated. The body gives only a subjective impression from a Xiaomi 17 Ultra. It does not disclose tokens per second, time to first token, quantization level, whether inference was fully offline, thermal behavior after sustained use, or even which accelerator path was used. Those details are the whole story for edge inference. A 4-bit quantized run on an NPU after warm-up is a very different result from a higher-precision run on GPU or CPU. Without those conditions, “very fast” is not a reproducible data point. I also couldn’t find the exact E4B spec from this snippet alone. If E4B is a Gemma 4 edge variant, Google should publish parameter count, context window, RAM footprint, and supported chipsets before anyone treats this as a serious benchmark signal. The more interesting product signal is the Skills area. Google put tool calling and skill testing directly into the app, which makes this look less like a model viewer and more like a sandbox for local agents on phones. A lot of companies have tried to push this idea in the past year. Apple Intelligence went deep on OS integration but kept model ambition conservative. Rabbit and Humane sold the agent entry point story and then ran into reliability and product fit problems fast. Google’s route here looks more practical: start with a lightweight developer-facing shell where people can see a local model invoke tools, then expand toward tighter system integration later. I still think this leans more toward ecosystem seeding than mainstream product readiness. Once on-device AI moves past demos, three issues hit immediately: hardware fragmentation, power and thermals, and permission safety. Android is not a single hardware target. NPU capability varies a lot across Qualcomm, MediaTek, and Samsung devices, and OEM runtime behavior is inconsistent. Qualcomm has spent the last two years pushing edge AI hard, but developers still hate the classic outcome: works great on one flagship, throttles on another, unsupported on a third. If Google doesn’t publish a clean compatibility matrix, the app’s marketing value will exceed its practical value. My read is that AI Edge Gallery is Google telling developers two things. First, Gemma 4 is meant to live on-device, not only in the cloud. Second, tool use can move down to the phone layer. I buy the direction. I do not buy the current evidence. The title gives us Android app, Gemma 4, and Skills. The body does not disclose the critical numbers: latency, specs, offline boundaries, or device coverage. Until those appear, this looks like Google planting a flag in the on-device agent interface race, not proving that it has already solved it.
HKR breakdown
hook knowledge resonance
open source
70
SCORE
H1·K0·R1
2026-04-02 · Thu
12:31
117d ago
X · @op7418· x-apiZH12:31 · 04·02
TRAE released a standalone SOLO client
TRAE released a standalone SOLO client with two access points: web and PC, plus a built-in Skills marketplace and custom Skills creation. The client has Code and MTC modes; the post shows it retrieving GitHub issues, classifying them by confidence and fixability, and generating a web board. What matters is the sidebar keeps context and outputs like docs, PPTs, and webpages; the post says it appears to be in beta and free to use.
#Agent#Code#Tools#TRAE
editor take
TRAE launched a standalone SOLO client with a Skills marketplace and a sidebar that keeps context and outputs. Still in beta and free.
sharp
TRAE launched SOLO on both web and PC, and bundled a Skills marketplace, custom Skills, and two modes: Code and MTC. My read is pretty simple: this is not just another agent release. It looks like an attempt to build a persistent AI workbench where coding, research, docs, dashboards, and lightweight execution live in one shell. The most important detail here is not the GitHub Issues demo. It is the right sidebar. The post says SOLO keeps context, references, generated docs, PPTs, webpages, and task status in one place. That matters because retention in these products rarely comes from a single smart answer. It comes from continuity: what the agent already saw, what it produced, what is still pending, and whether a user can resume work without rebuilding state. Over the last year, a lot of products have drifted toward this shape. ChatGPT Projects, Anthropic Artifacts, and task-panel products like Manus all point in the same direction: users want an agent with memory attached to artifacts, not a blank chat box that starts over every time. I still have doubts about the demo quality. The article shows one workflow: retrieve recent GitHub Issues, classify them by confidence and fixability, then generate a web board with P0, P1, and P2 buckets. Fine. But the body does not disclose the model, token limits, repo scale, auth method, latency, failure rate, or how those labels were validated. That is a big gap. “Confidence” and “fixability” sound useful, but without a repeatable evaluation setup, this is closer to a polished walkthrough than evidence of durable workflow automation. Nvidia-style demos trained everyone to ignore this distinction, and AI app launches keep leaning on it. The MTC mode is also a strategic tell. TRAE clearly does not want to stay inside the coder lane. That makes sense. Coding agents are crowded: GitHub Copilot, Cursor, Windsurf, Devin, and others are all chasing the same seat. If SOLO can pull product managers, designers, and operators into the same client, the competition stops being “whose model writes better code” and shifts to “who owns the cross-role workflow.” That is a much harder moat to build, but it is a more valuable one if it works. My pushback is that many teams say “workflow” when they really mean “template plus chat.” The article does not tell us whether Skills can call external tools with durable permissions, maintain state across sessions, or version outputs in a way a team can actually trust. If Skills are mostly prompt wrappers, this stalls fast. If Skills are executable workflow objects with state, approvals, and reusable outputs, then SOLO has a real shot at becoming a daily surface instead of a novelty client. The post says SOLO appears to be in beta and free. Free beta usage does not prove much. The harder test is what happens when pricing arrives and teams have to decide whether this replaces part of Notion, GitHub, internal wiki search, or lightweight project ops. That is the bar. Right now, the interface direction looks smart. The evidence on reliability is still thin.
HKR breakdown
hook knowledge resonance
open source
70
SCORE
H1·K1·R0
00:34
117d ago
X · @op7418· x-apiZH00:34 · 04·02
Zhipu releases GLM-5V-Turbo model
Zhipu released GLM-5V-Turbo, and both the title and body indicate it adds image input support. The only concrete condition disclosed is that the author had used GLM-5 Turbo frequently but could not send images before; the post says that is now fixed. The post does not disclose API form, pricing, context length, or benchmark results.
#Multimodal#Vision#Zhipu AI#Product update
editor take
Zhipu's GLM-5V-Turbo adds image input, but API form, pricing, and context length are all missing.
sharp
Zhipu added image input to GLM-5 Turbo, and the body discloses exactly 1 concrete change: users can now send images where they previously could not. My read is simple: this is capability catch-up, not a convincing model advance. In 2026, multimodal is table stakes. Shipping vision now fixes a product gap first; it does not move Zhipu up the rankings by itself. My pushback is also straightforward. The title gives us GLM-5V-Turbo, but the post does not disclose API shape, pricing, context window, OCR quality, chart understanding, tool use, or whether video is supported. Without those details, developers cannot tell whether this is “chat can look at pictures” or something production-grade. Over the last year, OpenAI, Anthropic, and Google usually attached at least some combination of pricing, latency bands, evals, or modality limits when they shipped vision-capable endpoints. Here we got a usability signal, not an operational spec. Look, Chinese labs adding vision support is no longer unusual. Qwen-VL, Doubao’s multimodal stack, and other domestic APIs already trained the market to ask a harder question: what jobs does the model actually do once an image is in the prompt? I have not seen that answer here. If Zhipu wants GLM-5V-Turbo to make real shortlist conversations, the next step is not another announcement post. It is documentation: per-image billing, max resolution, rate limits, function-calling behavior, and evals on Chinese OCR, receipts, tables, and screenshot workflows. Until that lands, I would treat this as a product-line patch, not a front-rank shift.
HKR breakdown
hook knowledge resonance
open source
70
SCORE
H1·K0·R1
2026-04-01 · Wed
03:21
118d ago
X · @op7418· x-apiZH03:21 · 04·01
Claude Code's pet mode launched early after a leak
Claude Code launched its pet mode early after a leak, and users can enable it with one command: /Buddy. The post says it sits beside the input box, shows basic intro and attributes, and supports only a small set of commands, including name-based prompts for insights. The key point: this looks like a lightweight UI layer; the post does not disclose rollout scope, launch timing, or fuller command details.
#Tools#Product update
editor take
Claude Code's pet mode is live via /Buddy — a lightweight companion UI with few commands. The post doesn't spell out rollout or more details.
sharp
Claude Code exposed 1 /Buddy command early, and the first thing this reveals is Anthropic testing a relationship layer inside the IDE, not shipping a model-layer upgrade. The title and body are thin: typing /Buddy turns on a “pet mode,” it sits beside the input box, it has a short intro plus attributes, and it supports only a small set of commands, including name-based prompts for “insights.” The rollout scope, pricing tier, command list, enterprise availability, and launch plan are not disclosed in the body. My immediate read: don’t treat this as “Claude Code gained new capability.” Nothing in the snippet points to stronger coding performance, better tool use, lower latency, deeper repo understanding, or broader context handling. By the evidence we have, this is a lightweight UI shell. The likely goal is habit formation: make the assistant feel present and companion-like so users keep it open, not just invoke it when they need a patch or explanation. That pattern is familiar. Once base-model quality starts converging for everyday coding tasks, product teams move up-stack into interaction design, identity, and retention mechanics. I’m also not fully buying the “forced out early by a leak” framing at face value. Teams absolutely do change launch timing after leaks. But a command that users can already invoke usually means the feature was already wired into a runnable build. That smells less like a panic launch and more like a planned soft rollout that got spotted before the company wanted the narrative out. That distinction matters, because leak-driven posts tend to inflate the significance of small features. Right now the material does not justify reading this as a roadmap tell on its own. The external context is more useful than the post itself. Over the last year, coding assistants have shifted from autocomplete races to workflow capture. Cursor has leaned hard into repo-aware editing loops. OpenAI has pushed desktop execution and agentic coding flows. GitHub Copilot has been moving toward agent mode and broader task completion. Anthropic’s stronger story in Claude Code has been terminal access, long-context reasoning, and tool-grounded execution. In that landscape, Buddy looks like one of two things. Either it is a retention layer for high-frequency users, reducing the temptation to switch among assistants, or it is a UX scaffold for a future always-on coding agent and Anthropic is warming users up to the idea of a persistent sidekick. That said, I have a pushback here. If the trigger logic, memory scope, and tool permissions are unchanged, pet mode has a very low ceiling. “Call its name and get insights” sounds cute, but in a real coding session it can easily become distraction overhead. Developer tools are not consumer chat apps. Every extra visual interruption carries a cost. If Anthropic wants this to matter, the hard questions are operational: does Buddy know the current task state, or is it just decorative? Can it surface useful interventions without interrupting flow? Does it tie into project memory, terminal state, test results, or pending edits? None of that is disclosed. So for now I’d classify this as a product signal, not a capability signal. If Buddy later hooks into project-level memory, async task reporting, or context-aware intervention, then it becomes strategically interesting. If it stays as a companion sitting next to the input box, this is Anthropic adding personality to Claude Code, not adding a materially new tool for engineers.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
02:28
118d ago
X · @op7418· x-apiZH02:28 · 04·01
Google released the V1.3.1 Lite model, cutting the price to one-eighth
Google released V1.3.1 Lite and cut its price by 8x versus V1.3.1. The RSS snippet also says V1.3.1 Fast got cheaper, but the post does not disclose exact pricing, timing, context length, or performance changes. Watch the price move, not a capability claim; specs are still missing.
#Google#Product update
editor take
Google cut V1.3.1 Lite price 8x, but the post doesn't give exact pricing or context length—hold off on excitement.
sharp
Google cut V1.3.1 Lite pricing by 8x, and the post still omits unit pricing, context length, throughput, start date, and performance changes. My read is simple: treat this as a pricing move first, not a model advance. The material is thin, so the only confirmed signal is directionally cheaper, not materially better. Honestly, an 8x cut is not routine API hygiene. Over the last year, most model repricing has been incremental: enough to reflect cheaper inference, clear room for a new tier, or respond to a competitor’s SKU. Dropping to one-eighth of the prior price is a different category. That usually points to one of three things: weak adoption on the old SKU, an internal successor already waiting in the wings, or competitive pressure strong enough that Google wants to reset developer routing with price alone. I can’t verify which one applies here because the body gives none of the details you’d need. I’m also wary of the “Lite” label. Lite models are rarely just cheaper chatbots. They tend to become routing workhorses: classification, reformatting, tool selection, guardrail checks, retrieval cleanup, and the many intermediate calls inside agent systems. If this SKU really landed at one-eighth the old price, the biggest change is not consumer experience. It is workflow architecture. Teams will revisit whether those pipeline steps should stay as brittle handwritten logic or move back into model calls. That is why the missing specs matter so much. If context length got reduced, output pricing stayed high, rate limits tightened, or tool-use reliability dropped, then the headline discount is much less meaningful. For outside context, this fits the pattern we’ve been seeing since 2024: smaller models absorb the price war, while frontier-tier models preserve margin and brand positioning. OpenAI, Anthropic, and Google have all used tiering that way, just with different aggression. I’m not going to hard-code competitor pricing from memory here because I haven’t checked the exact numbers, but the point stands: 8x is not “matching the market.” It is a deliberate attempt to change default routing behavior. Google wants developers to move traffic, not just applaud a lower sticker price. That is also where I push back on the narrative. A post that gives you “cheaper” without benchmark deltas, latency, stability, context window, or tool-use quality is telling you about go-to-market more than product quality. The title says price. The body does not say what remains true after the discount. If V1.3.1 Lite is close to V1.3.1 on practical tasks, this is aggressive and important. If it mainly captures low-value requests that were already becoming commoditized, then this is standard cloud-style segmentation, not some major model event. So my conclusion stays narrow for now: this will affect procurement and routing before it affects model rankings. Once Google publishes exact token pricing, context limits, rate limits, latency bands, and at least one reproducible benchmark or eval change, then we can judge whether this is a real cost-performance inflection or just a strategically loud price tag.
HKR breakdown
hook knowledge resonance
open source
69
SCORE
H1·K1·R1

more

feeds

admin