Stephen Lacy

698 posts

Stephen Lacy banner
Stephen Lacy

Stephen Lacy

@stephenlacy

@apple Built: @staehere @playgodfall @runreal_dev

SF Katılım Kasım 2011
854 Takip Edilen4K Takipçiler
Wilson Kyi
Wilson Kyi@WilsonKyi·
@bchesky "mafia recruiting" works for hiring the best people. It's the same method I use for investing in the best founders. By the time you open a role, you're already too late. The best people are always tracked. It's just a matter of who's been tracking them. Most founders run reactive searches. Role opens. Hire a search firm. 50 profiles, 10 calls, 3 finalists. Pick the least bad. A year later you realize they're mediocre. Brian does the opposite. He tracks talent mafias. In the past, many have been proven to be high talent density, and each of them have something their known for e.g. technical, ops, design, FDE from @Square @Uber @Dropbox @stripe @tryramp @scale_AI @PalantirTech @Airbnb Two ways to build a shadow list of the best people you're tracking (similar to @cursor_ai's hiring method) 1) Start with results, work backward to people. Don't say "Nike has good marketing, let me poach from Nike." Find a specific ad you love. Track down who actually made it. 2) Pipeline before you need it. "Who are the 2-3 best people you know?" The best VC's do the same thing. We don't wait until a founder is raising, because by that time the round is effectively done. Here are some of the AI mafias I'm tracking, and DM me if you want to know the rest of the list and how I prioritize based on specific teams, vintages, and function. @OpenAI @AnthropicAI @harvey @mercor_ai @cursor_ai @xai @SpaceX @SierraPlatform If you're a founder and you can't name the next 5 hires you'd make, or the next 5 founders you'd invest, someone else is already hunting them down. h/t recent AI founder mode episode on @InvestLikeBest @patrick_oshag
Wilson Kyi tweet media
English
7
3
71
33.2K
Lucas
Lucas@__Rhodium__·
For the defense tech hackathon, I built a sabotage drone with a robotic arm that takes natural language commands and executes missions autonomously. -On-device LLM for reasoning, mission planning, flight control primitives, and success verification -Closed-loop visual servoing for stable positioning -Precise arm manipulation from a monocular CV pipeline: vertical kernel + PCA for axis and depth estimation (for antenna bending)
Lucas tweet media
English
18
37
386
16.6K
Stephen Lacy
Stephen Lacy@stephenlacy·
@nicole_clash That could work for capturing demo and project details: “does the repo Actually Do Anything?” The results would be filtered down, not by taste/judgement but by quality. I would also have the audience vote grand prize, that is how I ran my hackathons.
English
0
0
2
140
Nic0le
Nic0le@nicole_clash·
Yo I was just thinking, isn’t the solution to slop judge inconsistencies at hackathons literally just having an aligned AI be a judge that sits in on all demos alongside human judges? Say you have a first round to figure out who the finalists are from out of 300 people, 6 people are finalists, and you have 60 judges. Instead of splitting the judges into groups of 3, and having each group do 15 teams of 3 minutes each, which is downright retarded (3 minutes is not nearly enough lol), You have your 60 judges evaluate 5 demos each, individually, each up to 10 minutes (teams don’t have to take that long if they don’t want to, but more explanation the better no?). You have an AI that evaluates all 300, consistently. Top 2 scores from the AI side makes it into finals automatically, the remaining 4 spots can be any system of weighing human vs AI opinions that you think is fair. Not proposing these exact numbers and weights, but you get the idea.
English
7
1
66
52.1K
Nic0le
Nic0le@nicole_clash·
Ah actually, nvm. The judges were fking retarded. Just found out the one guy I talked to that had a sick project I was 100% fine losing to (I literally coded for 28 hours straight to get this shit built, didn’t socialize at all), they got 5th (I left after not getting past the first round). Took a closer look at the teams that won. What the FUCK lol. You’re telling me, my project, Where I literally had a fully working system, That ingested 10+ different data sources, Resulted in 1000+ military grade reports, With REAL LIVE data, MESSY data sources too, like literally Twitter, Didn’t get at least top 2, where every other project besides the one guy I had talked to, Is significantly worse in terms of real world applications and use cases? And would have taken me 2 hours to build? You’re shitting me, right?
Nic0le@nicole_clash

National Security hackathon yesterday. Unlike the others I’ve been to, I did not give myself a very high chance of winning. It’s not remotely close to my fields of expertise. And I didn’t win. LOL. Yes, I have taken a LOT of Ls in my life. But every single L I’ve taken, I’ve walked away stronger from. In my extremely sleep deprived state on my Uber ride back home, a thought occurred to me. An idea that unironically wouldn’t have come to me if I didn’t go to a military hackathon. A generational B2C idea that I am willing to drop everything I have on hand to all in. No, it doesn’t have anything to do with anything I’ve mentioned before. And it has nothing to do with the video that I’m attaching to this post. I’m showing my hackathon project because, even though I didn’t win, I am proud of what I managed to build. And I might as well keep practicing my presentation skills, for the day that I do it for reals. Ty for the event @cerebral_valley @USArmy, was fun, learned a lot.

English
202
401
9.4K
7.5M
Stephen Lacy
Stephen Lacy@stephenlacy·
@nicole_clash Yeah my teammate and I built a flying robot on a drone with a working autonomous arm, didn’t make it to the finals. I am salty
English
2
0
19
4K
shaggy
shaggy@shaggysurvives·
going to start pronouncing CLI like “clih” the way people pronounce GUI like “gooey”
English
65
183
4.5K
101.7K
Stephen Lacy
Stephen Lacy@stephenlacy·
The deobfuscated code:
Stephen Lacy tweet media
English
0
0
2
123
Stephen Lacy
Stephen Lacy@stephenlacy·
It is extremely annoying how easy it is to spread malware. Assume all Polymarket or crypto "trading bots" on github are malware. Example: It only takes 5s to realize the code smells bad. Let me walk you through it: 1. The readme says "No wallet or API keys required" < that is impossible - all trading bots must use either a private key or an api key. 2. This is a suspect import: CashBlazorLab/polymarket-trading-bot src/index.ts#L10 All other imports are `import` while this is a createRequire. 3. The `bn-eslint.js` makes no sense - no package should EVER import an eslint package in runtime. 4. bn-eslint.js is a fake package that hides it's true intentions: a. it reports as "big.js" but is called bn-eslint.js b. it imports the payload package `npm-eslint-helper` which contains the actual malware c. socket reports it as malware: socket.dev/npm/package/bn… 5. I downloaded the tarballs for bn-eslint.js and big.js 6. A quick glance of bn-eslint.js showed a weird import at line 605 where it imports `npm-eslint-helper` 7. I downloaded the tarbal for `npm-eslint-helper` and whatcha know, it's obfuscated code. 8. It grabs the .env, id.json, config.toml, and sends it to eslint-helper.vercel .app
Stephen Lacy tweet media
Atenov int.@Atenov_D

This Polymarket arb bot made $317 profit without holding a single position for more than 4 minutes. No wallet. No API keys. Just live read-only prices and a 46-second entry window. > It targets 5-minute BTC Up/Down markets. Entry only when price lands between 0.14 and 0.26, between second 25 and 71. Miss that window - the bot logs "Entry window passed" and waits for the next one. Exit logic is the real edge. Minimum 3s hold. Defers sell if bid drops below 85% of entry. Forces out by t=265s regardless. 1% fee + 0.5% slippage already baked in. $100 in - ~$40 profit $500 in - ~$300 profit $1,000 in - ~$500 profit TypeScript. Open source. Logs everything to console and logs.txt. github.com/CashBlazorLab/…

English
2
2
12
913
Stephen Lacy
Stephen Lacy@stephenlacy·
Stephen Lacy@stephenlacy

Do NOT run or clone the repository - It is malware! It only takes 5s to realize the code smells bad. Let me walk you through it: 1. The readme says "No wallet or API keys required" < that is impossible - all trading bots must use either a private key or an api key. 2. This is a suspect import: #L10" target="_blank" rel="nofollow noopener">github.com/CashBlazorLab/… All other imports are `import` while this is a createRequire. 3. The `bn-eslint.js` makes no sense - no package should EVER import an eslint package in runtime. 4. bn-eslint.js is MALWARE: a. it reports as "big.js" but is called bn-eslint.js b. it is literally malware: socket.dev/npm/package/bn… 5. I downloaded the tarballs for bn-eslint.js and big.js

English
1
0
0
33
The Irritator
The Irritator@DefankoB·
@Atenov_D @Polymarket @PolymarketTrade typosquatted dependencies that are not legitimate npm packages: "bn-eslint.js": "^8.0.5", ← real package is "bn.js" "web-http-errors": "^4.5.1" ← real package is "http-errors"
English
1
0
1
99
Atenov int.
Atenov int.@Atenov_D·
This Polymarket arb bot made $317 profit without holding a single position for more than 4 minutes. No wallet. No API keys. Just live read-only prices and a 46-second entry window. > It targets 5-minute BTC Up/Down markets. Entry only when price lands between 0.14 and 0.26, between second 25 and 71. Miss that window - the bot logs "Entry window passed" and waits for the next one. Exit logic is the real edge. Minimum 3s hold. Defers sell if bid drops below 85% of entry. Forces out by t=265s regardless. 1% fee + 0.5% slippage already baked in. $100 in - ~$40 profit $500 in - ~$300 profit $1,000 in - ~$500 profit TypeScript. Open source. Logs everything to console and logs.txt. github.com/CashBlazorLab/…
Atenov int. tweet media
Atenov int.@Atenov_D

while everyone was guessing whether the US would strike Iran - one wallet already knew the answer. and had $74K on it at 10 cents. this is a truly anonymous account. Today I'm showing it to you > here's what that looks like in practice. February 2026. US strikes Iran market sitting at 10 cents. the crowd thinks it's a longshot. Anon drops $74,086 on YES. strikes happen. $275,278 out. +271%. but that was just one trade. Khamenei out as Supreme Leader? YES at 85 cents -> $1,118,141. US x Iran ceasefire by April 7? YES at 62 cents -> $564,744. Iran x Israel/US conflict ends? YES at 61 cents -> $334,520. US x Iran ceasefire by April 30? YES at 38 cents -> $209,954. every position: Iran. every answer: it's happening. right now he's sitting on Iranian regime collapse by 2027 at 41 cents. Reza Pahlavi entering Iran by June 30 at 60 cents. $733K in active positions. the thesis hasn't changed since day one. copy trade via @ProbTradeAI: app.prob.trade/traders/0xde7b… either this is the most informed geopolitical trader on Polymarket. or someone very close to these negotiations has a @Polymarket account. the wallet doesn't explain itself.

English
32
8
132
12.8K
Stephen Lacy
Stephen Lacy@stephenlacy·
Stephen Lacy@stephenlacy

Do NOT run or clone the repository - It is malware! It only takes 5s to realize the code smells bad. Let me walk you through it: 1. The readme says "No wallet or API keys required" < that is impossible - all trading bots must use either a private key or an api key. 2. This is a suspect import: #L10" target="_blank" rel="nofollow noopener">github.com/CashBlazorLab/… All other imports are `import` while this is a createRequire. 3. The `bn-eslint.js` makes no sense - no package should EVER import an eslint package in runtime. 4. bn-eslint.js is MALWARE: a. it reports as "big.js" but is called bn-eslint.js b. it is literally malware: socket.dev/npm/package/bn… 5. I downloaded the tarballs for bn-eslint.js and big.js

English
0
0
0
12
Stephen Lacy
Stephen Lacy@stephenlacy·
Do NOT run or clone the repository - It is malware! It only takes 5s to realize the code smells bad. Let me walk you through it: 1. The readme says "No wallet or API keys required" < that is impossible - all trading bots must use either a private key or an api key. 2. This is a suspect import: #L10" target="_blank" rel="nofollow noopener">github.com/CashBlazorLab/… All other imports are `import` while this is a createRequire. 3. The `bn-eslint.js` makes no sense - no package should EVER import an eslint package in runtime. 4. bn-eslint.js is MALWARE: a. it reports as "big.js" but is called bn-eslint.js b. it is literally malware: socket.dev/npm/package/bn… 5. I downloaded the tarballs for bn-eslint.js and big.js
English
2
0
5
231
Stephen Lacy retweetledi
Lucas
Lucas@__Rhodium__·
Won best edge AI at the @ycombinator and @innate_bot hackathon! We built a local VLM multi-rover orchestrator for Mars exploration. On-device navigation and automated fault detection & recovery across odometry, stereo vision, and lidar. Thanks for hosting, @ax_pey!
Lucas tweet mediaLucas tweet media
English
12
29
234
17.7K
Jason Levin
Jason Levin@iamjasonlevin·
I'm renting out a movie theater in NYC to watch IG Reels. The date? April Fools. But this is 100% real. Come out and enjoy IG Reels on the big screen where they belong
English
45
40
1.3K
139.5K
Tengen
Tengen@0xTengen_·
polymarket trader made another $500k on sports and his pnl is now sitting at $11.3m this is an absolute record on the platform the guy is averaging over $1.1m in pure profit every single month he actively buys "no" on favorites because it covers both the draw and the loss we saw exactly this with his villarreal and psg positions his read on the top 5 football leagues is flawless like i said before, this isn't some hft bot, his low transaction count indicates that there's an human behind the screen also he snipes coinflips at ~50¢ in us sports: catching nba spreads and nba totals (knicks/pacers under 227.5 at 50.3¢) a masterclass in diversification and heavy sizing you can check his active and closed predictions below his profile: @kch123?via=tengen" target="_blank" rel="nofollow noopener">polymarket.com/@kch123?via=te… in a sea of bots, the biggest whale is still human
Tengen tweet mediaTengen tweet media
Tengen@0xTengen_

polymarket trader made $10.8m by betting on sports and no, this isn't a ui glitch meet kch123: number one legend in the sports order book literally no one is doing it bigger than him right now averaging $1.2m a month in profit across 1,870 bets unlike the HFT bots farming micro spreads, this is pure human conviction with ruthless sizing his strategy? it looks like a masterclass in heavy directional betting no complex arbitrage, just identifying premium setups and executing with maximum size to pull $1m+ profits per game his profile: @kch123?via=tengen" target="_blank" rel="nofollow noopener">polymarket.com/@kch123?via=te… the alpha isn't just seeing what he plays, it's getting his exact entry price to mirror his bets and lock in the best odds before the lines move you can copytrade this legend via @tengen" target="_blank" rel="nofollow noopener">kreo.app/@tengen and just allocate your size once and let his 8 figure conviction do the heavy lifting nfa polymarket truly has no boundaries

English
54
57
933
672.3K
Yet another commodity guy
Yet another commodity guy@tleilax___·
Having fun with the polymarket dataset. Good sentiment indicator and also offering arbitrage opportunities to the sharp quant ;) I never though I'd use simplex and geometry to rectify probabilities and seek arbitrages on stuff like 174 contract wide PGA Tour golf tournament winning odds. Because there HAS to be a winner. Seems the implied belief volatility concept holds water too.
Yet another commodity guy tweet mediaYet another commodity guy tweet mediaYet another commodity guy tweet media
English
8
7
239
24.6K