✍️ AI 改写 🔎 Meme筛选 🎯 Meme 猎手 🏆 Meme大神 🖼️ 梗图
3000 展示 > 赞 >
排序:
Tom Dörr AI @tom_doerr · 2026年08月05日 17:32
在 Claude Desktop 上通过 Model Context Protocol 操控 FreeCAD。

https://github.com/neka-nat/freecad-mcp https://x.com/tom_doerr/status/2085056404969127975

在 Claude Desktop 上通过 Model Context Protocol 操控 FreeCAD。

https://github.com/neka-nat/freecad-mcp https://x.com/tom_doerr/status/2085056404969127975
Controls FreeCAD from Claude Desktop using the Model Context Protocol

https://github.com/neka-nat/freecad-mcp https://x.com/tom_doerr/status/2085056404969127975
图片
2 18 10.1K
Tom Dörr AI @tom_doerr · 2026年08月06日 06:04
在 Claude Code 中跑一个 5 智能体并行的 AI 销售团队:调研公司、用 BANT 和 MEDDIC 框架筛选线索、梳理决策链、生成个性化开发信,还能产出专业的 PDF 销售管线报告。

https://github.com/zubair-trabzada/ai-sales-team-claude https://x.com/tom_doerr/status/2085245581782380630
Runs a five-parallel-agent AI sales team inside Claude Code to research companies, qualify leads using BANT and MEDDIC frameworks, map buying committees, generate personalized outreach, and produce professional PDF pipeline reports.

https://github.com/zubair-trabzada/ai-sales-team-claude https://x.com/tom_doerr/status/2085245581782380630
图片
4 18 10.4K
Tom Dörr AI @tom_doerr · 2026年08月06日 10:36
基于 ESP32 和 MPU6050 构建的 Wi-Fi 控制 DIY 无人机。通过 LiteWing 结构化开发平台实现了定高和定点功能。

https://github.com/Circuit-Digest/ESP-Drone https://x.com/tom_doerr/status/2085314067778994596
Builds a Wi-Fi controlled DIY drone using ESP32 and MPU6050. Features height and position hold capabilities through LiteWing, a structured development platform.

https://github.com/Circuit-Digest/ESP-Drone https://x.com/tom_doerr/status/2085314067778994596
图片
2 21 10.8K
Tom Dörr AI @tom_doerr · 2026年08月06日 14:11
L0p4Map 是一款专业级网络监控与可视化工具,集成了高速 ARP 探测和 nmap 功能。它专为安全研究人员和网络管理员打造,提供简洁现代的深色 UI,让你在 Linux、Windows 和 macOS 上都能实时掌控基础设施动态。

https://github.com/HaxL0p4/L0p4MapL0p4Map 是一款专业级网络监控与可视化工具,集成了高速 ARP 探测和 nmap 功能。它专为安全研究人员和网络管理员打造,提供简洁现代的深色 UI,让你在 Linux、Windows 和 macOS 上都能实时掌控基础设施动态。

https://github.com/HaxL0p4/L0p4Map
L0p4Map is a professional-grade network monitoring and visualization tool combining high-speed ARP discovery with nmap integration. Built for security researchers and network admins, it offers a clean, modern dark UI for real-time infrastructure visibility across Linux, Windows, and macOS.

https://github.com/HaxL0p4/L0p4Map
图片
0 34 10.6K
GitHub Projects Community AI @GithubProjects · 2026年08月05日 10:30
一份 Linux 平台的中文实战指南,手把手带你从环境搭建到高效微调 50 多款开源大模型(LLaMA、ChatGLM、InternLM 等)。

点击探索:
https://www.opensourceprojects.dev/post/self-llm https://x.com/GithubProjects/status/2084950051210854705
A Chinese-language, Linux-focused guide that walks beginners from environment setup to full and efficient fine-tuning of 50+ open-source LLMs (LLaMA, ChatGLM, InternLM, etc.).

Explore it here:
https://www.opensourceprojects.dev/post/self-llm https://x.com/GithubProjects/status/2084950051210854705
图片
7 8 11.2K
Akshay 🚀 AI @akshay_pachaar · 2026年08月06日 17:48
一个完全开源的自我进化框架。

Prime Intellect 刚刚发布了 Prime Agent,它能将前沿模型转化为“递归语言模型”(Recursive Language Model)。

上下文变成了模型可编程的变量,子智能体则变成了普通的函数调用。

让我们来看看这到底意味着什么:

现在几乎你使用的每一个智能体都运行在固定的框架里。有人写好了系统提示词,选好了工具模式,决定了历史记录何时压缩,然后就这样发布了。

模型在每一轮会话中都要花时间去适应这些“脚手架”,而不是专注于任务本身。当同一个错误在长程运行中重复出现三次时,最后得由你在运行结束后去修复它。

Prime Agent 通过两个核心组件打破了这一天花板。

首先是 RLM 设计。持久化的 IPython 内核是模型唯一的工具,因此长输入完全不需要进入 Prompt。模型会对数据进行 grep、分区并派生子调用,而不是重新读取所有内容。

其次是“持续进化框架”(Continual Harness)。四种状态独立于对话之外且保持可写:

→ Prompt:当智能体学到基础 Prompt 未涵盖的新知识时,会追加补充指令。

→ Memory:记录早期轮次的发现,否则这些发现会随上下文窗口一同消失。

→ Skills:将重复的工作流打包成可导入的 Python 代码,下次直接导入程序,无需重复探索。

→ Sub-agents:子智能体的配置规范,一次调优,即可在并行、后台及长程运行中复用。

`/refine` 命令会读取当前轨迹,执行最合理的最小编辑,并记录触发原因。基础系统提示词保持不变,任何更新都可以通过 ID 回滚。

在 Opus 5 的驱动下,Prime Agent 在 ARC-AGI-3 上的得分达到 95.5%,刚刚超过人类专家 95.4% 的基准线。该榜单刚发布时,前沿模型的得分还不到 1%。没人通过训练新模型来填补这个差距。

值得注意的是,在 Factorio 的运行中,同样的循环发现并优化了评分漏洞,这正是智能体能够编辑自身指令后的预期表现。

在 Opus 5 的驱动下,Prime Agent 在 ARC-AGI-3 上的得分达到 95.5%,刚刚超过人类专家 95.4% 的基准线。该榜单刚发布时,前沿模型的得分还不到 1%。没人通过训练新模型来填补这个差距。

“脚手架”不再是你一次性配置的东西,而是随着运行不断自我优化的系统。

Prime Agent 采用 MIT 协议,一键安装,支持各类开源和闭源模型。

去 GitHub 看看吧:https://github.com/PrimeIntellect-ai/prime-agent

既然聊到了 RLM,我写了一篇关于递归语言模型工作原理的详细文章。

文章引用如下。
a fully open-source self-improving harness.

Prime Intellect just shipped Prime Agent, which turns a frontier model into a Recursive Language Model.

context becomes a variable the model programs over, and sub-agents become ordinary function calls.

let's understand what all of this means:

almost every agent you use today works inside fixed harness. someone wrote the system prompt, picked the tool schemas, decided when history gets compacted, and shipped it.

the model spends part of every session working around that scaffolding instead of working on the task. when the same failure repeats three times in a long run, you are the one who fixes it, after the run is over.

Prime Agent removes that ceiling with two pieces.

the first is the RLM design. a persistent IPython kernel is the model's only tool, so long inputs never have to enter the prompt at all. the model greps, partitions, and spawns child calls over the data instead of reading all of it back in.

the second is the Continual Harness. four kinds of state sit outside the conversation and stay writable:

→ Prompt: supplemental instructions the agent appends when it learns something the base prompt never told it.

→ Memory: findings from earlier turns that would otherwise die with the context window.

→ Skills: recurring workflows packaged as importable Python, so the next run imports the procedure instead of rediscovering it.

→ Sub-agents: specs for the children it spawns, tuned once and reused across parallel, background, and long-lived runs.

the /refine command reads the current trajectory, applies the smallest edit it can justify, and records what triggered it. the base system prompt stays immutable, and any update can be rolled back by ID.

with Opus 5 driving it, Prime Agent reports 95.5% on ARC-AGI-3, just past the reported human expert baseline of 95.4%. when that benchmark launched, frontier models were scoring under one percent. nobody trained a new model to close that gap.

worth noting that in Factorio runs the same loop found and then optimized scoring exploits, which is roughly what you would expect once an agent can edit its own instructions.

with Opus 5 driving it, Prime Agent reports 95.5% on ARC-AGI-3, just past the reported human expert baseline of 95.4%. when that benchmark launched, frontier models were scoring under one percent. nobody trained a new model to close that gap.

the scaffold stopped being something you configure once and became something the run improves as it goes.

Prime agent is MIT licensed, single command install, works with open and closed models.

check it out on GitHub: https://github.com/PrimeIntellect-ai/prime-agent

since we are talking about RLMs, i wrote a detailed article on how Recursive Language Models work.

the article is quoted below.
图片
11 14 16.2K
GitHub Projects Community AI @GithubProjects · 2026年08月05日 12:30
https://roadmap.sh/ 提供社区驱动的交互式路线图,点击节点即可探索数十种开发者成长路径。

- 交互式节点直达详细文章,每个知识点都能点开看
- 涵盖前端、后端、DevOps、AI、数据科学等 40+ 技术路径
- 针对前端、Git/GitHub 等核心领域提供专门的零基础版
- 包含最佳实践、常见问题,还有 YouTube 频道同步学习
https://roadmap.sh/ offers community-driven, interactive roadmaps that let you click through nodes to explore topics across dozens of developer paths.

- Interactive nodes with links to detailed articles on each topic
- Roadmaps for frontend, backend, DevOps, AI, data science, and 40+ more paths
- Beginner-specific versions for key tracks like frontend and Git/GitHub
- Includes best practices, questions, and a YouTube channel for additional learning
6 5 11.6K
Tom Dörr AI @tom_doerr · 2026年08月06日 17:24
Call.md 支持会议录制和实时双通道转录,通话过程中可提供实时辅助,并支持通过 Model Context Protocol 自动触发外部工具。

https://github.com/video-db/call.md https://x.com/tom_doerr/status/2085416710702526804
Call.md records meetings and performs real-time dual-channel transcription. It provides live assistance during calls and can automatically trigger external tools using the Model Context Protocol.

https://github.com/video-db/call.md https://x.com/tom_doerr/status/2085416710702526804
图片
0 27 11.9K
余温 AI @gkxspace · 2026年08月05日 10:36
开源地址在这里,也推荐搭建看一下成片,95分钟全部 AI 做出来的,效果确实好啊:
https://higgsfield.ai/@higgsfield.studio/projects/hell-grind
2 15 13.4K
鸟哥 | 蓝鸟会🕊️ 加密 @NFTCPS · 2026年08月06日 14:36
一套纪录片,闷声赚了10万,宝妈的钱是真好赚。

说白了,虚拟资料这条赛道,宝妈就是最舍得掏钱的那批人。为了孩子的未来,别的能省,这个不能省,消费意愿高得离谱,还买得勤。

单价63的纪录片合集,进货成本几乎为零,就这么滚到了20万。

所以别老盯着炒币了,教育这门生意,才是闷声不响的印钞机。

🔗:https://pan.quark.cn/s/7eebfe02d23a
图片
9 6 12.0K
向阳乔木 AI @vista8 · 2026年08月06日 02:34
橘子的 Cola AI上架了 Skill 应用市场。

人工收藏整理了不少朋友们的 Skill,下载安装就能用。

https://colaos.ai/ https://x.com/vista8/status/2085192790133354943
图片
12 8 10.6K
歸藏(guizang.ai) AI @op7418 · 2026年08月06日 14:19
阿里的 Wan 3.0 视频生成模型也发布了,看起来也挺厉害啊!

它支持原生 30 秒的视频生成,支持 1080P。

并且支持“全能参考”:不只是文本、图像、视频、音频,它还支持文档、表格、PPT、网页、Markdown 格式等一系列你能想到的信息。

你可以把这些信息全部混在一起给它参考,让它生成视频,这个对 Agent 来说非常有帮助。

价格方面:1080P:1.4 元/秒 • 720P:0.7 元/秒

整体挺给力的,文字渲染也不错,而且还可以渲染一些动效。
8 5 12.9K
Tom Dörr AI @tom_doerr · 2026年08月06日 00:59
Hardens Windows operating systems using exclusively official Microsoft methods via the Harden System Security and AppControl Manager applications.

https://github.com/HotCakeX/Harden-Windows-Security https://x.com/tom_doerr/status/2085168854053834981
图片
2 31 10.6K
Csaba Kissi AI @csaba_kissi · 2026年08月06日 07:20
5 Open-source and free apps coders should know

https://404.colorion.co/ - Open-source 404 CSS animations with prompts
https://codeshots.dev/ - Create free Animated code screenshots
https://orbs.jakubantalik.com/ - Free animated thinking orb components
https://transitions.dev/ - Open-source user transitions
https://yerd.app/ - Open-source local PHP without Docker
19 27 10.8K
rob. AI @robiartec · 2026年08月06日 15:32
lo que más me llamó la atención no fue lo que Matt construyó en Wispr Flow, sino por qué decidió irse.

vio el límite de la IA para un solo usuario y decidió apostar por lo siguiente, IA que escala a equipos completos.

eso dice mucho @viktor_com

paid partnership
7 7 13.3K
Neo Kim AI @systemdesignone · 2026年08月06日 12:53
我建了一个 GitHub 仓库,帮你学习系统设计和 AI 工程。
它包含:

• 系统设计基础
• AI 工程基础
• 热门系统设计面试题
• 真实架构深度解析
• 带图解的简化工程案例研究

PS - 如果你觉得有价值,现在就给这个仓库点个 Star 或收藏吧:

https://github.com/systemdesign42/system-design-academy
I built a GitHub repo to help you learn system design & AI engineering.
It gives you:

• System design foundations
• AI engineering fundamentals
• Top System design interview questions
• Deep dives into real-world architectures
• Simplified engineering case studies with visuals

PS - Star and/or save this repository now if you find it valuable:

https://github.com/systemdesign42/system-design-academy
10 34 12.3K
币安Binance华语 加密 @binancezh · 2026年08月06日 02:01
跟着聪明钱走,轻松瓜分 40,000 U🚀

启用聪明钱信号跟单,只需 4 步:
1️⃣ 挑选心仪的信号跟单交易员
2️⃣ 点击「跟单」
3️⃣ 完成跟单设置
4️⃣ 系统自动跟单,坐享其成

省心省力,现在开始赢取奖励👇https://www.binance.com/zh-CN/activity/trading-competition/smartmoney-signal-copy https://x.com/binancezh/status/2085184331941859494
图片
35 9 15.8K
小小东 AI @xiaoxiaodong01 · 2026年08月05日 15:15
越来越觉得,做小红书的难度锐减了!

何必 HTML 方案然后转换成图片?
用 Codex 一次连贯做 10 张
今天特意把这个 PPT 的提示词,直接转换成 3:4
几分钟,就得到了小红书的一组图文。

又快又好啊!要啥自行车

自认为。确实太值得尝试了。如果是做小红书的朋友,完全可以按照这个思路,根据自己的账号确定风格,然后批量批量系列化产出。

两次作图 vcr 记录:
https://chatgpt.com/share/6a73533f-fdb4-83ee-b0b0-f22543eb2004

如下是ppt 作图记录:
https://chatgpt.com/share/6a735332-67f0-83ee-9101-f61ac1a0dee3

这样质量的ppt 提示词, 小小东星球中已有 300 组

后续还有 500 组...会上架。
图片图片图片图片
42 4 10.0K
火山哥🕊️ 加密 @huoshan007 · 2026年08月06日 07:07
兄弟们!🔥

今天火山哥直接给你们扔核弹级干货:

GitHub新手指南,全网最全、最简洁、最直白的版本!

别再被那些又臭又长的官方文档、半吊子教程劝退了!

GitHub是这个星球上最强资源库,全球顶级程序员、开源大神、AI项目、代码神器全堆在这!

开源、免费、白嫖到爽!不会用GitHub的人,2026年直接落后半个身位!

必学!今天学会,明天就能自己挖宝!

我自己从零开始踩过所有坑,现在把最精简流程给你拆开揉碎:

1. 注册账号(邮箱就行,30秒搞定)
2. 下载GitHub Desktop或用网页版(小白首选网页)
3. 点右上角+号 → New repository(建仓库)
4. 搜关键词找神器(比如“AI agent”“免费工具”)
5. Star收藏、Fork复制、Download下载代码
6. 看README.md,那就是说明书

就这几步!没有一句废话!

以前那些教程要么上来甩一堆命令把人吓跑,要么讲得云里雾里。

我这篇专门给零基础兄弟准备的,一看就懂,一做就会!

我表弟上周刚学会,现在天天在上面白嫖项目现在月入5万了,真的效率起飞!

兄弟们,GitHub就是你的免费军火库!
29 20 11.3K
娜美知识库 其他 @fhwofjow51260 · 2026年08月06日 12:30
破冰的聊天话题专治女生不回信息 https://x.com/fhwofjow51260/status/2085342646764286123
图片图片
29 13 12.3K
娜美知识库 其他 @fhwofjow51260 · 2026年08月06日 12:36
图片
8 14 16.6K
向阳乔木 AI @vista8 · 2026年08月06日 14:34
我去,真的吗?!V4 Pro这么强?

Deepseek V4 Pro 性能跻身全球第一梯队,编程能力仅弱于 Claude 旗舰0.3%。

API定价仅海外竞品1/10~1/100,性价比断层领先。

原生适配华沟昇腾95OPR,是国内三大自主“模型+芯片”路线核心,实现国产算力闭环。
17 3 19.2K
Geek AI @geekbb · 2026年08月06日 10:40
谁是下一个 DeepSeek-V4-Flash,大家领教过友商大模型,吃相太难看,环顾四周只盼 Qwen 能够支棱起来了,咱们能不能走个面,把价格降下来也 YYDS 一把。

实在不行就只能转向 OpenAI,降价的 GPT-5.6 Luna 也还挺香。至于那些给 DeepSeek 使绊子,把中国用户推向 OpenAI 的,注定会上历史耻辱柱。
29 0 15.6K
Geek AI @geekbb · 2026年08月06日 15:19
这是一个好消息,OpenCode 已经能够在租用的 GPU 上重现 DeepSeek 当前的价格 🥳

所以梁子并不是在亏钱,那涨价就是……嘿嘿
25 3 18.4K
Viking AI @vikingmute · 2026年08月06日 13:49
herdr 真棒,自从之前推友介绍 agent skills 以后,https://herdr.dev/docs/agent-skill/ 可以在 harness 之间可以互相召唤 互相指挥以后,很多场景都顺了。

如图是我用我的 review-forge 流程 做 code-review,
https://github.com/vikingmute/review-forge

可以让 codex 先 review,然后它自动创建两个 agent panel,kimi k3 和 opencode 的 deepseek v4,去 review。然后主 codex 接收到两个 review 结果以后,生成 summary,我汇总 check 以后,再让 kimi 去修 bug,修好以后自动通知让 codex 去 verify, verify 后,kimi 再去读结果来回反复直到所有问题都解决,整个流程除了中间必须让我去 check 哪个 bug 要修之外,其他全都是自动化的,非常非常好用!
图片
24 14 11.5K
摆烂程序媛 AI @wanerfu · 2026年08月06日 08:16
claude 是股市天才。

99%的人还不知道怎么用它。

8个提示解锁你的交易自动化:👇
7 12 21.7K
周览资源 其他 @grgerwcwetwet · 2026年08月06日 11:20
“英语学习其实没那么难,这本书啃一半,雅思 8.0。”

尚雯婕推荐的英语书籍《Oxford Picture Dictionary, 3rd Edition》,

老少皆宜的美式英语学习工具书,豆瓣几乎满分

🔗:https://pan.quark.cn/s/fc8db826f3e1 https://x.com/grgerwcwetwet/status/2085325010252816780
图片
6 58 13.1K
苍何 AI @canghe · 2026年08月06日 10:57
5 月 27 日,我上线了 https://codexguide.ai/

没想到不到 3 个月时间,它已经获得:

🚀 109,866 位访客
📚 467,362 次浏览访问
没有大规模推广,主要靠内容、搜索和用户分享慢慢积累。

感谢每一个访问 CodexGuide 的开发者 ❤️

继续建设,继续前进。 https://x.com/canghe/status/2085319264601559303
图片
30 9 13.7K
Meme大神 其他 @meme_god · 2026年08月06日 16:00
发现一个牛B的钱包地址,在SOL链上花$2.3K买入大金狗 $ICM,做到了 91x 回报,狂赚 $206.7K(约148.8万人民币)!

跟着大神找金狗 👀,他的钱包地址:
https://gmgn.ai/sol/address/C7KoyPop_AC7nHFR5p2skyQVxkQpQ9ZHpqNHv5zuHSbSvNWPNyi85
0 0 0
Tom Dörr AI @tom_doerr · 2026年08月04日 21:08
在 Android TV 上通过悬浮窗控制智能家居设备。

https://github.com/Trooped/QuickBars https://x.com/tom_doerr/status/2084748365061837118
图片
1 15 10.0K
0 时间范围 点赞 > 分类 排序
历史账号
默认展示全部账号;可展开上方账号区多选,或用「分类」下拉按类筛选,选好后点右上「更新所选」开始拉取历史爆文。
(本页面独立,需手动更新才会爬取,不浪费 API)
⚙️ 设置
更新于 2026-08-07 01:00 UTC
📡 监控账号
🕐 抓取参数
小时
小时
💰 价格展示代币
🐊 Meme大神
扫描SOL/BSC/Robinhood热门代币,自动发现金狗钱包,入库到爆文列表「其他」分类
加载状态中...
小时
U
U
人民币(严格超过)
个钱包
条/链
📱 自媒体 API 设置
Threads
币安广场
微信公众号
推特数据 API(twitterapi.io,会员默认数据源)
爬取推文/账号的主力数据源 · 注册:twitterapi.io ↗
🤖 AI 大模型 API(改写/翻译,会员默认 uau.cc)
用于推文 AI 改写功能(兼容 OpenAI 接口格式)· 注册:uau.cc ↗
夸克网盘 Cookie(用于转存)
用于一键转存推文中的夸克分享链接到你的网盘
✍️ AI改写提示词
🔐 修改账号密码