thinksharpe retweetledi
thinksharpe
312 posts

thinksharpe
@thinksharpe1
Software Alchemist . Ai Agency . Living Websites
Florida, USA Katılım Temmuz 2021
816 Takip Edilen53 Takipçiler

Claude Opus 4.7 or GPT-5.5 can run your ENTIRE SEO
Tired of chasing backlinks? Solved.
Tired of AI slop articles? Solved.
Tired of ranking for keywords that don't convert? Solved
You just install a SKILL and you're ready to roll.
Can run automated daily tasks on a schedule
Comment "SEO" and I'll send it!
English
thinksharpe retweetledi

This is the only official Paperclip account on X 👇
Please follow it right now
(because it's embarrassing that it only has 10 followers)
Paperclip@papercliping
Paperclip is the AI orchestrator for humans to accomplish 100x more work paperclip.ing
English
thinksharpe retweetledi

Today we're announcing the private beta of Agent Memory, a managed service that extracts information from agent conversations and makes it available when it’s needed, without filling up the context window. cfl.re/41ZzNat
English
thinksharpe retweetledi

Gave a tutorial on Paperclip for AIE Europe
If you're looking to get started with 📎 this video is a hands on walkthrough by me
And we hit 50k stars just as I was recording!
AI Engineer@aiDotEngineer
All accepted talks from AIE Europe Online are now live! youtube.com/watch?v=h403bt… (sorry for the delay in the last few talks) Featuring our latest keynote from @dotta on Paperclip, the open source Human Control plane for "zero-human" companies that crossed 50k⭐️ just as he was recording!
English
thinksharpe retweetledi

Today is the point where Cloudflare becomes the full cloud platform. Agent Week day 4 is packed:
👨💻 Git-style, versioned code storage (Artifacts)
✉️ Send emails with 1 line of code
🧠 One API to access any AI model (AI Gateway)
🔍 Better RAG: Hybrid Search, Relevance Boosting & more
🌎Streamlined PlanetScale integration inc. billing
Artifacts are a big deal for humans & agents - versioned Git repos on demand.
Email Service plugs the final hole in the developer platform.
Here's the breakdown:
👨💻 Artifacts: Versioned Storage that Speaks Git 👨💻
The surge of AI coding agents has had effects on the software industry far and wide. The amount of code being written and stored is increasing exponentially, and existing solutions just aren't built from the ground-up with agents in mind.
That's where Artifacts come in - a brand new product from Cloudflare that allows you to create an unlimited number of objects to store your code, versioned and Git-compatible. It's releasing in private beta today.
At a high-level, Artifacts will support the following from day one:
- Create new repos with scoped tokens
- Fork a repo
- Import an existing repo (e.g. from GitHub)
- Manage repos via bindings or HTTP
- Compatible with the Git CLI
This will allow you to create as many repos as you need. An agent, or human, can import a repo straight into Artifacts, add the remote URL and git clone to their local storage. Make changes, commit and push the changes to Artifacts.
There's pricing available too, the first 10,000 operations per month are free on Workers Paid, then $0.15 per additional 1,000 operations. Storage is charged based on gigabyte-months, the first 1 GB per month is free + $0.50 per additional GB-mo after.
The development flows you're used to, built for the scale of the modern AI era. I'm very excited to try this one out!
✉️Email Service Public Beta ✉️
One of the gaps in the Cloudflare platform has always been the lack of email sending capability. Yes, you could use external providers, but everyone yearned for a Cloudflare-native email solution, and it's now available to all paid customers in beta.
Email Routing has existed in Cloudflare for a while, which allows you to programatically handle inbound email using a Worker. It's really quite clever, with a few clicks to setup in the dashboard, and a single method definition in a Worker for setup.
You could send responses to inbound emails using Email Routing too, but that restricted it to use cases such as handling support cases or lead ingestion.
Today, that changes. Email Sending is now available to send transactional emails, both via a new binding as well as REST API.
Setup is easy, you just onboard a domain in the dashboard, add the email binding, then you can send emails with a single line of code. Keep in mind that only transactional use cases are allowed, so you can't send marketing emails as of today. You must be using Cloudflare DNS to use Email Service.
On the free plan, you can only send emails to verified emails in your account. You'll need a paid account to send emails more widely, this is to prevent spam.
I've used this personally during the beta and it's effortless to use, and I know it's going to make a lot of people happy!
🧠 AI Gateway: Route Across LLM Providers Without Managing API Keys 🧠
I've posted about Cloudflare's AI Gateway quite a few times, as it's such a good product and it's insane to me that it's completely free to use.
You simply sub in an AI Gateway URL instead of a specific provider, and get a ton of features right out of the box.
You can then route to pretty much any LLM provider, cache at the gateway, get insights into billing and requests, implement retries and even dynamically route requests (e.g. free plan to one model, paid plan to another or fallback to a secondary provider if the first fails).
Starting today, you can call pretty much any LLM provider using the same Workers AI binding that natively-hosted Cloudflare models use - without needing an API key for individual providers.
Cloudflare will bill you for the usage, and use their own API keys for the providers to make the calls. There are 70+ models across 12+ providers available right now from all the names you'd expect.
Additionally, in the future, you'll be able to run AI models directly on Cloudflare that you have built. This will be done using Replicate’s Cog technology to help you containerise machine learning models - all using bindings and APIs as you've come to know with Cloudflare.
Recently, Cloudflare added Kimi K2.5 to its roster of hosted models. There's a deep dive available today too into how this was achieved, as it had some unique challenges due to the size of this particular model - recommend reading it on the blog!
🔍 AI Search: Hybrid search, relevance boosting & direct content upload 🔍
AI Search allows you to create knowledge bases for your AI agents to use. You supply it with data sources (e.g. from R2, from a website URL) and it handles everything needed to provide RAG to your AI agent, or even non-agent use cases like website search.
This makes it effortless to ingest data, as AI search handles storage, chunking, indexing and more. On top of that, it naturally provides an interface to query data with numerous options to customise the search, and you can even have a model generate a response based on the retrieved data.
From today, you have more fine-grained control over how data is supplied to AI Search. You can still use data sources such as R2, but you can now ingest data directly using the new Items API. This makes it trivial to setup ingestion of your own data sources, rather than relying on Cloudflare adding connectors for it or using R2 as a middle man.
Furthermore, there's a new ai_search_namespaces binding that allows you to create, modify and delete AI search indexes programatically. The AI Search binding that lets you query your instance also supports cross-instance search, so you're no longer confined to searching a single instance.
On the search side, there are two new ways to modify how your searches are handled.
Hybrid search combines vector search with BM25 keyword search. Both types of searches are executed, and the results merged together. You can configure the tokenizer, keyword match mode and how results are combined.
Relevance boosting allows you to modify how a search is handled based on document metadata, potentially putting more weight on certain results. For example, you can prioritize recent documents by boosting on timestamp.
🌎 Direct PlanetScale Integration in the Cloudflare Dashboard 🌎
Cloudflare and PlanetScale are deepening their partnership to simplify how developers connect to external MySQL & Postgres databases.
Users can now create and manage PlanetScale Postgres and MySQL databases directly through the Cloudflare dashboard and API. Starting next month, billing will be unified, allowing self-serve and enterprise customers to pay for their databases via their Cloudflare account. This integration also supports Cloudflare credits, such as those from the startup program or committed spend, for database usage.
That's it for day 4, what do you think of the announcements today?
English

Took me 9 years to learn this. Took me 73 pages to write it down.
Most men don’t live their own lives.
They just follow instructions — from bosses, families, and fear.
This book breaks that.
"SOVEREIGN INDIVIDUAL" — Become self-directed, high-value, and impossible to control.
I'm giving FREE access to the first 100 people.
Comment: SOVEREIGN
I'll send it.

English

I turned my entire Claude Code learning curve into a 10-module system…
And honestly - this would’ve saved me months.
Just one clean Notion doc.
Here’s what’s inside:
* Set up Claude Code and run your first real workflow in minutes (not hours)
* Build a CLAUDE.md that actually remembers context like a second brain
* Install and chain GTM skills so tasks run without babysitting
* Connect your tools using MCP (no messy custom integrations)
* Run multiple agents + subagents at the same time (yes, parallel execution)
* Control context + tokens so long sessions don’t break
* Pick the right model every time (Sonnet vs Opus vs Haiku - simplified)
* Automate workflows with triggers (so work runs even when you don’t)
* Real GTM use cases: lead scoring, signal tracking, outreach flows
* Slash commands you’ll reuse daily (huge time saver)
This is not theory.
It’s the exact system I built after wasting weeks figuring things out the hard way.
If you're trying to actually use Claude Code for real work (not just playing around), this will shortcut everything.
Comment “CLAUDE” and I’ll send it to you.
(Must be connected for priority access)

English

i'm running a live claude cowork workshop for non-technical people on april 22
by the end of the 2 hours, you'll have a fully set up marketing system on your computer that:
> produces a full week of content in one sitting, dialed into your voice so it sounds like you on your sharpest day
> turns any marketing framework or post into a repeatable skill that claude runs on command for you
> builds sales pages in minutes so you stop paying designers and copywriters thousands
> schedules tasks to run while you sleep so you wake up to finished drafts, fresh ideas, and updated reports every morning
> writes launch emails, newsletters, and sequences using the same frameworks behind my 6-figure product launches
all click by click, on your machine, while i do it on mine
here's everything that you get:
• the full 2-hour live workshop where you build everything in real time
• 16 personal skills that i built over 100s of hours for my own business
• the complete recording so you can rewatch anytime
• a self-paced course version of all the material
• access to Claude Marketing OS telegram group
this system runs 90% of the marketing behind my 7-figure brand doing 15M+ impressions/month
and it's all yours come april 22nd
comment "Cowork" and i'll DM you the link

English
thinksharpe retweetledi

I rarely say "game changer", but TanStack AI's Code Mode truly is that. You need to watch this.
youtube.com/watch?v=s9Cs_R…

YouTube
English
thinksharpe retweetledi
thinksharpe retweetledi
thinksharpe retweetledi

Do you even understand what this means?
An open source model just released that is:
• Outperforms models 20x its size
• Can run on a base model Mac Mini
• Is AMERICAN 🇺🇸
If you have a base model Mac Mini you can have unlimited super intelligence on your desk. For free.
Sonnet 4.5 was released 5 months ago
In 5 months that level of intelligence went from frontier to free on your desk
And not only that, can run on any basically any computer out there
If you have even a remotely modern computer, do the following immediately:
1. Download LM Studio
2. Go to your OpenClaw and ask which of these new Gemma 4 models is best for your hardware
3. Have it walk you through downloading and loading it
4. Build apps with it knowing you are using your own personal, private super intelligence on your desk
The people denying this is the future are so beyond lost.
Google DeepMind@GoogleDeepMind
Meet Gemma 4: our new family of open models you can run on your own hardware. Built for advanced reasoning and agentic workflows, we’re releasing them under an Apache 2.0 license. Here’s what’s new 🧵
English
thinksharpe retweetledi
thinksharpe retweetledi

Did you know you can now connect your GA data directly to LLMs like Gemini? ✨📊
By setting up the new Model Context Protocol (MCP) server, you move from manual reporting to strategic, AI-powered analysis.
▶️ Hit play to see the complete setup process → goo.gle/47CsGrA

English
thinksharpe retweetledi

GitHub Repository:
github.com/VoltAgent/awes…
English
thinksharpe retweetledi

🚨BREAKING: Someone just built the world's first Office suite designed entirely for AI agents.
It's called OfficeCLI and it lets any AI agent read, edit, and automate Word, Excel, and PowerPoint files from the command line.
Single binary. Zero dependencies. No Microsoft Office required.
100% Opensource.

English
thinksharpe retweetledi

Announcing: EmDash, the WordPress spiritual successor built for the modern web.
TypeScript. Serverless. MIT licensed. x402 for agent-era monetization. MCP server built in. Deploy to Cloudflare or anywhere Node.js runs.
Imports your existing WordPress site in minutes.
npm create emdash@latest
blog.cloudflare.com/emdash-wordpre…

English









