Jason's Notes

Some things I'm researching and exploring: Engineer · AI · Lifestyle · Health · ……

About AI Anxiety

Facing the information anxiety of the AI era, shift your focus from external standards back to what you are doing: fight anxiety with action, and go to the bottom rather than trying to keep up with everything.

  • AI
  • Thinking
2026 · 3 min read

关于 AI 焦虑

面对 AI 时代的信息焦虑,把重心从“外部标准”转回“自己在做什么”:用行动对抗焦虑,向下追根,而不是试图跟上一切。

  • AI
  • 思考
2026年 · 3 分钟阅读

AI Coding: From Chat to an Agent-Driven Workflow

The point of AI coding is not to treat AI as a chat window, but to let an agent work inside a real project, accumulate compounding assets, and use a test-and-feedback loop to guarantee quality.

  • AI Coding
  • Agent
  • Workflow
2026 · 4 min read

AI Coding:从聊天到 Agent 的工作流改造

AI coding 的重点不是把 AI 当聊天窗口,而是让 Agent 进入真实项目环境、沉淀可复利的资产,并用测试闭环保证质量。

  • AI Coding
  • Agent
  • 工作流
2026年 · 4 分钟阅读

Can an Investing Agent Actually Make Me Money?

Live-money experiments show AI agents occasionally win, but are far from a stable strategy: the ones already making money are brokers, advisors, and course sellers, while an ordinary user relying on it for sustained gains is still an open question.

  • AI Agent
  • Investing
  • Trading
2026 · 16 min read

投资 agent 真的能帮我赚钱吗?

实盘实验显示 AI agent 偶尔能赢,但远未形成稳定策略:真正先赚到钱的是券商、投顾和卖课的人,而普通用户靠它持续赚钱仍待考量。

  • AI Agent
  • 投资
  • 交易
2026年 · 14 分钟阅读

Embodied AI 2026: Robots Can Outrun Humans, So Why Can't They Fold a Shirt?

A robot that can run doesn't mean it can work: the half-marathon record has been broken, but cooking, laundry, and folding clothes are still limited by complex environments and long-flow reliability; what can really scale in the near term is more likely factories and warehouses.

  • Embodied AI
  • Robotics
  • Humanoid
2026 · 13 min read

GraphRAG Two Years Later: Still Maintained, but Useless for Most Scenarios

Two years after GraphRAG was open-sourced it's still maintained, but most RAG scenarios don't need it in practice: for simple fact retrieval it's a negative asset; only multi-hop reasoning, cross-document synthesis, and relational queries are worth it — and it's more expensive and harder to maintain.

  • GraphRAG
  • RAG
  • Knowledge Graph
2026 · 14 min read

GraphRAG 两年后:还在维护,但大多数场景用不上

GraphRAG 开源两年后仍在维护,但大多数 RAG 场景实测用不上它:简单事实检索它是负资产,只有多跳推理、跨文档综述和关系型查询值得上,而且它更贵、更难维护。

  • GraphRAG
  • RAG
  • 知识图谱
2026年 · 12 分钟阅读

How Prompt Caching Works: Hit Rate Is Decided by Prefix Stability

Under the same model, cache hit rate can differ by 4x — and it's not the model: prefix byte stability decides the hit rate. Explains the cache mechanism, seven real cache-breaking incidents, and how to avoid the pitfalls.

  • Prompt Caching
  • Agent
  • LLM
2026 · 16 min read

Prompt Cache 的原理:命中率由前缀稳定决定

同一模型下缓存命中率能差出 4 倍,不是模型问题:前缀字节稳定性决定命中率。讲清缓存机制、七种真实破缓存事故,以及怎么不踩坑。

  • Prompt Caching
  • Agent
  • LLM
2026年 · 15 分钟阅读

Mem0 Raised $24M and Stored 97.8% Garbage

While Mem0 announced a $24M raise, an independent audit found 97.8% of the 10,134 memories it stored over 32 days were garbage: agent-memory commercialization is running ahead of verifiable quality.

  • AI Agent
  • Memory
  • Commercialization
2026 · 15 min read

Mem0 融了 2400 万美元,也存下了 97.8% 的垃圾

Mem0 宣布完成 2400 万美元融资的同时,一份独立审计显示它 32 天存下的 10134 条记忆里 97.8% 是垃圾:agent 记忆的商业化跑在了可验证的质量前面。

  • AI Agent
  • 记忆
  • 商业化
2026年 · 14 分钟阅读

数学在算法中的运用

整理同余、欧几里得算法与裴蜀定理等竞赛中常用的数学工具。

  • 算法竞赛
  • 数学
  • C++
2023年 · 1 分钟阅读

算法竞赛学习笔记

从输入输出、常用函数到图论与动态规划的一组持续更新的竞赛备赛记录。

  • 算法竞赛
  • C++
  • 蓝桥杯
2023年 · 5 分钟阅读