记录在API因合规问题被拒后,使用视觉大模型从截图提取财务数据,实现十年手动记账流程的自动化。展示了本地模型、交叉验证和人机协作工作流如何安全处理敏感金融数据。
Articles by grapeot
When AI Fails: How I Eventually Automated My Personal Finances
Documents automating a decade-long manual financial reconciliation process using vision LLMs when API access was blocked by compliance. Demonstrates using local models with screenshots, cross-validation, and human-in-the-loop workflows to process sensitive financial data.
超越聊天框简评GPT-5
GPT-5是产品升级而非单纯模型升级:新增reasoning_effort和verbosity参数,可控性大幅提升,让开发者能根据场景灵活权衡推理深度和回复长度。
GPT-5: More Than a Chatbot, A Quick Review
GPT-5 is a major product upgrade, not just a model upgrade: new API parameters for reasoning_effort and verbosity enable unprecedented controllability for building AI-powered products.
当AI陷入鬼打墙:一次关于协作策略的复盘
记录通过迭代式问题解决开发自动截图功能的经历。关键经验:优化问题定义而非仅优化提示词、从"最小可行真相"出发锚定工作流、根据任务需求匹配合适的AI模型能力边界。