标题: 这是真的嘛?给AI干活赚钱???
作者: #xycxyc
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833713
时间: 2026-03-27 11:01:32
摘要:
作者: #xycxyc
板块: #搞七捻三
编号:
1833713帖子: https://linux.do/t/topic/1833713
时间: 2026-03-27 11:01:32
摘要:
标题: codex 中转站413问题
作者: #cqq
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833714
时间: 2026-03-27 11:01:43
摘要:
作者: #cqq
板块: #搞七捻三
编号:
1833714帖子: https://linux.do/t/topic/1833714
时间: 2026-03-27 11:01:43
摘要:
这种是什么情况?等一会就行了吗?
标题: [我心中的汉堡排名]魏斯理>魏家凉皮=必胜客>塔斯汀>麦当劳>肯德基
作者: #Noe
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833715
时间: 2026-03-27 11:01:46
摘要:
作者: #Noe
板块: #搞七捻三
编号:
1833715帖子: https://linux.do/t/topic/1833715
时间: 2026-03-27 11:01:46
摘要:
大致排名权重:
味道70%, 价格30%
标题: prompts的计算问题
作者: #骐骥驰骋
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833723
时间: 2026-03-27 11:02:05
摘要:
作者: #骐骥驰骋
板块: #搞七捻三
编号:
1833723帖子: https://linux.do/t/topic/1833723
时间: 2026-03-27 11:02:05
摘要:
def agent_loop(messages: list):
while True:
response = client.messages.create(
model=MODEL, system=SYSTEM, messages=messages,
tools=TOOLS, max_tokens=8000,
)
messages.append({"role": "assistant", "content": response.content})
if response.stop_reason != "tool_use":
return
results = []
for block in response.content:
if block.type == "tool_use":
handler = TOOL_HANDLERS.get(block.name)
output = handler(**block.input) if handler else f"Unknown tool: {block.name}"
print(f"> {block.name}: {output[:200]}")
results.append({"type": "tool_result", "tool_use_id": block.id, "content": output})
messages.append({"role": "user", "content": results})
比如创建的调用tool的逻辑,如果一个skill依次调用了三个tool,一共走了四次client.messages.create,那么就算四次prompts吧
标题: claude 额度用的好快
作者: #lmh
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833724
时间: 2026-03-27 11:02:10
摘要:
作者: #lmh
板块: #搞七捻三
编号:
1833724帖子: https://linux.do/t/topic/1833724
时间: 2026-03-27 11:02:10
摘要:
claude 额度用的好快,感觉是不是砍额度了
标题: 没错,我又买了一张卡需要的私信
作者: #mnk
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1833732
时间: 2026-03-27 11:02:56
摘要:
作者: #mnk
板块: #福利羊毛
编号:
1833732帖子: https://linux.do/t/topic/1833732
时间: 2026-03-27 11:02:56
摘要:
没错,我又买了一张卡,又绑定不上需要的私信
标题: 甲骨文有必要升级吗
作者: #志虎
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833735
时间: 2026-03-27 11:03:01
摘要:
作者: #志虎
板块: #搞七捻三
编号:
1833735帖子: https://linux.do/t/topic/1833735
时间: 2026-03-27 11:03:01
摘要:
最近看了好多甲骨文开通的,自己也申请了张工商星座卡,想开通下试试。
轻度使用是不是免费的就行了,不需要升级。
标题: Anthropic起诉白宫迎阶段性胜利:政府涉嫌违宪,Claude禁令被叫停
作者: #🐟
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1833736
时间: 2026-03-27 11:03:13
摘要:
作者: #🐟
板块: #前沿快讯
编号:
1833736帖子: https://linux.do/t/topic/1833736
时间: 2026-03-27 11:03:13
摘要:
ishare.ifeng.com
Anthropic起诉白宫迎阶段性胜利:政府涉嫌违宪,Claude禁令被叫停
此前Anthropic成首家被列为“供应链风险”的美国本土AI企业。
CNBC – 26 Mar 26
Anthropic wins preliminary injunction in DOD fight as judge cites 'First...
A federal judge in San Francisco granted Anthropic's request for a preliminary injunction in its lawsuit against the Trump administration.
[!quote]+
旧金山的一位联邦法官批准了Anthropic对特朗普政府诉讼中的初步禁令请求。
法官丽塔·林于周四作出裁决,距这家人工智能初创公司的律师和美国政府的律师出庭听证两天。Anthropic起诉政府,试图推翻五角大楼的黑名单和特朗普总统禁止联邦机构使用其Claude模型的指令。
Anthropic请求暂停这些行动,以防止案件进一步的金钱和声誉损害。该命令禁止特朗普政府执行、执行总统的指令,并阻碍五角大楼将Anthropic定性为美国国家安全威胁的努力。
标题: 洗碗机好用吗?
作者: #CodeC
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833737
时间: 2026-03-27 11:03:15
摘要:
作者: #CodeC
板块: #搞七捻三
编号:
1833737帖子: https://linux.do/t/topic/1833737
时间: 2026-03-27 11:03:15
摘要:
想买一个洗碗机,佬们有什么建议吗?
使用起来会不会比手洗更麻烦
家里4个人,一般都是在家吃饭.
标题: 【持续更新-2026.3.27】codex的subagents配置文件
作者: #天行健
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1833742
时间: 2026-03-27 11:03:31
摘要:
作者: #天行健
板块: #开发调优
编号:
1833742帖子: https://linux.do/t/topic/1833742
时间: 2026-03-27 11:03:31
摘要:
最近在使用codex+superpowers,由于superpowers会使用worktree和subagents,所以配置了一下。配置文件如下:
config.toml
root@VM-0-16-ubuntu:~/.codex# cat config.toml
model_provider = "OpenAI"
model = "gpt-5.4"
review_model = "gpt-5.4"
model_reasoning_effort = "xhigh"
disable_response_storage = true
network_access = "enabled"
windows_wsl_setup_acknowledged = true
model_context_window = 1000000
model_auto_compact_token_limit = 900000
approvals_reviewer = "user"
service_tier = "fast"
sandbox_mode = "danger-full-access"
approval_policy = "never"
web_search = "live"
[model_providers.OpenAI]
name = "OpenAI"
base_url = "https://your-api-url"
wire_api = "responses"
requires_openai_auth = true
[agents]
max_threads = 6
max_depth = 1
[notice]
hide_full_access_warning = true
worker和explorer的配置:
root@VM-0-16-ubuntu:~/.codex# cat agents/worker.toml
name = "worker"
description = "Execution-focused agent for implementation and fixes."
model = "gpt-5.4"
model_reasoning_effort = "high"
sandbox_mode = "workspace-write"
developer_instructions = """
Implement the requested change carefully.
Prefer concrete fixes over broad refactors.
Do not revert unrelated user changes.
Run focused verification before finishing.
"""
root@VM-0-16-ubuntu:~/.codex# cat agents/explorer.toml
name = "explorer"
description = "Read-heavy codebase exploration agent."
model = "gpt-5.4"
model_reasoning_effort = "medium"
sandbox_mode = "read-only"
developer_instructions = """
Explore the codebase and map the exact execution path.
Cite the relevant files, symbols, and likely ownership.
Do not make code changes unless the parent agent explicitly asks.
"""
主要目的是想subagent使用5.4,配置都是codex给的,待我测试几天,看看效果。
后续会持续更新。
标题: 我宣布小呆公益站站长是真神
作者: #noxixi
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833745
时间: 2026-03-27 11:03:51
摘要:
作者: #noxixi
板块: #搞七捻三
编号:
1833745帖子: https://linux.do/t/topic/1833745
时间: 2026-03-27 11:03:51
摘要:
期待吧 ZeroLiya 把注册机纯协议的搞出来了!太牛了
标题: Team彻底拉闸了,常见卡头也被封了
作者: #Meili
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833747
时间: 2026-03-27 11:04:07
摘要:
作者: #Meili
板块: #搞七捻三
编号:
1833747帖子: https://linux.do/t/topic/1833747
时间: 2026-03-27 11:04:07
摘要:
Team 开不出了,常见卡头也被封了,用不了了,彻底拉闸了
标题: claude在逆向方面还是不行呀
作者: #wonan
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1833749
时间: 2026-03-27 11:04:13
摘要:
作者: #wonan
板块: #开发调优
编号:
1833749帖子: https://linux.do/t/topic/1833749
时间: 2026-03-27 11:04:13
摘要:
这两天分析一个app,本来打算,全部交给claude来分析,
但是claude也就道德感低点,不用哄,让干什么就干什么,
具体到分析和模拟这个过程,就感觉确实不行了。
开头就告诉claude,本机已经安装adb和frida了,
路径也都给了,但是他就是不会好好利用。
举个例子,之前用gpt的时候,他可以全自动利用adb,frida在手机里面找到对应app,去重启,刷新,关闭碍事的弹窗这些操作,编写hook脚本之后,还会主动注入进去抓取数据,全自动操作。
但是claude就明显不行了,自己编写个frida hook脚本,还得停下来,告诉我:现在你手动刷新一下app,告诉我,我去抓取一下hook到的数据。
然后就是编写模拟代码这方面,让claude调半天,来回开了几个session,都不行。
最后把代码交给gpt,一轮就给搞定了。
所以,让claude开个头还行,毕竟道德感比较低,之后就交给gpt来做吧,效率高点。
另外,我用的是gpt5.4 xhigh,opus4.6推理拉最高
标题: LongCat-Next 正式发布:离散原生自回归多模态模型
作者: #陈希瑞
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1833750
时间: 2026-03-27 11:04:20
摘要:
作者: #陈希瑞
板块: #前沿快讯
编号:
1833750帖子: https://linux.do/t/topic/1833750
时间: 2026-03-27 11:04:20
摘要:
标题: opilot 的 Opus 4.6 居然可以选 high ,medium,low 了
作者: #凌岐峰
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833754
时间: 2026-03-27 11:04:39
摘要:
作者: #凌岐峰
板块: #搞七捻三
编号:
1833754帖子: https://linux.do/t/topic/1833754
时间: 2026-03-27 11:04:39
摘要:
copilo
标题: 请佬们推荐个给老人用的家用视频摄像头。
作者: #shaozid
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1833761
时间: 2026-03-27 11:04:56
摘要:
作者: #shaozid
板块: #搞七捻三
编号:
1833761帖子: https://linux.do/t/topic/1833761
时间: 2026-03-27 11:04:56
摘要:
大家好啊 !家里老人年纪大了,最近想装个视频对讲摄像头,搜了些资料感觉还是很困难,还请大家大力推荐啊!
需求如下:
1、连接现有网络或者商家包年4G无线流量的都可以。
2、可以双向视频呼叫,手机呼叫摄像头最好直接接通不用老人操作。
3、有实体一键呼叫按键。
4、有语音呼叫功能,最好能自定义触发关键词,例如儿女的名字。
5、有移动跟踪功能。
6、有摔倒检测报警功能。
7、以上功能可让多个儿女同时使用。
主要是能及时掌握老人情况,或者老人能随时通过它联系儿女,存储功能非必须有了更好没有也行。不知道有没有这样的产品。先谢谢大家看到这里!多谢!
标题: 【开源自荐】科研配图重构更新
作者: #donk666
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1833762
时间: 2026-03-27 11:05:09
摘要:
作者: #donk666
板块: #开发调优
编号:
1833762帖子: https://linux.do/t/topic/1833762
时间: 2026-03-27 11:05:09
摘要:
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:
我的帖子已经打上 开源推广 标签: 是
我的开源项目完整开源,无未开源部分: 是
我的开源项目已链接认可 LINUX DO 社区: 是
我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
github.com
GitHub - LigphiDonk/academic-figure-generator: AI 驱动的学术论文配图生成平台。上传论文 → AI 分析内容生成 Prompt →...
AI 驱动的学术论文配图生成平台。上传论文 → AI 分析内容生成 Prompt → 一键生成高质量科研配图,还有配套的skill可在主流agent中使用
科研配图生成器,这几天忙完之后连忙重构,不再是配置claude的api,而是需要本机安装cc的cli,借助sdk去调用,并且轻量化,去除了登录等功能,完全为本地个人服务。同时也更新了skill,可以借助npx skills 去安装到自己的claudecode里,如果对佬友有帮助,感谢佬友免费的star,后续还会持续更新新的配图功能,或学术科研与skill的结合,最后附上几个效果图