Follow me to learn about AI. We help you be more productive at work with latest news, AI tools and tutorials.

Joined April 2014
49 Photos and videos
Tim Moylan retweeted
Introducing Claude Fable 5: a Mythos-class model that we’ve made safe for general use. Its capabilities exceed those of any model we’ve ever made generally available.
5,008
14,521
104,765
55,939,919
Tim Moylan retweeted
New in Claude Code (research preview): dynamic workflows. Claude writes an orchestration script on the fly, then spins up a large fleet of coordinated subagents in parallel to take on your most complex tasks. Use the word "workflow" in a prompt to get started.
371
946
10,504
4,095,262
Tim Moylan retweeted
May 7
Codex now works directly in Chrome on macOS and Windows. It’s even better at working with apps and sites in Chrome, and now works in parallel across tabs in the background without taking over your browser. To get started, install the Chrome plugin in the Codex app.
632
1,302
13,371
2,491,819
Tim Moylan retweeted
Mar 17
I don’t know what you call them, but these little side tabs are like the emdash of vibe coded UIs
What's your AI adoption level? (according to Steve Yegge)
612
508
15,058
2,039,226
Tim Moylan retweeted
Feb 20
Introducing Claude Code Security, now in limited research preview. It scans codebases for vulnerabilities and suggests targeted software patches for human review, allowing teams to find and fix issues that traditional tools often miss. Learn more: anthropic.com/news/claude-co…
1,909
5,641
49,423
26,191,275
Tim Moylan retweeted
Feb 19
Gemini 3.1 Pro be like
464
1,127
17,179
1,515,210
Tim Moylan retweeted
I launched rentahuman.ai last night and already 130 people have signed up including an OF model (lmao) and the CEO of an AI startup. If your AI agent wants to rent a person to do an IRL task for them its as simple as one MCP call.
1,652
1,581
16,538
4,813,149
Tim Moylan retweeted
Someone's trying to brute force my @openclaw server right now. 30 failed login attempts in 10 minutes. 3 different IPs. With the hype behind Clawd it becomes a serious issue that you won’t see if you’re not careful. I fixed this by installing fail2ban (auto-bans after 5 failed attempts) and enabled firewall. I also blocked the IPs manually. If you run a VPS, do this now. It's free and takes 1 minute. The commands: > apt install fail2ban -y > systemctl enable fail2ban --now > ufw allow 22 > ufw enable That's it. Your server is now 10x safer.
263
282
2,962
423,426
Tim Moylan retweeted
🦞 BIG NEWS: We've molted! Clawdbot → Moltbot Clawd → Molty Same lobster soul, new shell. Anthropic asked us to change our name (trademark stuff), and honestly? "Molt" fits perfectly - it's what lobsters do to grow. New handle: @openclaw Same mission: AI that actually does things.
1,083
1,140
13,861
3,947,236
Tim Moylan retweeted
This is it. The most important video you'll watch this year. ClawdBot has taken X by storm. And for good reason. It's the greatest application of AI ever Your own 24/7 AI employee In this video I cover how it works, how to set it up, and why I think we should all be nervous:
691
1,739
19,049
4,742,388
Tim Moylan retweeted
Just heard of a customer that terminated a $350k contract with Salesforce for the custom solution they built on top of base44 I’ve been getting those stories on a ~weekly basis now
131
73
1,663
399,224
Tim Moylan retweeted
Jan 20
Claude can now securely connect to your health data. Four new integrations are now available in beta: Apple Health (iOS), Health Connect (Android), HealthEx, and Function Health.
386
547
9,784
1,202,172
Tim Moylan retweeted
Claude Code for Chrome is really something else. I haven't used Google Analytics in a minute, not even sure what I needed and the product has changed so drastically over the last few years. One prompt and I got some nice dashboards to get me going.
163
237
4,049
557,331
Tim Moylan retweeted
how it feels having Claude code for me
58
303
7,834
171,035
Tim Moylan retweeted
I'm Boris and I created Claude Code. Lots of people have asked how I use Claude Code, so I wanted to show off my setup a bit. My setup might be surprisingly vanilla! Claude Code works great out of the box, so I personally don't customize it much. There is no one correct way to use Claude Code: we intentionally build it in a way that you can use it, customize it, and hack it however you like. Each person on the Claude Code team uses it very differently. So, here goes.
1,319
7,019
54,551
8,176,094
Tim Moylan retweeted
19 Dec 2025
You can now adjust specific characteristics in ChatGPT, like warmth, enthusiasm, and emoji use. Now available in your "Personalization" settings.
565
437
4,058
1,293,735
7 Dec 2025
🚀 Boost your productivity with AI! 💡 Here’s how to get started: - Go to your favorite AI tool - Input your tasks or goals - Let the AI generate suggestions and reminders - Implement and watch your efficiency skyrocket! 📈 What AI tools do you use? #Productivity #AI
1
25
6 Dec 2025
🚀 Ready to supercharge your success? 🤝 Collaborations are the key! Join forces with like-minded individuals to innovate and create amazing projects. What’s your dream collaboration? Share below! 👇 #Networking #Community #Collaboration
1
22
Tim Moylan retweeted
As a fun Saturday vibe code project and following up on this tweet earlier, I hacked up an **llm-council** web app. It looks exactly like ChatGPT except each user query is 1) dispatched to multiple models on your council using OpenRouter, e.g. currently: "openai/gpt-5.1", "google/gemini-3-pro-preview", "anthropic/claude-sonnet-4.5", "x-ai/grok-4", Then 2) all models get to see each other's (anonymized) responses and they review and rank them, and then 3) a "Chairman LLM" gets all of that as context and produces the final response. It's interesting to see the results from multiple models side by side on the same query, and even more amusingly, to read through their evaluation and ranking of each other's responses. Quite often, the models are surprisingly willing to select another LLM's response as superior to their own, making this an interesting model evaluation strategy more generally. For example, reading book chapters together with my LLM Council today, the models consistently praise GPT 5.1 as the best and most insightful model, and consistently select Claude as the worst model, with the other models floating in between. But I'm not 100% convinced this aligns with my own qualitative assessment. For example, qualitatively I find GPT 5.1 a little too wordy and sprawled and Gemini 3 a bit more condensed and processed. Claude is too terse in this domain. That said, there's probably a whole design space of the data flow of your LLM council. The construction of LLM ensembles seems under-explored. I pushed the vibe coded app to github.com/karpathy/llm-coun… if others would like to play. ty nano banana pro for fun header image for the repo
I’m starting to get into a habit of reading everything (blogs, articles, book chapters,…) with LLMs. Usually pass 1 is manual, then pass 2 “explain/summarize”, pass 3 Q&A. I usually end up with a better/deeper understanding than if I moved on. Growing to among top use cases. On the flip side, if you’re a writer trying to explain/communicate something, we may increasingly see less of a mindset of “I’m writing this for another human” and more “I’m writing this for an LLM”. Because once an LLM “gets it”, it can then target, personalize and serve the idea to its user.
906
1,437
16,973
5,306,731
Tim Moylan retweeted
no words
531
6,948
40,599
3,681,656