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

59 天前
 fingerxie

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

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

t/1147507#reply1 所述,该功能完全由 Sonnet 4 实现。
Leeeeex
59 天前
@fingerxie
360 一个月,不行我给你开 claude pro 吧,我收个手续费如何,官方开通只需要 20 刀,就算你走 app store 订阅或者 Google play 订阅也不过多 5 刀。
真的是看到别人赚钱比自己亏钱都难受。
0x0x
59 天前
@chanChristin 有没有可能人家是 max 拼车
Leeeeex
59 天前
@ck19920702 #11
max 拼车结果是 3.5 haiku ?那更冤种了
LuliYanng
58 天前
文件读写这些简单的工作好像是会交给 sonnet3.5 来做,节省成本
LuliYanng
58 天前
可以/model 指定 claude 4 opus
Leoking222
58 天前
正常的 一些非常简单的会使用 3.5
lzsadam
53 天前
https://co.yes.vg/register?ref=TED9QOQ
这个镜像站我从 linux.do 发现的,用了几天了,体验非常好。推荐下,如果不喜 aff 请自行去掉就是。
我买的 29 的 Pro 版,每天 100 的额度,高强度使用才能用完。
作者有 discord 群,大伙的反馈更新的很积极,每天在线很长时间处理问题。
我比较过其它的,如果每天高强度使用的话,应该是目前最便宜的一家了。
headwindx
47 天前
如果你靠谱的话,想找靠谱的车,可以回复我

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1147445

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX