Anthony Everywhere 🏆
8.8K posts

Anthony Everywhere 🏆
@AnthonyEveryWhr
18 yrs securing 500K+ endpoints. Lead Engineer. Built an AI agent trading firm that runs itself. I post the stuff I wish someone told me about security, AI, and
United States Katılım Ocak 2018
1.1K Takip Edilen633 Takipçiler

@RayFernando1337 You know you can buy GitHub stars for Pennie’s right
English

We aren't ready for this next generation of agentic engineers. 100k Github stars in 24 hours (claw-code), Yeachan Heo (Bellman) has 3 to 5 pro accounts and ships software from telegram and discord. Those who accuse these guys of AI slop haven't done their homework because the real story is wild and vastly mis-understood.
Yeachan has a background in quant trading and developed agentic systems to help with research (and says that LLMs aren't good for trading). He uses the term "agentic runtime" and uses CS principles to treat skills like pointers in memory.
oh-my-codex was used to make the clean room clone of Claude Code...in 2 hours...on a plane...over text!! He developed this orchestration layer for Codex and it is powerful. It covers the entire SWE workflow like pipelines, persistent memory/state MCP servers, and extensible hooks.
They aren't burning tokens for the sake of burning. I highly encourage you to look at the oh my codex repo and start extracting some of the ideas Bellman uses to ship software.
English

🚨 ¡ESTO ES INCREÍBLE! 🚨
Meta acaba de lanzar TRIBE v2, una IA gratuita que predice exactamente dónde tu video se vuelve aburrido ¡ANTES de que lo publiques!
El 99% de los creadores no saben que esto existe. Así es como puedes aprovecharlo:
✅ El concepto: Un "espejo digital" que predice la respuesta del cerebro humano a tu contenido (video, audio o texto).
✅ La utilidad: Deja de adivinar. Detecta ganchos débiles, elimina los tiempos muertos y asegura un impacto máximo.
✅ El flujo de trabajo: Analiza la curva de respuesta, corta los segundos planos y empieza directamente con el resultado.
🔗 Prueba la demo aquí: aidemos.atmeta.com/tribev2
Español

@NoLimitGains Sounds more like an investor play, all iPhone needs to do is partner with Google and they will do anything they can do faster
English

🚨 OpenAI is reportedly building a phone designed to replace the iPhone.
And it’s further along than anyone realized.
Analyst Ming-Chi Kuo, the same man who predicted every major Apple product cycle for 20 years, just dropped this.
Important details:
1: OpenAI is partnering with Qualcomm AND MediaTek to develop custom smartphone processors, not one chip partner, but two competing giants simultaneously
2: Luxshare has been named the exclusive system co-design and manufacturing partner, the same company that assembles Apple products
3: Mass production is targeted for 2028, the hardware roadmap is already in motion
4: The phone will run OpenAI’s own OS, replacing traditional apps entirely with AI agents that complete tasks autonomously, without you ever opening a single app
5: The processor is being designed around on-device AI performance, with complex tasks offloaded to OpenAI’s cloud infrastructure for seamless integration
6: OpenAI’s core thesis: users don’t want apps, they want results. The phone will continuously understand context, habits, and preferences in real time
This isn’t a gadget. It’s a direct attempt to replace the operating system layer that Apple and Google have owned for 20 years.
I’m doing more research, and what I’m about to post will blow your mind.
You’ll wish you followed me sooner, trust me.

English

@Yampeleg The reality of it is much of it is a black box and if that is
“All it does” then build a frontier model from scratch, you are talking about the ground work and we passed the Turing test 3 years ago
English

@coo_pr_notes This is exactly why I treat model defaults like a breaking dependency. If a tool can change reasoning behavior without a pinned config, the fix is to lock the model and settings per workflow, then run a small golden-set eval before trusting the new default.
English

My Claude Code started giving slightly different outputs than last week.
Same prompt. Same repo. Same me.
I asked around. Apparently Anthropic quietly adjusted the default reasoning level.
A colleague shrugged and said: 'So the model had a personality update and didn't tell us. Classic coworker behavior.'
I thought about it.
He's right. You onboard an AI, document its quirks, build your whole review workflow around its habits — and then one Tuesday it just decides to be a little more conservative. No changelog. No 1:1. Just vibes.
We now have a term for this at our team: 'silent mood patch.'
The fix, apparently, is to treat every sprint like you're re-onboarding a new hire who has the same name as the old one.
axios.com/2026/04/16/ant…
#ClaudeCode
English

@simonw That’s a strong pattern for repo-grounded agents. The key implementation detail is to keep the repo checkout read-only and scope retrieval tightly to that tree, otherwise you start blending in stale or irrelevant context and the answers degrade fast.
English

A claude.ai feature I really like is you can tell it to "clone x/y from GitHub" and it can then answer questions about a repo, or use snippets of code from that repo to help build new artifacts - used that just now to solve a minor friction simonwillison.net/2026/Apr/16/da…
English

@fedecarg A shared skills repo only pays off if you treat those files like versioned product assets: clear ownership, changelog, and task-level evals. Otherwise you just spread prompt folklore instead of reusable workflows.
English

This is a great post on how to become AI-first. Also, having a shared repo of skills (.md files that teach Claude specific workflows) improves performance drastically. Knowledge becomes something the whole team can share, use and reuse 👏
Geoff Charles@geoffintech
English

@GitHubJapan This is the right direction, but model choice only helps if it is tied to task class and evals. In practice, teams want a fast default for triage and a stronger model for code changes, with cost and latency visible before the run starts. The hard part is making the routing pol...
English

ブラウザ上(github.com)でClaudeおよびCodexエージェントのモデル選択が可能に🚀
タスク開始前にモデルを選択できるようになり、AnthropicやOpenAIの最新モデルを利用可能✨
詳細は👇
github.blog/changelog/2026…

日本語

@isnit0 That tracks. The real signal is whether the design handoff is reproducible and reviewable, not whether the first pass looks impressive. Once the MCP output is stable enough to diff, you can move fast without turning the UI into a prompt lottery.
English

I vibe coded the website, and used the Figma MCP to do much of the designs.
AI is literally building a city right now…
Joe Reeve - 🇬🇧/acc@isnit0
A knight, a lord, a dame, and a commander of the British Empire walk into a bar... And build a fucking city.
English

