Read Paper: KIMIK2.5: VISUAL AGENTIC INTELLIGENCE

Abstract "We introduce Kimi K2.5, an open-source multimodal agentic model designed to advance general agentic intelligence. K2.5 emphasizes the joint optimization of text and vision so that two modalities enhance each other. This includes a series of techniques such as joint text-vision pre-training, zero-vision SFT, and joint text-vision einforcement learning. Building on this multimodal foundation, … Continue reading Read Paper: KIMIK2.5: VISUAL AGENTIC INTELLIGENCE

Computer Communication: From stdin to MCP

When I first started learning networking, every acronym felt like another rabbit hole: HTTP, REST, TCP, UDP, SSE, WebSocket, RPC, gRPC, MCP... They all seemed related, but no one explained how they fit together into one coherent picture. Eventually, I realized they are simply different layers solving different communication problems. Level 1 — Two processes … Continue reading Computer Communication: From stdin to MCP

Choose Right Models

GPT-5.5 for hardest math and general reasoning.zerotwo Gemini 3.1 Pro for broad reasoning-heavy tasks.llm-stats Kimi K2.7 Code for agentic coding and long-horizon workflows.kimi+1 GLM-5.2 for another strong open-weight coding/agent option.llm-stats DeepSeek V4 Pro for huge context windows and document-heavy work.

Five Layers of Knowledge Files to Make My MCP Smarter

These five layers, each serving a different consumer at a different time: LayerFile(s)Who reads itWhenWhat goes in itAGENTS.mdAGENTS.md (repo root)Cascade/IDE agentEvery session, auto-loadedRules that prevent silent bugs. Short, imperative. "FF_V3 uses -R not -E", "deploy staging first", "docstrings <2KB". The guardrails.SKILL.mdSKILL.mdCascade/IDE agentWhen skill is invokedDeveloper's full project memory. Architecture, deploy ops, performance work, formula library, Snowflake patterns. The consolidated brain — everything an agent needs to work on the code.knowledge/kb/15 .md files + kb_index.jsonClaude Desktop (end user)Runtime, via get_index_knowledge MCP toolDomain methodology & templates. How … Continue reading Five Layers of Knowledge Files to Make My MCP Smarter

Claude Code vs Claude Desktop

Claude Code has a full execution environment: Run Python/pandas between tool calls to transform data Read/write files for intermediate results Run bash (jq, csvkit, curl, etc.) Write and execute multi-step scripts Debug iteratively by printing intermediate state Claude Desktop has only: Call MCP tool → get response → call next MCP tool Every workflow that requires intermediate data processing (filter, join, dedup, add columns, merge results) … Continue reading Claude Code vs Claude Desktop

Same MCP Server, Different AI Can Give Different Answer and Claude is Strong in Finance

Using the same MCP server I created across different AI platforms, such as a coding assistant and Claude Desktop, I've noticed that the responses vary significantly, particularly when it comes to "finding alpha signals using RBICS data." Claude consistently provides stronger answers to finance-related questions. The primary reason for this difference lies in the MCP … Continue reading Same MCP Server, Different AI Can Give Different Answer and Claude is Strong in Finance