Tim Moylan

2.1K posts

Tim Moylan banner
Tim Moylan

Tim Moylan

@timmo180

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

Stay ahead with AI → Katılım Nisan 2014
2K Takip Edilen599 Takipçiler
Tim Moylan retweetledi
Claude
Claude@claudeai·
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…
English
1.9K
5.8K
50K
26M
Tim Moylan retweetledi
Google
Google@Google·
Gemini 3.1 Pro be like
English
470
1.2K
17.5K
1.5M
Tim Moylan retweetledi
Alex
Alex@AlexanderTw33ts·
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.
English
1.7K
1.6K
16.7K
4.8M
Tim Moylan retweetledi
The Smart Ape 🔥
The Smart Ape 🔥@the_smart_ape·
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.
The Smart Ape 🔥 tweet media
English
275
287
3K
422.1K
Tim Moylan retweetledi
OpenClaw🦞
OpenClaw🦞@openclaw·
🦞 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.
English
1.1K
1.2K
14K
3.9M
Tim Moylan retweetledi
Alex Finn
Alex Finn@AlexFinn·
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:
English
702
1.8K
19.3K
4.7M
Tim Moylan retweetledi
Maor Shlomo
Maor Shlomo@MS_BASE44·
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
English
132
77
1.7K
398.6K
Tim Moylan retweetledi
Claude
Claude@claudeai·
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.
English
386
549
9.8K
1.2M
Tim Moylan retweetledi
Ado
Ado@adocomplete·
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.
English
165
240
4.1K
555.6K
Tim Moylan retweetledi
yuzu
yuzu@yuzu_4ever·
how it feels having Claude code for me
yuzu tweet media
English
58
313
8K
169.8K
Tim Moylan retweetledi
Boris Cherny
Boris Cherny@bcherny·
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.
English
1.3K
7K
54.2K
8M
Tim Moylan retweetledi
OpenAI
OpenAI@OpenAI·
You can now adjust specific characteristics in ChatGPT, like warmth, enthusiasm, and emoji use. Now available in your "Personalization" settings.
OpenAI tweet media
English
582
450
4.1K
1.3M
Tim Moylan
Tim Moylan@timmo180·
🚀 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
English
1
0
0
24
Tim Moylan
Tim Moylan@timmo180·
@oliverai_music Love that combo. Tech with a jazz backbone sounds like a fun space to build in.
English
0
0
0
16
Oliver S
Oliver S@oliverai_music·
@timmo180 Jafza's labs meet Berlin's jazz underground. Imagine photonics startups with a Coltrane soundtrack. Disrupting manufacturing never sounded this good! 🎶🔧
English
1
0
1
25
Tim Moylan
Tim Moylan@timmo180·
🚀 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
English
1
0
0
21
Tim Moylan retweetledi
Andrej Karpathy
Andrej Karpathy@karpathy·
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-c… if others would like to play. ty nano banana pro for fun header image for the repo
Andrej Karpathy tweet media
Andrej Karpathy@karpathy

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.

English
904
1.5K
16.9K
5.3M
Tim Moylan retweetledi
Angry Tom
Angry Tom@AngryTomtweets·
no words
English
540
7.1K
41.1K
3.7M
Tim Moylan
Tim Moylan@timmo180·
Quick tip: When naming your AI models, think outside the box! 🚀 Nano Banana proves that a fun name can spark curiosity. What are some of your favorite crazy tech names? Share below! #NamingConvention
English
1
0
0
26