kaichen's repos on GitHub
TypeScript · 15 人关注
chrome-builtin-ai-ext
Make a demo using chrome built-in Gemini Nano.
Ruby · 8 人关注
capistrano-bearychat
Send notifications to Bearychat about Capistrano deployments. https://bearychat.com
JavaScript · 7 人关注
kaichen.github.com
this is kaichen's personal website
Ruby · 5 人关注
carrierwave-upyun
UpYun storage for CarrierWave
Rust · 3 人关注
adventofcode2019
Ruby · 3 人关注
declarative_authorization
An authorization Rails plugin using a declarative DSL for specifying authorization rules in one place
Ruby · 3 人关注
i18n_demo_app
Demo application to show Rails' new i18n features
Ruby · 2 人关注
actioncable
Framework for real-time communication over websockets
2 人关注
apps
Basic Polkadot/Substrate UI for interacting with a node. This is the main user-facing application, allowing access to all features available on Substrate chains.
CSS · 2 人关注
bftfio.github.io
bftf website
JavaScript · 2 人关注
bip39
JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys
Go · 2 人关注
btcd
An alternative full node bitcoin implementation written in Go (golang)
Ruby · 2 人关注
capistrano-puma
Puma integration for Capistrano
Ruby · 2 人关注
cerberus
A lightweight, Continuous Integration tool written in Ruby
Ruby · 2 人关注
dbf
DBF is a small fast Ruby library for reading dBase, xBase, Clipper and FoxPro database files
JavaScript · 2 人关注
distilled
Daily online magazine for Chinese Wikipedia
Elixir · 2 人关注
dynamo
Run, Dynamo, Run!
2 人关注
EIPs
The Ethereum Improvement Proposal repository
Kotlin · 2 人关注
ethereum-lists
A repository for maintaining lists of things like malicious URLs, fake token addresses, and so forth. We love lists.
Shell · 2 人关注
examples
Kubernetes application example tutorials
Ruby · 2 人关注
fluent-plugin-mongo
MongoDB plugin for Fluentd event collector
Ruby · 2 人关注
goliath
Goliath is a non-blocking Ruby web server framework
2 人关注
imkey-manager
Using the imKey on desktop
TypeScript · 2 人关注
imkey-portal
React app for imKey integration testing
Ruby · 2 人关注
integrity
Continuous Integration server
Ruby · 2 人关注
jbuilder
Create JSON structures via a Builder-style DSL
Objective-C · 2 人关注
jpush-react-native
JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。
Python · 1 人关注
ChatGPT-in-Slack
Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
Python · 0 人关注
asr-server-py
TypeScript · 0 人关注
audio-transcribe-demo
kaichen

kaichen

等待 AI 降临
🏢  刷推特刷Reddit
V2EX 第 1320 号会员,加入于 2010-09-02 10:59:27 +08:00
今日活跃度排名 3340
2 G 5 S 98 B
👨‍💻 资深全栈开发工程师 | 🧠 AGI 信仰者 | 🚀 e/acc 驱动的持续学习与对 AI/LLM 的长期关注
根据 kaichen 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
kaichen 最近回复了
9 天前
回复了 LoneFireBlossom 创建的主题 OpenAI GPT 连学话都学不会
大模型是个概率模型,你骂他,和他讲反例,只会把概率引导到更加不符合你需求的结果

另外,由于上下文有限,你聊越久前面的内容会遗忘,或者注意力大幅降低
#19 @shuimugan

gpt4 代码写很烂,只有 claude-3.5 才能写出大概正确的代码片段

我的观点是,现在民用本地设备,跑模型写代码这个事情非常不实惠,买个 cursor 20 刀一个月,是本地跑的 100x 效果
可以参考一下这个 aider 的排行榜,基本的算法题,

本地跑 72B 4bit 量化的要 40Gb 显存,也才能做答个 60 分

跑起来很快的 8B 小模型,就 30 多分,你用这个来写代码,就像教小学生写作业,得被气得半死

https://aider.chat/docs/leaderboards/
13 天前
回复了 DemianL 创建的主题 Apple 现在国补和促销的 MacBook 都是库存么?
你买最新款的不就不是库存了么?比如 M4 的
24 天前
回复了 chungon 创建的主题 macOS 纯生产力, M1 Max Studio 还是等 M4 的 Mac Mini
去买官翻的 mac studio 有性价比

去闲鱼买 mac studio 更有性价比

其实你要的是内存,大部分时候用打不到性能的完全释放,另外 mac studio 的散热是能支持性能持续释放的,比本子和 mini 都好
24 天前
回复了 malagebidi 创建的主题 罗技 罗技鼠标计划性报废,还有什么推荐的?
@HomeZane 去 PDD 买贴纸贴上
24 天前
回复了 mfsw 创建的主题 OpenAI 聊天机器人,如何训练?
大力出奇迹,几本书是不够,要很多很多。

参考,推理能力超过 gpt-3.5 的 Llama3

- https://ai.meta.com/blog/meta-llama-3/
- https://ai.meta.com/blog/meta-llama-3-1/

> Meta reports on Llama 3.1's page on Huggingface, using 39.3 million hours of H100 80GB instances to train all 3.1 models (8, 70, 400 B).

大概是,两万四千张 H100 训练 74 天

> Llama 3 is pretrained on over 15T tokens that were all collected from publicly available sources.

大概等同于 60TB 数据,在它的技术报告里,提到这是更大的数据集上做清洗去重的精华

---

所以先有这么多的资源才能训练得到高质量机器人
@drymonfidelia

有几个技巧,提升他写对的成功率。

最直接的,@Web ,要求他联网查询再回答。

遇到冷门的库,你可以把文档 URL 贴给他进行索引,然后 @ 索引的文档名字。具体在 cursor 设置里,可以添加文档,他也内置了一些流行的 py/js 库的文档。

某个改动有对应代码示例的网页,比如某篇博客,复制 URL , @ 贴 link ,他会去扒拉这篇内容,作为参考。这种对于你用的某个库版本特别老或者特别新的时候,比较有用。
再大的项目,你日常开发也是会在项目管理层面切到比较小的范围。甚至一些需求改动的时候,你要做个小 demo poc 想法,那么这就回归到小项目了。

在比较小的范围,你改动某个函数实现,某个接口返回数据结构,或者某处界面,你框选,然后提具体的改动内容,比起你自己手动在那敲也是更高效的。

并且你本来就知道怎么实现的,那么让他先出个初稿,再改吧改吧,也比每个字自己敲快。
比 replit agent 好一些,由于只能用 wasm 的,一旦用到引用 native module 的包会出问题
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5163 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 09:29 · PVG 17:29 · LAX 01:29 · JFK 04:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.