Hover Hands

11.1K posts

Hover Hands banner
Hover Hands

Hover Hands

@ThatDallasGuy

Actually I'm a pretty cool guy, get with the showgram.

Dallas, TX Katılım Eylül 2010
4.8K Takip Edilen279 Takipçiler
Hover Hands retweetledi
Nikita Bier
Nikita Bier@nikitabier·
Just one more feature and it'll be fixed
English
2.3K
370
5.2K
225.7K
Hover Hands retweetledi
Theo - t3.gg
Theo - t3.gg@theo·
If you use any of the following with your Claude sub, your usage must got cut by 25x: - T3 Code - Conductor - zed - jean - “Claude -p” in your ci - scripts to call Claude code from other tools They’re disguising this as “free credits”. Don’t fall for it.
ClaudeDevs@ClaudeDevs

Starting June 15, paid Claude plans can claim a dedicated monthly credit for programmatic usage. The credit covers usage of: - Claude Agent SDK - claude -p - Claude Code GitHub Actions - Third-party apps built on the Agent SDK

English
81
48
961
66.8K
Hover Hands retweetledi
ClaudeDevs
ClaudeDevs@ClaudeDevs·
Starting June 15, paid Claude plans can claim a dedicated monthly credit for programmatic usage. The credit covers usage of: - Claude Agent SDK - claude -p - Claude Code GitHub Actions - Third-party apps built on the Agent SDK
English
435
277
5.3K
859.2K
Hover Hands retweetledi
Naval
Naval@naval·
The enemy of truth is motivated reasoning.
English
351
530
4.9K
166.6K
Hover Hands retweetledi
Sean Longden
Sean Longden@seanb2b·
The math to hit $30K/month with cold email $30K ÷ $2,500/client = 12 clients 12 ÷ 20% close = 60 calls 60 ÷ 40% book = 150 positive replies 150 ÷ 25% positive = 600 replies 600 ÷ 1% reply = 60,000 emails That's 3,000 emails/day for 20 days
English
12
2
107
6.6K
Hover Hands retweetledi
News from Google
News from Google@NewsFromGoogle·
The Google Threat Intelligence Group has detected the first known instance of a threat actor using an AI-developed zero-day exploit in the wild. While the attackers planned a wide-scale strike, our proactive counter-discovery may have prevented that from happening. This finding is part of our new report on AI-powered threats.
English
294
1.6K
13.4K
4.8M
Hover Hands retweetledi
Ronin
Ronin@DeRonin_·
Andrej Karpathy: "90% of your AI coding bill is paying for context you didn't need to send" Here are 10 things senior AI engineers stopped wasting tokens on: 1. Auto-context loading 50 files for a 30-line fix: $1.20/turn for tokens you'll never read. 80% input waste, every session 2. Running Opus on lint, format, and rename tasks: $0.60 for what Haiku nails at $0.02. 30x overpay on the cleanup tier 3. Tool call loops that re-send the full repo on every retry: 5x context cost per agentic flow. fixing these alone cuts 30-50% of bills 4. Sonnet as the default model: Kimi 2.6 matches its quality on most coding tasks at 1/6 the cost. defaulting to Sonnet in 2026 is leaving 60-70% on the table 5. Streaming responses on stable-prefix workflows: kills your prompt cache. you pay 10x for tokens that should have cost cents 6. "Just in case" file includes: 80,000-token prompts that should be 3,000. context bloat is the silent budget killer 7. Per-session knowledge rebuilding: 10 min writing a SKILL.md once vs paying agents to re-figure out your environment every run. $4 vs $0.30 per execution 8. Single-model setups: premium tier on every task is the most expensive mistake in AI coding right now 9. Asking 10 small questions one at a time: 10 separate input prefix charges vs one batched call. 70-90% savings on routine workflows 10. Buying Claude Pro + ChatGPT Plus + Cursor Pro: you seriously use one. the other two are habit, not utility what actually compounds instead: - context discipline (grep before fetching, always) - prompt caching on every stable prefix - multi-model routing (Kimi 2.6 default, Opus for the 10%) - graduated skills via SKILL.md files - profiling tool calls before optimizing prompts - the routing mindset (right model for right task) in 12 months, the gap between developers shipping on $200/month and $4,000/month budgets won't be skill it'll be how well they route study this.
Ronin@DeRonin_

x.com/i/article/2053…

English
66
294
2.5K
351.4K
Hover Hands retweetledi
OpenAI
OpenAI@OpenAI·
Introducing Daybreak: frontier AI for cyber defenders. Daybreak brings together the most capable OpenAI models, Codex, and our security partners to accelerate cyber defense and continuously secure software. A step toward a future where security teams can move at the speed defense demands.
English
619
1.1K
11.3K
5.4M
Hover Hands retweetledi
Microsoft Threat Intelligence
Microsoft is investigating mistralai PyPI package v2.4.6 compromise. Attackers injected code in mistralai/client/__init__.py that executes on import, downloads hxxps://83[.]142[.]209[.]194/transformers.pyz to /tmp/transformers.pyz, and launches a second-stage payload on Linux. The file name transformers.pyz appears deliberately chosen to mimic the widely used Hugging Face Transformers library and blend into ML/dev environments. The main payload is a credential stealer, but it also includes country-aware logic; it avoids Russian-language environments and contains a geo fenced destructive branch that has 1-in-6 chance of executing rm -rf / when the system appears to be in Israel or Iran. To mitigate this threat: isolate affected Linux hosts, block 83[.]142[.]209[.]194, hunt for /tmp/transformers.pyz, pgmonitor[.]py, and pgsql-monitor.service, and rotate exposed credentials.
Microsoft Threat Intelligence tweet media
English
110
685
4.8K
3.9M
Hover Hands retweetledi
nader dabit
nader dabit@dabit3·
This is crazy. The hacker installed a dead-man's switch that will wipe your computer if you revoke the GitHub token they stole from you. Revoking the token is what triggers the wipe.
nader dabit tweet media
TANSTACK@tan_stack

SECURITY ADVISORY — TanStack npm packages A supply-chain compromise affecting 42 @tanstack/* packages (84 versions total) was published to npm earlier today at approximately 19:20 and 19:26 UTC. Two malicious versions per package. Status: ACTIVE — packages are deprecated, npm security engaged, publish path being shut down. Severity: HIGH — payload exfiltrates AWS, GCP, Kubernetes, and Vault credentials, GitHub tokens, .npmrc contents, and SSH keys. If you installed any @tanstack/* package between 19:20 and 19:30 UTC today, treat the host as potentially compromised: • Rotate cloud, GitHub, and SSH credentials immediately • Audit cloud audit logs for the last several hours • Pin to a prior known-good version and reinstall from a clean lockfile Detection — the malicious manifest contains: "optionalDependencies": { "@tanstack/setup": "github:tanstack/router#79ac49ee..." } Any version with this entry is compromised. The payload is delivered via a git-resolved optionalDependency whose prepare script runs router_init.js (~2.3 MB, smuggled into each tarball at the package root). Unpublish is blocked by npm policy for most affected packages due to existing third-party dependents. All 84 versions are being deprecated with a SECURITY warning, and npm security has been engaged to pull tarballs at the registry level. Full technical breakdown, complete package and version list, and rolling status updates: github.com/TanStack/route… Credit to the security researcher for responsible disclosure.

English
144
1K
9.6K
1.7M
Hover Hands retweetledi
Matteo Spada
Matteo Spada@matteo_spada·
This app is making 50k installs monthly and an MRR of $350k! citing medical sources (Harvard) → gives authority and trust visualized goal timeline → concrete and realistic outcome paywall with bright colors "goals 4.2x faster" → higher subscription rate
English
6
15
178
10.9K
Hover Hands retweetledi
Idea Browser
Idea Browser@ideabrowser·
Skills you need to succeed in an AI world 1. Study trends, patterns, psychology. 2. Turn insights into ideas. 3. Execute to make them a reality. 4. Tell a story to sell the ideas (in your own business or to a bigger business) It doesn’t matter if you are looking for a job or starting a business, you’re selling ideas.
Idea Browser tweet media
Tom Verrilli@tdrobbo

x.com/i/article/2053…

English
3
5
31
2.8K
Hover Hands retweetledi
ClaudeDevs
ClaudeDevs@ClaudeDevs·
We're introducing the Claude Platform on AWS. This gives developers access to the same models and features as our native API, including Claude Managed Agents! Workloads, billing, and IAM stay inside AWS. Learn more: claude.com/blog/claude-pl…
ClaudeDevs tweet media
Claude@claudeai

Build and deploy agents at scale with Claude Managed Agents, or use features like the advisor strategy, code execution, web search, and more. Anthropic operates the service, and all new features ship the same day they go live on the native Claude API.

English
91
291
2.7K
328.9K
Hover Hands retweetledi
Andrej Karpathy
Andrej Karpathy@karpathy·
This works really well btw, at the end of your query ask your LLM to "structure your response as HTML", then view the generated file in your browser. I've also had some success asking the LLM to present its output as slideshows, etc. More generally, imo audio is the human-preferred input to AIs but vision (images/animations/video) is the preferred output from them. Around a ~third of our brains are a massively parallel processor dedicated to vision, it is the 10-lane superhighway of information into brain. As AI improves, I think we'll see a progression that takes advantage: 1) raw text (hard/effortful to read) 2) markdown (bold, italic, headings, tables, a bit easier on the eyes) <-- current default 3) HTML (still procedural with underlying code, but a lot more flexibility on the graphics, layout, even interactivity) <-- early but forming new good default ...4,5,6,... n) interactive neural videos/simulations Imo the extrapolation (though the technology doesn't exist just yet) ends in some kind of interactive videos generated directly by a diffusion neural net. Many open questions as to how exact/procedural "Software 1.0" artifacts (e.g. interactive simulations) may be woven together with neural artifacts (diffusion grids), but generally something in the direction of the recently viral x.com/zan2434/status… There are also improvements necessary and pending at the input. Audio nor text nor video alone are not enough, e.g. I feel a need to point/gesture to things on the screen, similar to all the things you would do with a person physically next to you and your computer screen. TLDR The input/output mind meld between humans and AIs is ongoing and there is a lot of work to do and significant progress to be made, way before jumping all the way into neuralink-esque BCIs and all that. For what's worth exploring at the current stage, hot tip try ask for HTML.
Thariq@trq212

x.com/i/article/2052…

English
829
1.8K
16.9K
2.4M
Hover Hands retweetledi
Akshay 🚀
Akshay 🚀@akshay_pachaar·
As an AI Engineer. Please learn: - Harness engineering, not just prompt engineering - Prompt caching vs. semantic caching tradeoffs - KV cache management at scale - Speculative decoding vs quantization - Structured output failures & fallback chains - Evals (LLM-as-judge + human evals) - Cost attribution per feature, not just per model - Agent guardrails & loop budgets - LLM observability as a first-class discipline - Model routing & graceful fallback logic - Knowing when to fine-tune vs. in-context learning
English
77
323
3.2K
211.8K
Hover Hands retweetledi
Tw93
Tw93@HiTw93·
🎉 Mole for Mac is here! mole.fit A quiet keeper for your Mac. Clean, uninstall, optimize, analyze, and monitor, all in one native app. Replaces CleanMyMac · AppCleaner · DaisyDisk · iStat Menus. $9 once · 2 Macs · lifetime updates · code MOLELOVE for 20% off
English
265
153
2.3K
398.2K
Hover Hands retweetledi
DAN KOE
DAN KOE@thedankoe·
The 2-4 hours you spend scrolling each day (or 730-1460 hours each year) is more than enough time to write a book, build a business, or get in shape. In the moment, it seems like nothing. That's why it's so dangerous. Your time disappears without you being conscious of it.
English
471
2.1K
15.2K
344.4K
Hover Hands retweetledi
Kellan Olson
Kellan Olson@KellanOlson·
ZXX
1.6K
13.4K
139.7K
11M