Context Catch
2026-04-11
Context Catch 是 Claude Code 中上下文管理的技术,用于在上下文空间快用完时,智能地保留重要信息。
3110 words
|
16 minutes
RL-scheduler Bug fixed——netty @sharable 导致同一个handler在新channel复用失败
2026-04-11
修复日期: 2026-04-03 / 2026-04-11
影响范围: Worker 重连机制、Master 宕机恢复、任务状态一致性
状态: 部分完成(见下方说明)
5326 words
|
27 minutes
Promptfoo: LLM 应用评估与红队测试的利器
2026-04-11
Promptfoo 是一个强大的 LLM 评估框架,支持自动化测试、红队攻击和Prompt版本管理,帮助开发者全面评估模型表现。
2027 words
|
10 minutes
AI Interview Skill System
2026-04-10
AI-Interview 是一个基于 LangGraph + LangChain 构建的 AI 模拟面试官系统。系统采用多 Agent 架构,包含 orchestrator、resume_agent、question_agent、evaluate_agent、feedback_agent 和 review_agent 等多个角色。每个 Agent 在执行任务时都需要遵循特定的方法论——比如追问生成策略、评估打分规则、反馈纠错规范等。
1760 words
|
9 minutes
AI-Interview 数据库主键迁移实践:UUID → BIGSERIAL
2026-04-10
详细阐述 AI-Interview 项目从 UUID 主键迁移到 BIGSERIAL 主键的完整实践,包括 UUID 的性能瓶颈分析、BIGSERIAL 混合方案设计、SQLAlchemy 模型变更、分阶段迁移脚本以及验证测试方法,实现存储优化 50% 和写入性能提升 2-3 倍。
2672 words
|
13 minutes
ThreadPool
2026-04-10
A comprehensive guide to Java ThreadPool covering ThreadPoolExecutor configuration, queue types (LinkedBlockingQueue, ArrayBlockingQueue, SynchronousQueue, PriorityBlockingQueue, DelayQueue), RejectedExecutionHandler policies, and production-ready best practices for preventing OOM errors.
2517 words
|
13 minutes