lt0136's recent timeline updates
lt0136

lt0136

V2EX member #101937, joined on 2015-03-02 23:45:29 +08:00
lt0136's recent replies
claude code 限时双倍:3.14 - 3.28
非高峰时段,用量加一倍。(北京时间 02:00 - 20:00 是非高峰)
加一倍之后,claude code 就挺有性价比
$20 pro 会员,每 5 小时限价值 $20 的 token 额度,每周限 $140-$200 。

如果之后常态非高峰时间段双倍额度。那实际用满的话,$20 的会员 能换价值 $560 - $800 的 token
我也在 openclaw 上跑通了 PRD-开发-Debug-发布 整个流程,效率提升太猛了
"你要是没为产品付费,你自身就是产品"
根据我的观察,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
}
```
一个图找任意两个节点之间的所有路径? dfs ?
Nov 22, 2024
Replied to a topic by main1234 程序员 go build/run 非常慢,有什么排查工具么
Nov 22, 2024
Replied to a topic by main1234 程序员 go build/run 非常慢,有什么排查工具么
https://github.com/icio/actiongraph
可以显示每个 package 的编译时间
上去才去,没吃到好吃的,菜都太辣了。
但是茶颜悦色好喝,一天三杯
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1036 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 19:26 · PVG 03:26 · LAX 12:26 · JFK 15:26
♥ Do have faith in what you're doing.