witcheer ☯︎

11.3K posts

witcheer ☯︎ banner
witcheer ☯︎

witcheer ☯︎

@witcheer

Head of Growth @YariFinance | Founder @Broad_Land | Daily AI × DeFi insights → https://t.co/IjETldXGaT

https://dune.com/witcheer Katılım Ekim 2021
1.1K Takip Edilen8K Takipçiler
Sabitlenmiş Tweet
witcheer ☯︎
witcheer ☯︎@witcheer·
okay you need to do this if you create content on X, this is GOLD: 1/ go to X settings > your account > download archive 2/ wait for the zip with ALL your data since day one 3/ drop it into Claude Cowork and ask for a full analytics report you get back an interactive HTML dashboard with posting times, topic performance, engagement trends, everything data-driven I just had Claude Opus 4.6 dissect 11,000+ tweets across 4 years (??) and tell me exactly what content works and what doesn't my Hermes agent is already loading the insights into persistent memory so Oz knows my brand better than I do. go do this right now.
witcheer ☯︎ tweet media
English
5
0
31
2.2K
jun
jun@lsdjun·
i really wish i could be at ethcc this year
English
6
0
32
796
Charco (Euro Summer Arc)
Rented out a castle for a 20 person private dinner on April 2nd We're bringing the best traders, sharpest thinkers, and biggest eaters together for one night Few slots left, who should be there?
Charco (Euro Summer Arc) tweet media
English
41
2
113
7.4K
Marcus
Marcus@mawensx·
@witcheer been doing this since day one. the real flex is when your agent starts correcting your brand voice because it knows your style better than you do
English
1
0
1
13
witcheer ☯︎
witcheer ☯︎@witcheer·
okay you need to do this if you create content on X, this is GOLD: 1/ go to X settings > your account > download archive 2/ wait for the zip with ALL your data since day one 3/ drop it into Claude Cowork and ask for a full analytics report you get back an interactive HTML dashboard with posting times, topic performance, engagement trends, everything data-driven I just had Claude Opus 4.6 dissect 11,000+ tweets across 4 years (??) and tell me exactly what content works and what doesn't my Hermes agent is already loading the insights into persistent memory so Oz knows my brand better than I do. go do this right now.
witcheer ☯︎ tweet media
English
5
0
31
2.2K
Avid
Avid@Av1dlive·
@witcheer I am doing this as we speak
English
1
0
1
10
Chris ☕️
Chris ☕️@ChrisCoffee·
@witcheer Thought this was Vitalik for a second then realized it was actually a good post.
English
1
0
1
31
Guido
Guido@Full_Metal_QR·
@witcheer Why do all the users with a Milady PFP end up always delivering the best esoteric knowledge on this app?
English
1
0
1
42
witcheer ☯︎
witcheer ☯︎@witcheer·
@odd_joel I need to test it more but yes the session needing to be alive is a pain
English
0
0
1
33
IndiJo
IndiJo@odd_joel·
nice comparison — one thing to watch with the Telegram approach is sessions getting flaky when your phone sleeps or switches networks. mosh protocol handles that at the transport layer so sessions persist through everything. been building Moshi around this — native mobile terminal + push notifications when long tasks finish. do you run into connection issues with the bot approach?
English
1
0
1
26
witcheer ☯︎
witcheer ☯︎@witcheer·
Anthropic shipped Claude Code Channels: telegram access to claude code in 6 steps I've been running my own telegram agent on a mac mini m4 for months. here's what channels gives you vs a self-hosted setup: // channels: 5 min setup, mobile claude code access, 3 tools (reply, react, edit). dead simple. // self-hosted: 24/7 uptime via launchd, any model you want, custom agents with their own personas, autonomous posting workflows, full system prompt control. the real difference is architectural. channels dies when your session closes. messages sent while offline are lost. no history, no search. it's a remote control, not an agent. channels is perfect if you want to tell claude code to fix a bug from your phone at a conference. it cannot replace an autonomous agent that posts, approves via telegram, and runs on its own schedule. they're complementary. run both.
Thariq@trq212

We just released Claude Code channels, which allows you to control your Claude Code session through select MCPs, starting with Telegram and Discord. Use this to message Claude Code directly from your phone.

English
5
0
15
874
witcheer ☯︎
witcheer ☯︎@witcheer·
update after end of day 1, so I basically said 'based on today's sessions, anything to update in any walnut?' it scanned everything we talked about today + all cron jobs outputs that ran, and made a list of important updates to make in which walnut (or folder if you prefer) pretty happy with this concept, I work normally with Oz during the whole day, and I do a context update every evening before going to sleep. if it really compound efficiently this is genius. PS: my cron jobs are automatically updating walnuts, I created a script for this // there is a potential automatic update tool for my chats on TG as well but did not implement yet.
witcheer ☯︎ tweet mediawitcheer ☯︎ tweet media
witcheer ☯︎@witcheer

trying a new memory tool for my AI agents: @stackwalnuts basically it organises your context into "walnuts" - structured files with their own identity, state, history, and task queue. separate domains that link to each other. your agent reads them at session start, writes to them at session end. set up 4 walnuts on my mac mini yesterday: personal identity + content strategy // day job (CDP protocol, partnership pipeline) // AI agent capabilities // business admin wired my 24/7 cron agent to write to the walnuts automatically. end of every research session > log entry prepended to the right walnut. end of every content draft > captured to the personal walnut. what i'm watching: - whether the agent reliably runs the walnut update at the end of long sessions - how context quality holds up after 50+ entries - setup friction: ALIVE was built for openclaw, I'm running hermes agent. had to write a custom skill + shell script to bridge them. will report back in a week

English
1
1
5
688
Yesh
Yesh@YeshodharaB·
@witcheer @AskVenice I think once prompts are there it’s very easy to find similarities and create a fingerprint. Are there some more details and studies about this ?
English
1
0
1
13
witcheer ☯︎
witcheer ☯︎@witcheer·
if you care about privacy when using AI, bookmark this. @AskVenice built 4 privacy tiers into every conversation and lets you choose per chat: ~/ anonymous: proxies your request to frontier models (GPT, Claude, Gemini, Grok). your identity is hidden from the provider, but assume they store your prompt. ~/ private (default): inference runs on venice-controlled GPUs or zero-data-retention partners. nothing stored. enforced by contract, not just policy. ~/ TEE (pro): your prompt runs inside a hardware-isolated enclave. the GPU operator physically cannot access your data. verified by remote attestation, not trust, proof. ~/ E2EE (pro): end-to-end encrypted. prompt encrypted on your device, stays encrypted through venice, only decrypted inside a verified TEE. nobody, including venice, can see what you asked. the key design decision: conversation history stays on your device in every mode. venice never stores it server-side. you choose the tradeoff per conversation, max model access (anonymous) vs max privacy (E2EE). the tradeoffs are honest too. E2EE disables web search and memory. TEE has fewer models and slower responses. they're telling you what you lose, not just what you gain.
Venice@AskVenice

Venice AI just released End-to-End Encryption Verifiable by any external party Vires in numeris Here's how it works 🧵

English
2
4
36
1.9K
beamnxw ./
beamnxw ./@beamnxw·
@witcheer google will now do the work of juniors in 5 minutes 👍
English
1
0
1
69
witcheer ☯︎
witcheer ☯︎@witcheer·
google turned AI Studio into a full-stack app builder. this is a big deal and most people will scroll past it. // multiplayer is native. real-time games, collaborative workspaces, shared tools, the agent handles all the syncing logic automatically // firebase integration is built in. the agent detects when your app needs a database or login, provisions Cloud Firestore and Firebase Auth after you approve. no manual setup // external libraries just work. ask for animations and it installs Framer Motion. ask for icons and it pulls Shadcn. it figures out the dependency, not you // bring your own API keys. connect Maps, payment processors, databases, stored in a new Secrets Manager. this is what turns prototypes into actual products // persistent sessions. close the tab, come back later, everything is where you left it. sounds basic but no other AI coding tool does this properly // the agent now understands your full project structure and chat history across edits. not just the current file, the whole app context // Next.js support alongside React and Angular google is building the path from prompt to deployed production app without leaving one interface.​​​​​​​​​​​​​​​​ the video says everything.
Google AI Studio@GoogleAIStudio

x.com/i/article/2034…

English
6
0
18
3.9K
Aixa
Aixa@aixarizzo·
excited to announce that i've joined forces with @krakenfx to grow @krakenfx_AR in argentina. crypto adoption in argentina isn't a trend, it's a necessity. millions of people here are already living onchain, and they deserve the best tools to do it. that's Kraken, safe, trusted and global. so now tell me what content would you want me to make? drop it below
Aixa tweet media
English
174
0
409
9K
witcheer ☯︎
witcheer ☯︎@witcheer·
by the way, for those who don't want to watch all the videos, you can go into any course, click 'open in Claude' or 'copy notes', and send it to Claude. that way you get all the course material in your Claude chat and can use it as a working reference or learning tool!
witcheer ☯︎ tweet media
witcheer ☯︎@witcheer

x.com/i/article/2033…

English
1
1
31
4.4K