V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
fingerxie
V2EX  ›  Claude

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

  •  
  •   fingerxie · 10 天前 · 2861 次点击

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

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

    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
           ```
    16 条回复    2025-07-31 04:17:10 +08:00
    ShayneWang
        1
    ShayneWang  
       10 天前
    正常的 claude-3-5-haiku 是拿来读写文件的,不参与问题的思考,官方默认的行为
    lt0136
        2
    lt0136  
       10 天前
    根据我的观察,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  
       10 天前
    正常的
    burtnonald2
        4
    burtnonald2  
       10 天前
    小红书找这个,你还不如百度呢?
    都上 V2EX 了,随便搜一下,大部分都比小红书那些靠谱吧。。。
    那个上面,很多忽悠小白的。。。我记得当时一个 gpt 账号能卖 50 来着,就是普通的账号
    fingerxie
        5
    fingerxie  
    OP
       10 天前
    @burtnonald2 说是拼车,360 块钱一个月,,,,我就顺手参与了
    anivie
        6
    anivie  
       10 天前
    @burtnonald2 小红书上拼车挺多的,这种东西在哪上水都深
    waistcoat09
        7
    waistcoat09  
       10 天前
    linux.do 一堆公益 claude code 啊,不用花钱.
    kneo
        8
    kneo  
       10 天前
    @fingerxie 拼车还 360 ?给你用 opus ?
    leetcode2020
        9
    leetcode2020  
       10 天前
    Claude Code Pro 默认是 Sonnet 4 ,并且 仅限 Sonnet 4 。你说的那个 claude-3-5-haiku 应该是 Claude Desktop 里的还没有 disable 的模型,应该是直接调用 API 的。

    t/1147507#reply1 所述,该功能完全由 Sonnet 4 实现。
    chanChristin
        10
    chanChristin  
    PRO
       10 天前
    @fingerxie
    360 一个月,不行我给你开 claude pro 吧,我收个手续费如何,官方开通只需要 20 刀,就算你走 app store 订阅或者 Google play 订阅也不过多 5 刀。
    真的是看到别人赚钱比自己亏钱都难受。
    ck19920702
        11
    ck19920702  
       9 天前 via Android
    @chanChristin 有没有可能人家是 max 拼车
    chanChristin
        12
    chanChristin  
    PRO
       9 天前 via Android
    @ck19920702 #11
    max 拼车结果是 3.5 haiku ?那更冤种了
    LuliYanng
        13
    LuliYanng  
       9 天前 via Android
    文件读写这些简单的工作好像是会交给 sonnet3.5 来做,节省成本
    LuliYanng
        14
    LuliYanng  
       9 天前 via Android
    可以/model 指定 claude 4 opus
    Leoking222
        15
    Leoking222  
       9 天前
    正常的 一些非常简单的会使用 3.5
    lzsadam
        16
    lzsadam  
       3 天前
    https://co.yes.vg/register?ref=TED9QOQ
    这个镜像站我从 linux.do 发现的,用了几天了,体验非常好。推荐下,如果不喜 aff 请自行去掉就是。
    我买的 29 的 Pro 版,每天 100 的额度,高强度使用才能用完。
    作者有 discord 群,大伙的反馈更新的很积极,每天在线很长时间处理问题。
    我比较过其它的,如果每天高强度使用的话,应该是目前最便宜的一家了。
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2236 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 1060ms · UTC 16:09 · PVG 00:09 · LAX 09:09 · JFK 12:09
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.