Joined March 2019
122 Photos and videos
Pinned Tweet
500 Integrations like Linear & Google Ads in one CLI tool.
1
688
Rutty retweeted
As believers of open research, we are disappointed to see Anthropic silently degrading Fable 5 for AI development "Any topic related to building pretraining pipelines, distributed training infrastructure, or ML accelerator design... may have limited effectiveness through Claude via methods such as prompt modification, steering vectors, or parameter-efficient fine-tuning." Not only do they get to decide what you use LLMs for in research, but this also enables them to silently intervene in your research without you knowing. This sets a dangerous precedent. If a model refuses openly, users can understand the boundary. If a model falls back to another model, users can still evaluate the difference. But if a model silently modifies or weakens its own answers while still pretending to help, researchers lose the ability to know whether a failed result came from their own idea, their implementation, or an invisible intervention by the model provider. That is not safety. Safety policies should be transparent, auditable, and user-visible. On top of that, the people most harmed by this are not the largest labs with massive teams and proprietary infrastructure. It is the independent researchers, academic groups, startups, and open-source builders who rely on public tools to compete, innovate, and pioneer AI for everyone else.
165
720
3,867
223,356
This is the worst possible outcome for AI.
mythos will be bad ON PURPOSE on ai "frontier llm research" tasks, this is very very sad for the research community also the fact that this is un purpose not visible to the user is crazy
16
Imagine a world with hundreds of these floating around.
Plans released for a $16 billion mile-long ship capable of carrying 80,000 people. The 'Freedom Ship' would be home to about 50,000 people, with space for 10,000 tourists and 20,000 crew members. "The Freedom Ship is envisioned as a permanently mobile city at sea designed for long-term residence rather than short-term travel," the company says. The ship would be about 8 times the size of the current largest ship in the world, the Royal Caribbean’s Icon of the Seas. The plans include a 15,000-seat stadium, schools, colleges, shops, clubs, a water park, a music hall, museums, parks, and more. The ship, which would run on nuclear, would be too large to dock and would remain in international waters. Freedom Cruise International says it would go around the world every two to three years. Insane.
1,014
Now imagine it generates the UI on demand as well and shows you exactly what and only what is needed.
Watch me control my computer with just my voice. This is the future of operating systems. No hands. GPT-Realtime 2.0 is very, very underrated. Demo:
2,115
Rutty retweeted
Rate my setup
1
1
658
Founder Mode 🚀
Rate my setup
1
1
2
361
Markdown is far from dead. Markdown is all you need.
Claude团队的工程师,已经彻底抛弃Markdown了。 不是Markdown不好用, 是AI变得太快,它已经跟不上了。 以前AI写10行笔记,Markdown刚刚好, 现在AI能一次性输出1000行计划、复杂流程图、完整代码审查, 密密麻麻的纯文字墙谁有耐心看得完? 作者自己都说,他从来没完整读完过100行以上的AI生成MD文件。 更要命的是:现在都是AI写,我们只看不改。 Markdown最大的优点“易手动编辑”,现在已经彻底没用了。 而HTML,才是AI时代真正的沟通语言, 它能做到的事,Markdown想都不敢想: • 直接生成带颜色的表格、SVG流程图、可点击的原型 • 加滑块调参数、拖拽排序任务、实时预览Prompt效果 • 改完一键导出成代码或Prompt,喂回给AI继续迭代 • 发个链接别人点开就能看,不用下载任何工具 作者直接放出了20个现成示例: 从代码审查的彩色diff, 到可拖拽的任务看板, 从动画参数调试器, 到一键生成的幻灯片。 每一个都是能直接用的生产力工具。 最爽的三个用法,现在就能抄: 1. 代码审查:让AI把PR生成带注释的彩色diff 模块调用图 2. 做计划:生成带时间线、风险表、流程图的交互式项目页 3. 临时工具:让AI写一个Prompt调参器,改完直接复制结果 当然它也有缺点: 多花一点token,生成时间长2-4倍,版本控制不如MD干净。 但作者说:体验提升了10倍,这些代价完全值得。 本质上不是格式之争,而是人机协作方式的升级。 因为Markdown是给人写给人看的, 而HTML是给AI写给人用的。 随着当AI越来越聪明,我们需要的不再是文字墙,而是能互动、能操作、能思考的界面。 现在打开Claude,输入“帮我做一个HTML文件……”,你会打开一个全新的世界。
263
Rutty retweeted
DutchBaseCamp at Devworld in Amsterdam Some anecdotes: “French startup raised $30M, had to allocate $12M on compliance” “If I had to follow every rule in Brussels, I would not have a product.” “We hear from companies that are spending up to 80% of operating budget on compliance” This madness is killing innovation and needs to stop. Change the mindset! Let’s build the future 💪
1
1
3
172
Who knew markdown files would take over the world.
lemme guess, markdown files?
159
Rutty retweeted
Indie hackers who have their companies registered abroad and don’t pay CIT where they live commit tax fraud Most EU countries apply “place of effective management” rules, meaning a foreign company is treated as tax resident domestically if it is effectively run from inside the country This means the company must pay CIT where the real management and operations happen, not just where it was incorporated
isn’t this tax fraud? if you’re te sole owner of a company, you have to pay taxes where you live (tax resident) not where the company is setup
15
2
30
10,330
Rutty retweeted
From ancient Greece to the modern era. From Earth to the stars.
With Greco-futurism, I'm asking the question "if the ancients had our technology, what would they build?" If engineering is applied physics, then architecture is applied philosophy. And the ideas behind Greco-futurism are growing. Register to the Summit this weekend bellow.
1
26
263
11,340
What if github was built into Windows 95?
What if the EU built GitHub?
110
I created something similar in PHP, can be used as a coding agent, a SDK or just a headless cli that can also call your integrations/MCPs. I have around 500 built in integrations like linear etc. Also built LUA codemode so you can import issues from Clickup into Linear in one tool call. github.com/OpenCompanyApp/ko…
Introducing Flue — The First Agent Harness Framework Flue is a TypeScript framework for building the next generation of agents, designed around a built-in agent harness. Flue is like Claude Code, but 100% headless and programmable. There's no baked in assumption like requiring a human operator to function. No TUI. No GUI. Just TypeScript. But using Flue feels like using Claude Code. The agents you build act autonomously to solve problems and complete tasks. They require very little code to run. Most of the "logic" lives in Markdown: skills and context and AGENTS.md. Flue is like Astro or Next.js for agents (not surprising, given my background 🙃). It's not another AI SDK. It's a proper runtime-agnostic framework. Write once, build, and deploy your agents anywhere (Node.js, Cloudflare, GitHub Actions, GitLab CI/CD, etc). We originally built Flue to power AI workflows inside of the Astro GitHub repo. But then @_bgiori got his hands on it, and we realized that every agent needs a framework like Flue, not just us. Check it out! It's early, but I'm curious to hear what people think. Are agents ready for their library -> framework moment?
187
Rutty retweeted
this is what it really is red: you don’t trust people, so you guarantee a worse world blue: you trust people, with zero control if they betray you if blue wins, you survived a gamble if red wins, you proved why trust never stood a chance either way: the outcome says more about us than the game itself
368
41
617
36,393
Rutty retweeted
I get really annoyed by people saying that the “rational” or “game theory” answer is to vote red here. This a coordination problem: there are two optimal outcomes: everyone votes red or >50% vote blue. People dying is (I hope) not an optimal outcome even for the red voters
Everyone in the world has to take a private vote by pressing a red or blue button. If more than 50% of people press the blue button, everyone survives. If less than 50% of people press the blue button, only people who pressed the red button survive. Which button would you press?
397
150
5,096
295,021
Rutty retweeted
Apr 20
看完OpenClaw创始人的爆料才明白,为什么低价订阅跑 Agent 会被直接封号不退费🥹 OpenClaw创始人@steipete Peter Steinberger今天戳穿了整个行业的潜规则,他们要的根本不是你的订阅费,而是你的代码, Z.ai最近刚更新了GLM Coding Plan的政策,明确说这个套餐只能用来写代码,任何非编程用途,包括跑代理,角色扮演,翻译网站,都会被高强度限流,违规3次以上直接永久封号,而且订阅费一分不退, Reddit上已经有一大堆人中招了,很多人之前图便宜买了这个套餐,拿来跑OpenClaw或者聊天,结果毫无预兆就被封了, 你以为你占了便宜,其实他们赚大了,真实的私有代码数据,比GitHub上的公开代码质量高一百倍,是训练下一代AI模型最值钱的黄金矿, 而你跑代理,聊天,角色扮演,不仅不产生任何有价值的数据,还会疯狂消耗他们最稀缺的GPU算力, 所以补贴立刻就没了,规则说改就改, 这不是Z.ai一家的问题,整个AI行业都从疯狂补贴抢用户,变成精打细算抢数据, 以后用AI会越来越贵,因为只有能帮他们进化的人,才能继续享受便宜的价格🤪

Interesting shift. These highly subsidized subs are out there to get your code to improve their models. If you use AI for things useful to you, but not code, you are not valuable to them. reddit.com/r/SillyTavernAI/c…
62
162
958
272,882
Preview of what's coming to the PHP world. I am creating Agents SDK but in PHP. Uses the core of KosmoKrator's coding agent.
50
I am gonna buy this thing so i can keep coding on the go without having to juggle ssh or remote connections.
1
44
Working on Telegram gateway support for KosmoKrator. That way you can connect to 500 integrations and your local coding env on the go.
52