Miguel Sanchez

19.5K posts

Miguel Sanchez banner
Miguel Sanchez

Miguel Sanchez

@MSanchezWorld

@MetaBronx - Startup Accelerator @Stackitai - Borrow Against Your BTC & ETH Without Being Liquidated 👉 https://t.co/N7atGszzUD

The Future Katılım Mayıs 2009
5.5K Takip Edilen5.5K Takipçiler
Sabitlenmiş Tweet
Miguel Sanchez
Miguel Sanchez@MSanchezWorld·
How one customer used $30,000 to grow a net worth that keeps compounding. They started with a $30,000 deposit. Stack instantly leveraged that into over $100,000 of Bitcoin and Ethereum. ➡️ Over 4 months, the portfolio grew while Stack automatically paid down the loan—creating a net worth of over $70,000. Then the doors opened: - They borrowed $25,000 to invest in a restaurant—pulling out nearly their full original deposit. - And because their portfolio stayed strong, they could leverage another $60,000—but only to buy more Bitcoin and Ethereum. Now they’re building wealth across: - Equity in a restaurant. - A larger Bitcoin & Ethereum portfolio. - A net worth that keeps compounding for the rest of their life—allowing them to buy more assets along the way. That’s the Stack effect: - Multiply your buying power. - Protect your portfolio when prices fall. - Lock in gains when prices rise. - Grow your wealth across multiple assets from a single deposit. 👉 Would you rather let $30k sit in cash or crypto or turn it into $100k+ working across crypto and business investments?
English
2
0
10
2.2K
Miguel Sanchez retweetledi
Movez
Movez@0xMovez·
Anthropic AI engineer just showed how to give AI agents real memory in 4 steps - and it changes everything in 28 minutes he shows exactly how agents can remember across sessions, completely free worth more than any $500 AI engineering course here's what he covers: • why agents forget everything between sessions • memory stores - agents read, write across sessions • dreaming - agents that improve their own memory • 95% cache hit rate, so it stays cheap most people are still copy-pasting context into every new chat - while the people who figured this out are building agents that get smarter every single night watch full video then read article below
Codez@0xCodez

x.com/i/article/2058…

English
65
220
1.7K
346.7K
Miguel Sanchez retweetledi
@levelsio
@levelsio@levelsio·
Every bug fix or new feature on any of my sites I now built live on my VPS, in production, without any staging Claude Code only failed me 2x in 12 months, it made a small bug and the site was down for 2x 5 seconds It never lost any data I also have 3-2-1 Backup strategy, with one live copy, one local backup, one off site backup, another off site backup, and DBs now starting to be Litestream'ed to another R2 bucket I wanna add a local daily/weekly laptop backup also but it's hard if sometimes internet sucks when I travel but since it's incremental it could be possible Anyway I have never shipped so fast and smoothly in my life
English
17
19
562
73.6K
Miguel Sanchez retweetledi
Uzi
Uzi@UziCryptoo·
You can't tax rich people on unrealized gains from stocks because "it's not real money until it's sold." So explain to me why my property taxes keep going up based on the unrealized value of my house? I didn't sell it. I didn't cash out. I didn't make a profit. But somehow I'm paying taxes on paper gains every single year. Interesting how "unrealized gains" only become a problem when wealthy folks are involved.
English
2.8K
10.4K
45.5K
967.7K
Miguel Sanchez
Miguel Sanchez@MSanchezWorld·
Feels like @karpathy is collecting AI companies like Infinity Stones. Co-founded OpenAI. Built Tesla Autopilot. Mastered open source. Now joining Anthropic. If he ever works at DeepMind too, he’ll be able to snap his fingers and half the AI industry disappears.
English
0
0
0
22
kevin blue
kevin blue@kevinblue345·
White people ate and rape black slaves. White people boiled Nat Turner's body into oil
English
139
1.4K
3.1K
45.7K
Miguel Sanchez retweetledi
@levelsio
@levelsio@levelsio·
So here's my latest set up Every site I have is a profile on Termius like > hoodmaps .com I click it and immediately I'm in my server and I get dropped in a tmux session that's always tied to the corresponding site I wanna log in to To make this work I have this startup snippet in each site's Termius profile: > cd /srv/http/hoodmaps.com && tm (so /srv/http is where my sites are and then hoodmaps .com is the example site here, and "&& tm" is the important part here) Then in my ~/.bashrc file I added this (written by Claude Code) which defines the "tm" function, again all it does it just put me in the right tmux session based on the folder I'm in The result is I can switch without interruption from my laptop to phone in Termius with auto reconnecting sessions and usually I just have Claude Code open in each session to work Before I had to mess around with 1) not having smooth switching from laptop to phone, I'd have to use Claude Code's /resume for it, annoying, 2) having multiple sessions for same sites, gets messy and confusing fast, now it FORCES me into one session per site, this just works so well, I'm so fast, and each of my sites is just an open tab in Termius, I've never worked so structured and clean! Here is the code, maybe it helps somebody: # tmux session per folder. `tm` (no args) attaches to / creates a session # named after the current dir's basename. `tm name` overrides the name. # Works whether already inside tmux (uses switch-client) or outside it. tm() { command -v tmux >/dev/null 2>&1 || { echo "tmux not installed"; return 1; } local name="${1:-$(basename "$PWD")}" # tmux session names can't contain '.' or ':' — replace with '-' name="${name//./-}" name="${name//:/-}" if [ -n "$TMUX" ]; then tmux has-session -t "$name" 2>/dev/null || tmux new-session -d -s "$name" -c "$PWD" tmux switch-client -t "$name" else tmux attach -t "$name" 2>/dev/null || tmux new -s "$name" -c "$PWD" fi } # Auto-attach on interactive login: picks a session named after wherever # you land. Plain `ssh server` lands in $HOME → session "root". Use # `ssh server -t "cd /srv/sm.levels.io && bash -l"` to land in a site # folder → session "sm-levels-io". Skips inside tmux and non-interactive # shells so scp/rsync/scripted ssh keep working. if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ] && [[ $- == *i* ]]; then tm fi
@levelsio tweet media
English
28
70
1.4K
700.5K
Miguel Sanchez retweetledi
Bin Liu
Bin Liu@liu8in·
literally 10x-ed my efficiency see for yourself at the 5th second of this video I started writing more: how we build, what's next, best practices - first article in 🧵 comment for source code that rendered this video - all @HyperFrames_ - ZERO screen recording used 😎
HeyGen@HeyGen

Creating with HyperFrames just got faster Drag elements in the studio to fix placement instead of prompting We also built the full component catalog right into the studio. Browse and add $ npx hyperframes@latest preview Follow @hyperframes_ for updates

English
20
16
242
25.1K
Miguel Sanchez retweetledi
Framer 🇱🇹
Framer 🇱🇹@Framer_X·
Every content creator reaches a point where their content has to evolve. For the last couple of years, my focus was AI demos showcasing the technical capabilities of AI - but with very basic stories. Now audiences expect more than just impressive visuals. Characters people can connect with. Strong storytelling. Emotion that stays. That’s the next step 👇 A sneak peek from the first Cartoon Hero Original! 🔥
English
35
26
256
13.2K
Miguel Sanchez retweetledi
m0h
m0h@exploraX_·
10 free github repos that can replace major SaaS with subscriptions. all free. open-sourced. some are MIT licensed. — 1️⃣ openscreen — replaces screen studio ($29/mo) - a clean macOS/windows/linux screen recorder for polished demos. - blur, cursor highlighting, annotations, export to mp4 or gif at any aspect ratio. - doesn't try to clone every feature, just nails the basics for quick walkthroughs you'd post on X. — 2️⃣ voicebox — replaces elevenlabs ($22/mo) + wisprflow ($15/mo) - local-first AI voice studio. - clone voices from 3 seconds of audio, generate speech across 7 TTS engines in 23 languages, - dictate into any text field with a global hotkey. - nothing leaves your machine. - runs on apple silicon, cuda, rocm. — 3️⃣ openshorts — replaces opus clip ($19/mo) + submagic ($16/mo) - free AI video platform. - clip generator turns long youtube videos into 9:16 shorts with auto-subtitles and face tracking (runs on free gemini + elevenlabs tiers). - also includes AI UGC video generation with actors — that part is pay-per-use via fal. ai (~$0.65-2 per video). docker self-host. — 4️⃣ freellmapi — replaces chatgpt pro + claude pro ($20/mo each) - stacks 14 free AI provider tiers (google, groq, cerebras, openrouter, github models + 9 more) behind one openai-compatible endpoint. ~800M tokens/month. - smart router with failover, sticky sessions, encrypted key storage. ships with a dashboard. — 5️⃣ playwright-mcp — replaces browserbase ($39/mo) + browser use ($25/mo) - microsoft's official MCP server that gives any AI agent full browser control. - uses accessibility trees, not screenshots — deterministic and token-efficient. - works with claude code, cursor, windsurf, codex out of the box. — 6️⃣ vibe-trading — replaces tradingview premium ($60/mo) - natural-language finance research agent. - 7 backtest engines across stocks, crypto, futures, forex. - 75 specialist skills (factor analysis, options strategy, ML strategy). - 29 multi-agent swarm presets. - 21 of 22 MCP tools work with zero API keys. — 7️⃣ CalCom — replaces calendly ($12/mo) + savvycal ($12/mo) - the open-source scheduling infrastructure. - one-on-ones, group events, round-robin, team booking, - payment collection (stripe), routing forms, workflows. - integrates with google/outlook/apple calendar, zoom, meet, teams. - self-host in 10 minutes with docker. 40k stars. — 8️⃣ whisper — replaces otter ($17/mo) - openAI's open-source speech-to-text model. - transcribe audio in 99 languages, translate to english, generate timestamps. - runs locally on cpu or gpu. - the actual model behind most "AI transcription" SaaS tools you're paying for. — 9️⃣ postiz — replaces buffer ($15/mo) - AI-powered social media scheduler. - cross-post to X, linkedin, instagram, tiktok, threads, bluesky, mastodon, youtube, pinterest. - AI captions and hashtags. - analytics dashboard. team workspaces. 31k stars and rising. — 🔟 vaultwarden — replaces 1password ($8/mo) - unofficial bitwarden-compatible server written in rust. - works with every official bitwarden client (mobile, desktop, browser). - unlimited users, unlimited vaults, full enterprise feature set. - runs on a $5 VPS or your home server. — disclaimer: open-source ≠ 1:1 replacement. you'll trade polish for ownership, hand-holding for control, and a credit card for a github version. for builders, prototypers, and indie hackers — that's the whole point. for everyone else, the paid tools still have their place. bookmark this. share with one friend bleeding subscription fees. ~m0h
m0h@exploraX_

no money for chatgpt pro or claude pro? this is for you🫵🏽 someone open-sourced 800M tokens/month of free AI inference on github. – Free LLMs, 2.3k stars on github, MIT licensed – no subscription. no rate-limit panic. no vendor lock – 14 providers stacked: google, groq, cerebras, openrouter, github models + 9 more – one openai-compatible endpoint. drop-in for any SDK – smart router with auto-failover, sticky sessions, encrypted key storage – runs locally on your machine it's a fresh repo, 2300 stars on github already.

English
27
70
522
45.9K
Miguel Sanchez retweetledi
Miles Deutscher
Miles Deutscher@milesdeutscher·
We need to talk about Claude... I hate to say this, but I don't trust Claude anymore. GPT-5.5 just exposed how far behind Anthropic has fallen. If you don't believe me, I just put them head to so you can see for yourself. Watch Now 👉 youtu.be/X3M1B7SFxn0
YouTube video
YouTube
Miles Deutscher tweet media
English
40
5
90
13.8K
Miguel Sanchez retweetledi
Elvis
Elvis@elvissun·
codex is actually insane 🤯 if you thought frontend cloning was impressive, check this out: I just pointed codex at another product, in 30 minutes got back its architecture, data model, prompts with cost estimates. 378-line plan to rebuild it. the craziest part is now I can one shot that entire product with: "/goal implement until your output matches theirs exactly"
Elvis@elvissun

i'll say this again because i keep seeing people do it wrong: you can solve ANY engineering problem by dropping an agent with the right harness in a loop. codex just one-shotted our turbo cache fix after I gave it everything it needs to debug like a real dev on the team. would have taken 8 hours the old way.

English
33
43
702
171K
Miguel Sanchez retweetledi
Brycent
Brycent@brycent·
The best job cut post I’ve ever read. This should be required reading.
Zeb Evans@DJ_CURFEW

Today we reduced headcount by 22%. The business is the strongest it's ever been. So I think it's important to be direct about what I'm seeing and why. First, I made this decision and I own it. I did it because the way to operate at the highest level of productivity is changing, and to win the future, ClickUp needs to change with it. Second, this wasn't about cutting costs. Most savings from this change will flow directly back into the people who stay. We'll be introducing million-dollar salary bands. If you create outsized impact using AI, you'll be paid outside of traditional bands. Most importantly, I have the deepest gratitude for those affected. We're doing this from a position of strength specifically so we can take care of people properly. Everyone affected receives a package aimed at honoring their contributions and easing the transition. I only see two options: wait for this to play out gradually in the market or be honest about what I'm seeing and act proactively. THE 100X ORGANIZATION The primary change is that we're restructuring around what I call 100x org. The goal is 100x output. The roles required to build at the highest level are fundamentally different than they were a year ago. Incremental improvements to existing systems won't get us there. We need new ones. That means creating enough disruption to rebuild rather than iterate on what's already broken. The common narrative is that AI makes everyone more productive. It doesn't. Many of the workflows of today, if left unchanged, create bottlenecks in AI systems. These roles will evolve. But waiting for that to happen naturally means falling behind now. The 100x org is actually heavily dependent on people - infinitely more than today. This is only possible with 10x people that have embraced and adopted new ways of working. THE BUILDERS, AGENT MANAGERS, AND FRONT-LINERS — THE BUILDERS: 10X ENGINEERS I don't think most companies have internalized what's actually happening with AI in engineering. The common narrative is that AI makes all engineers more productive. That may be true in isolation, but at an organization level - that is the farthest thing from reality. Here's what we've validated recently at ClickUp: the great engineers, the ones who can orchestrate, architect, and review, are becoming 100x engineers. They're not writing code. They're directing agents that write code. The skill is judgment. AI makes the best engineers wildly more productive, and everyone else using AI slows these engineers down. Think about it - the bottlenecks are (1) orchestration - telling AI what to do, and (2) reviewing - what AI did. Everything is leapfrogged and no longer needed. So who do you want orchestrating and reviewing code? And how do you want your best engineers to spend their time? If your best engineers are spending time reviewing other people's code, then this is inherently an inefficient bottleneck. These engineers can review their agent's code much faster than reviewing human code. The new world is about enabling your 10x engineers to become 100x. The wrong strategy is to push every engineer to use infinite tokens. Companies doing this are celebrating 500% more pull requests. But customer outcomes don't match the volume of code being generated. I call this the great reckoning of AI coding, and every company will face this soon if not already. More code is just another bottleneck to the best engineers, and ultimately to your company's impact as well. — THE BUILDERS: 10X PRODUCT MANAGERS Product management and design roles are merging. Designers that have customer focus, become more like product managers. And product managers that have intuition for UX become more like designers. The bottleneck of user research is gone. It takes us just one mention of an agent to kickoff research and analyze results. The bottleneck of product <> design iteration is also gone. The product builder iterates on their own, along with agents and skills that ensure alignment with quality and strategy. Also controversial today - I believe that the wrong strategy is to have your PMs shipping code - that just introduces another bottleneck that the best engineers will waste their time on. To be clear, PMs should be coding but they should do this in a playground to iterate, validate, and scope. That code should not go to production. Everything outside of managing systems, orchestrating AI, and reviewing output becomes a bottleneck. That's why the other roles that are critical along with these are the systems managers (to reduce bottlenecks) along with a bottleneck you can't replace - customer meeting time. — THE SYSTEM MANAGERS Ironically, the people that automate their jobs with AI will always have a job. They become owners of the AI systems - agent managers. We have many examples of these people at ClickUp. The underlying systems in which we operate are absolutely critical to get right. I think most companies are delusional to think they can iterate on existing systems and compete in this new world. You must create enough disruption so that old systems are deprecated entirely. If there's any definition for 'AI native' that's what it is. — THE FRONT-LINERS In a world that will become saturated with AI communication, the human touch will matter more than anything to customers. This is a bottleneck that you shouldn't replace - even when agents are high enough quality to do video meetings. One-on-one meeting time with customers is something that shouldn't be automated. The systems around the meetings should be - so that front-liners spend nearly 100% of their time with customers. REWARDING 100X IMPACT In a world where companies are able to do so much more with less, where does that excess money go? In our case, much of the savings in this new operating model will flow directly back to those that enabled it. We must reward people that create productivity accordingly. This aligns incentives on both sides. Plus, in a world where your best people create 100x impact, you can't afford to lose them. You should aim to retain these employees for decades. The context they have and their ability to efficiently orchestrate and review will be nearly impossible to replace. Compensation bands of today should be thrown out the door. We're introducing $1 million cash/year salary bands with a path available to nearly everyone in the company if they produce 100x impact by creating or managing AI systems. THE FUTURE Nearly every company will make changes like these. The ones that do it proactively will define what comes next. The future is not fewer people. It's different work, new roles, and better rewards for those who embrace it. We're already seeing entirely new roles emerge, like Agent Managers, that didn't exist a year ago. ClickUp is positioning to lead this shift, not just internally, but for our customers too. I've never been more certain about where we're headed.

English
40
208
877
806.3K
Miguel Sanchez retweetledi
Annie
Annie@AnnieForTruth·
This is true…..
Annie tweet media
English
68
1.6K
3.5K
31.7K
Miguel Sanchez retweetledi
Furkan Gözükara
Furkan Gözükara@FurkanGozukara·
Alex Jones drops a bombshell. He confirms Trump is floating the idea of canceling the 2028 elections to illegally stay in power. Marjorie Taylor Greene warns this is a calculated operation to normalize a dictatorship. She states the administration is violating the Constitution.
English
2.5K
6.1K
28.2K
2.3M
Miguel Sanchez retweetledi
self.dll
self.dll@seelffff·
karpathy's CLAUDE.md hit #1 on github trending. 220,000 stars. most devs still haven't read it. it's 65 lines. it took AI coding accuracy from 65% to 94%. the 4 rules inside: → think before coding state your assumptions. ask when unsure. never guess. → simplicity first write the minimum code that solves the problem. no abstractions nobody asked for. → surgical changes don't touch code unrelated to the request. every changed line must trace back to what was asked. → goal-driven execution turn vague instructions into verifiable success criteria before writing a single line. that's it. 65 lines. 4 rules. 94% accuracy. save this before everyone else does.
self.dll@seelffff

x.com/i/article/2053…

English
141
708
8K
2.5M
BLAIRE WHITE
BLAIRE WHITE@BlaireWhite·
Holy shit why is this man on Fox News wearing a literal CIA mask
BLAIRE WHITE tweet media
English
1.7K
5.3K
54.8K
21M