Gary Meyer

13.5K posts

Gary Meyer banner
Gary Meyer

Gary Meyer

@garymeyerca

Dad, technology + marketing - 🇿🇦 in 🇨🇦

Toronto, Ontario Katılım Kasım 2008
294 Takip Edilen2.6K Takipçiler
Hooman
Hooman@monSense5·
@garymeyerca Twee skroewe drie moere en 'n lang stuk draad 🦾
Nederlands
2
1
19
1.6K
Andrej Karpathy
Andrej Karpathy@karpathy·
Judging by my tl there is a growing gap in understanding of AI capability. The first issue I think is around recency and tier of use. I think a lot of people tried the free tier of ChatGPT somewhere last year and allowed it to inform their views on AI a little too much. This is a group of reactions laughing at various quirks of the models, hallucinations, etc. Yes I also saw the viral videos of OpenAI's Advanced Voice mode fumbling simple queries like "should I drive or walk to the carwash". The thing is that these free and old/deprecated models don't reflect the capability in the latest round of state of the art agentic models of this year, especially OpenAI Codex and Claude Code. But that brings me to the second issue. Even if people paid $200/month to use the state of the art models, a lot of the capabilities are relatively "peaky" in highly technical areas. Typical queries around search, writing, advice, etc. are *not* the domain that has made the most noticeable and dramatic strides in capability. Partly, this is due to the technical details of reinforcement learning and its use of verifiable rewards. But partly, it's also because these use cases are not sufficiently prioritized by the companies in their hillclimbing because they don't lead to as much $$$ value. The goldmines are elsewhere, and the focus comes along. So that brings me to the second group of people, who *both* 1) pay for and use the state of the art frontier agentic models (OpenAI Codex / Claude Code) and 2) do so professionally in technical domains like programming, math and research. This group of people is subject to the highest amount of "AI Psychosis" because the recent improvements in these domains as of this year have been nothing short of staggering. When you hand a computer terminal to one of these models, you can now watch them melt programming problems that you'd normally expect to take days/weeks of work. It's this second group of people that assigns a much greater gravity to the capabilities, their slope, and various cyber-related repercussions. TLDR the people in these two groups are speaking past each other. It really is simultaneously the case that OpenAI's free and I think slightly orphaned (?) "Advanced Voice Mode" will fumble the dumbest questions in your Instagram's reels and *at the same time*, OpenAI's highest-tier and paid Codex model will go off for 1 hour to coherently restructure an entire code base, or find and exploit vulnerabilities in computer systems. This part really works and has made dramatic strides because 2 properties: 1) these domains offer explicit reward functions that are verifiable meaning they are easily amenable to reinforcement learning training (e.g. unit tests passed yes or no, in contrast to writing, which is much harder to explicitly judge), but also 2) they are a lot more valuable in b2b settings, meaning that the biggest fraction of the team is focused on improving them. So here we are.
staysaasy@staysaasy

The degree to which you are awed by AI is perfectly correlated with how much you use AI to code.

English
902
2.3K
18.8K
3.6M
YiMing
YiMing@yimingdothan·
it's finally spring
YiMing tweet mediaYiMing tweet mediaYiMing tweet media
English
1
1
13
529
Scott Nosenko
Scott Nosenko@nosenkoscott·
I think an account executive has hacked this account. Anytime I heard some jagoff on an interview say this to me, I knew I wasn’t gonna take the job. AE hack when creative isn’t presenting: put a shitty AE idea in the deck, the AE will be a cheerleader for ALL the ideas. Simps
derek walker@dereklwalker

@leeclowsbeard But everyone is creative.

English
1
0
1
241
MatS
MatS@Matthew86744190·
@garymeyerca Haven't had coffee in a few mths
English
1
0
1
35
Gary Meyer
Gary Meyer@garymeyerca·
I stopped drinking coffee about a month ago. It still smells amazing but now it tastes awful.
English
2
0
5
3.3K
Gary Meyer
Gary Meyer@garymeyerca·
RT @byronrode: I built gotthetime.app in 2023. I launched it and never did anything with it. I've put it on sale for the next 7 da…
English
0
1
0
296
Byron Rode
Byron Rode@byronrode·
Some interesting nuance using `gemma4:26b` vs the gpt5.x family with pi. You need to be a bit more direct: "fix this feedback" vs just pasting the feedback. Running it on openclaw as well, to see how it fairs.
English
1
0
3
139
Saint Nomad
Saint Nomad@Saint_n0mad·
designed purely minimalist and thoughtful serviceability
Saint Nomad tweet mediaSaint Nomad tweet mediaSaint Nomad tweet mediaSaint Nomad tweet media
English
14
45
698
369.6K
Gary Meyer
Gary Meyer@garymeyerca·
I’ve hit my weekly limits. So now what?
GIF
English
0
0
1
220
Nathan Labbe
Nathan Labbe@Cappy_Nate·
Started an Actual Canadian Builders group chat. -Hardware -Software -Space -Defence -Web3 -Health -AI -Energy -Manufacturing You name it. But it's a Canadian only zone. 🇨🇦 If you want in, drop your name in the comments and ping anyone who should be there! LFG! 💪🇨🇦🏗️🚀
Nathan Labbe tweet media
English
490
23
465
58.1K
Gary Meyer
Gary Meyer@garymeyerca·
@steipete @garrytan I can’t wait to set this up to manage that one mention I get every few weeks.
English
1
0
5
439
Peter Steinberger 🦞
@garrytan Now they just need to ship a "sign in with X" mode with some free readonly quota. Current setup way is so painful.
English
9
3
194
13.8K
Garry Tan
Garry Tan@garrytan·
On the heels of @steipete complaining that X makes it much much slower to access X on Lex Fridman... this is a huge move. Thanks X team!
Jon Oringer@jonoringer

This is huge : @X released an MCP server today.. How to Connect X to your 🦞 : **Step 1: Run the XMCP Server** git clone github.com/xdevplatform/x… cd xmcp cp env.example .env Edit the .env file with your X OAuth consumer key and secret. Set the callback URL to http://127.0.0.1:8976/oauth/callback in your X Developer app. For safety, add an allowlist such as: X_API_TOOL_ALLOWLIST=searchPostsRecent,createPosts,getUsersMe,getPostsById,likePost,repostPost Then run: python -m venv .venv && source .venv/bin/activate pip install -r requirements.txt python server.py The server will be available at http://127.0.0.1:8000/mcp. Complete the OAuth flow on first run and keep this process active. **Step 2: Add XMCP in @OpenClaw** Use the following command: openclaw mcp set x '{ "url": "http://127.0.0.1:8000/mcp" }' Verify with: openclaw mcp list openclaw mcp show x **Step 3: Test the Integration** Restart the OpenClaw agent or reload MCP configuration if required. Test by sending these prompts to OpenClaw in your chat app: - Search recent posts about MCP on X and summarize the top trends - Draft and post this thread on X - Get my X profile information - Like the latest post from @xdevplatform OpenClaw will use the XMCP tools automatically when relevant. **Key Benefits** - OpenClaw provides persistent memory and works across multiple messaging platforms. - XMCP delivers standardized access to X API functionality. - Combined, they enable an agent that can research trends, post content, engage with posts, and report results within your existing chat workflows. **Safety and Configuration Notes** Start with a minimal tool allowlist in the XMCP .env file. Expand gradually after testing. The allowlist can be updated and requires restarting the XMCP server. Monitor logs in both the XMCP server and OpenClaw for troubleshooting. X actions performed by the agent are public. XMCP repository: github.com/xdevplatform/x… OpenClaw MCP documentation: docs.openclaw.ai/cli/mcp

English
14
23
476
119K
Gary Meyer
Gary Meyer@garymeyerca·
If you want to understand @elonmusk all you need to look at this picture. How *dare* we not have an offsite back up?
Gary Meyer tweet media
English
1
0
4
169
Gary Meyer
Gary Meyer@garymeyerca·
@daverade Sadly bad, but maybe that’s because my experience was 100% the tv show as a child and not the graphic novels.
English
1
0
1
14
RadieZA
RadieZA@daverade·
@garymeyerca Is your mind leaning towards good or bad? I saw the trailer the other day and it got my interest.
English
1
0
0
23
Gary Meyer
Gary Meyer@garymeyerca·
@byronrode @daverade How do you guys handle the boredom of running. To think clearly I need my brain to be occupied. Running at 50kph would do that 😂
English
2
0
2
23
Byron Rode
Byron Rode@byronrode·
@daverade Same bud. I have run twice (I think) since Nov. Hating it
English
1
0
1
53
RadieZA
RadieZA@daverade·
I f*cking miss running. This year has been injury and illness and I've just not gotten going. It's my personal time, with my thoughts. I've hit the gym hard in the last 5 weeks, but being on the road is... different for me.
RadieZA tweet media
English
5
0
23
313
Gary Meyer
Gary Meyer@garymeyerca·
You can just learn anything.
Gary Meyer tweet media
English
1
0
2
155
kache
kache@yacineMTB·
@garymeyerca Uhhhhh have you considered helping build the mesh
English
2
0
10
445
kache
kache@yacineMTB·
instead of getting your kid a phone, set up a mesh network in your city and keep in contact with them over 915mhz
CNX Software@cnxsoft

Features-rich, smartphone-like ESP32-P4 devkit cnx-software.com/2026/03/31/t-d… @lilygo9 T-Display-P4 comes with a 4.05-inch TFT display or 4.1-inch AMOLED, a 2MP camera, WiFi 6, BLE, 802.15.4, GPS, and optional LoRa connectivity, built-in microphone and speaker, a 3.5mm audio jack, and a few USB and expansion ports. The company provides instructions and samples for the ESP-IDF framework, and MeshCore firmware has already been ported to it.

English
33
89
1.4K
53.8K