最近小红书找了一个 claude code,总感觉被坑了 - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
fingerxie
V2EX    Claude

最近小红书找了一个 claude code,总感觉被坑了

  •  
  •   fingerxie 78 天前 3829 次点击
    这是一个创建于 78 天前的主题,其中的信息可能已经有所发展或是发生改变。

    我最近感觉他的能力有问题,甚至不如一些镜像站。有时候和他说制定计划,他上来就咔咔写,我看到思路有问题只好让他停下来纠正他。

    今天看到结束日志我发现了一个更大的问题,居然有claude-3-5-haiku模型! 我不太懂,正常来讲 claude code 会使用这个模型吗? 这是不是就说明他没有给我用正常的 claude code? 结束的信息如下:/p>

    Total cost: $10.41 Total duration (API): 47m 25.2s Total duration (wall): 2h 49m 46.5s Total code changes: 2284 lines added, 1158 lines removed Usage by model: claude-3-5-haiku: 77.5k input, 2.5k output, 0 cache read, 0 cache write claude-sonnet: 3.2k input, 94.9k output, 20.6m cache read, 724.2k cache write ```
    17 条回复    2025-08-05 17:19:35 +08:00
    ShayneWang
        1
    ShayneWang  
       78 天前
    正常的 claude-3-5-haiku 是拿来读写文件的,不参与问题的思考,官方默认的行为
    lt0136
        2
    lt0136  
       78 天前
    根据我的观察,claude code 会用 claude-3-5-haiku 去做两个任务:
    可以通过环境变量 `ANTHROPIC_SMALL_FAST_MODEL` 指定模型,默认是 `claude-3-5-haiku`

    任务 1:给任务起标题
    ```json
    {
    "model": "claude-3-5-haiku",
    "stream": true,
    "system": [
    {
    "text": "Summarize this coding conversation in under 50 characters.\nCapture the main task, key files, problems addressed, and current status.",
    "type": "text",
    "cache_control": {
    "type": "ephemeral"
    }
    }
    ],
    "messages": [
    {
    "role": "user",
    "content": "你的输入"
    ],
    "max_tokens": 512,
    "temperature": 0
    }
    ```

    任务 2:判断是不是新 topic
    ```json
    {
    "model": "claude-3-5-haiku",
    "stream": true,
    "system": [
    {
    "text": "Analyze if this message indicates a new conversation topic. If it does, extract a 2-3 word title that captures the new topic. Format your response as a JSON object with two fields: 'isNewTopic' (boolean) and 'title' (string, or null if isNewTopic is false). Only include these fields, no other text.",
    "type": "text"
    }
    ],
    "messages": [
    {
    "role": "user",
    "content": "你的输入"
    }
    ],
    "max_tokens": 512,
    "temperature": 0
    }
    ```
    mrlmh00
        3
    mrlmh00  
       78 天前
    正常的
    burtnonald2
        4
    burtnonald2  
       78 天前
    小红书找这个,你还不如百度呢?
    都上 V2EX 了,随便搜一下,大部分都比小红书那些靠谱吧。。。
    那个上面,很多忽悠小白的。。。我记得当时一个 gpt 账号能卖 50 来着,就是普通的账号
    fingerxie
        5
    fingerxie  
    OP
       78 天前
    @burtnonald2 说是拼车,360 块钱一个月,,,,我就顺手参与了
    anivie
        6
    anivie  
       78 天前
    @burtnonald2 小红书上拼车挺多的,这种东西在哪上水都深
    waistcoat09
        7
    waistcoat09  
       78 天前
    linux.do 一堆公益 claude code 啊,不用花钱.
    kneo
        8
    kneo  
       78 天前
    @fingerxie 拼车还 360 ?给你用 opus ?
    leetcode2020
        9
    leetcode2020  
       78 天前
    Claude Code Pro 默认是 Sonnet 4 ,并且 仅限 Sonnet 4 。你说的那个 claude-3-5-haiku 应该是 Claude Desktop 里的还没有 disable 的模型,应该是直接调用 API 的。

    t/1147507#reply1 所述,该功能完全由 Sonnet 4 实现。
    Leeeeex
        10
    Leeeeex  
    PRO
       78 天前
    @fingerxie
    360 一个月,不行我给你开 claude pro 吧,我收个手续费如何,官方开通只需要 20 刀,就算你走 app store 订阅或者 Google play 订阅也不过多 5 刀。
    真的是看到别人赚钱比自己亏钱都难受。
    0x0x
        11
    0x0x  
       78 天前 via Android
    @chanChristin 有没有可能人家是 max 拼车
    Leeeeex
        12
    Leeeeex  
    PRO
       78 天前 via Android
    @ck19920702 #11
    max 拼车结果是 3.5 haiku ?那更冤种了
    LuliYanng
        13
    LuliYanng  
       77 天前 via Android
    文件读写这些简单的工作好像是会交给 sonnet3.5 来做,节省成本
    LuliYanng
        14
    LuliYanng  
       77 天前 via Android
    可以/model 指定 claude 4 opus
    Leoking222
        15
    Leoking222  
       77 天前
    正常的 一些非常简单的会使用 3.5
    lzsadam
        16
    lzsadam  
       71 天前
    https://co.yes.vg/register?ref=TED9QOQ
    这个镜像站我从 linux.do 发现的,用了几天了,体验非常好。推荐下,如果不喜 aff 请自行去掉就是。
    我买的 29 的 Pro 版,每天 100 的额度,高强度使用才能用完。
    作者有 discord 群,大伙的反馈更新的很积极,每天在线很长时间处理问题。
    我比较过其它的,如果每天高强度使用的话,应该是目前最便宜的一家了。
    headwindx
        17
    headwindx  
       66 天前
    如果你靠谱的话,想找靠谱的车,可以回复我
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     914 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 26ms UTC 20:04 PVG 04:04 LAX 13:04 JFK 16:04
    Do have faith in what you're doing.
    ubao snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86