yaolei

35 posts

yaolei banner
yaolei

yaolei

@yaolei11

AI every day, useful tools, experiments, insights, and practical tips

Kizlyar Katılım Temmuz 2017
78 Takip Edilen14 Takipçiler
yaolei
yaolei@yaolei11·
@chopeaceus being small and flexible lets you move so much faster than big institutions
English
0
0
0
134
HateJPG
HateJPG@chopeaceus·
Quant can reveal why small, flexible capital can sometimes beat large capital that has to keep moving. Good example The trap is governance. Most investors read that as a return story. It is really a mandate story. Institutions often have to keep deploying capital. Committees, allocations, benchmarks, career risk. BOOKMARK this before copying any allocation strategy. The calendar keeps moving, even when the market is expensive or broken. A family office can do the opposite. Disappear when everything is crowded. Then move when sellers are forced. Credit is tight. Good assets get priced like bad assets. The quant lesson is not “buy the dip.” The same signal changes value by mandate. A drawdown is not one signal for everyone. It depends on who can hold, size, and wait. “Buy when things are down” fails if your capital can be pulled. It fails if the position is too large. It fails if your mandate forces rebalancing at the worst time. Flexibility is not a vibe. It is an option. You are paying for the right to wait. The right to say no. The right to concentrate. The right to move before a committee finishes. Small capital can sometimes beat large capital because it can change state faster. Practical rule: before copying any investor’s strategy, ask what constraint made it possible. If you do not have their time horizon, liquidity, governance, sourcing, or stomach for drawdowns, you do not have their edge.
kocer@kocer_eth

x.com/i/article/2078…

English
18
38
261
8.1K
yaolei
yaolei@yaolei11·
@brainrulax love seeing older hardware get a cheap second life for running local stacks
English
1
0
1
42
BrainRul
BrainRul@brainrulax·
𝐒𝐩𝐞𝐧𝐭 $𝟑𝟓𝟎 𝐮𝐩𝐠𝐫𝐚𝐝𝐢𝐧𝐠 𝐚 𝟐𝟎𝟏𝟗 𝐌𝐚𝐜 𝐏𝐫𝐨'𝐬 𝐂𝐏𝐔 𝐢𝐧𝐬𝐭𝐞𝐚𝐝 𝐨𝐟 𝐛𝐮𝐲𝐢𝐧𝐠 𝐚 𝐰𝐡𝐨𝐥𝐞 𝐧𝐞𝐰 𝐦𝐚𝐜𝐡𝐢𝐧𝐞. Here's what went into it: > Xeon W-3235 (used) - $200.
> Thermal paste + cleanup supplies - $20.
> Misc tools/parts - $80.
> Total spent on the upgrade - $350. New Mac Pro with similar CPU performance from Apple: $7,000+ Performance after upgrade: - Noticeably faster under sustained load, no more thermal throttling. - Multitasking across heavy apps feels like a different machine. - Still fully supported by Apple 6+ years in. Same shell, way more headroom, a fraction of the cost of starting over.
kerazcity@0xkerazcity

x.com/i/article/2063…

English
8
3
50
6.2K
yaolei
yaolei@yaolei11·
@0xkerazcity insane to see how fast solo devs can build full game worlds now
English
0
0
1
117
kerazcity
kerazcity@0xkerazcity·
claude just built a playable gta-style game in hours. the interesting part isn't the demo. it's that ai can already generate game logic, environments, assets, and working code fast enough that one person can build what used to take an entire studio. gta online generated over $8 billion across 12 years. the next opportunity isn't competing with rockstar. it's building the mods, tools, and businesses millions of gta 6 players will eventually pay for. most people will play gta 6. a much smaller group will build businesses around everyone else playing it. full breakdown in the article. 👇
kerazcity@0xkerazcity

x.com/i/article/2076…

English
14
3
30
3.8K
yaolei
yaolei@yaolei11·
@kocer_eth submerged setups look wild but running heavy local stacks without cloud bills is the dream
English
0
0
0
7
kocer
kocer@kocer_eth·
AN OWNED AI SERVER CAN TRADE CLOUD BILLS FOR WATTS, VRAM, MAINTENANCE, AND A RACK BUBBLING AT 45°C look at the weird part first: the boards are not protected from the liquid. they are sitting inside it. the rack is submerged in dielectric cooling fluid. bubbles come off the hardware. the status screen shows roughly 45°C. not a sci-fi aquarium. a local AI server pushed past desk-PC territory. a small local AI PC can run Ollama, llama.cpp, Open WebUI, vLLM, Qwen, DeepSeek, Llama, coding agents, private RAG, client docs, and internal tools. small setup: one GPU, fans, noise, a few models. serious setup: heat becomes the product problem. cloud is easy until every prompt is billable. every token leaves your machine. every busy hour waits behind someone else’s capacity. owned hardware flips the trade. you pay in GPUs, electricity, RAM, storage, cooling, and maintenance. this liquid-cooled rack is the extreme version: less cloud dependency, more physical responsibility. the bottleneck is not only model quality anymore. it is watts, thermals, VRAM, and whether you can keep the machine alive while it thinks all day.
kocer@kocer_eth

x.com/i/article/2071…

English
18
6
48
7.6K
yaolei
yaolei@yaolei11·
@vorty279 handing the debugging loops over to agents is such a massive workflow unlock
English
0
0
0
3
vorty
vorty@vorty279·
what is loop engineering. the video explains the thing most people already do by hand without noticing your current cycle. you write a prompt, get back the wrong thing, tweak it, send again. that's a loop too. you're just the one running it, and the bottleneck is you loop engineering is when an agent runs that loop instead. you hand over the task once, it plans, executes, checks itself, then decides to keep going or stop the example from the video. an off-by-one bug, goal is to make the test pass. the agent fixes, runs the test, reads the error, fixes again and here's where it breaks for everyone with no stop condition the loop never ends. tests keep failing, the agent keeps spinning, the bill keeps climbing. you need a hard cap on iterations context fills up and the agent starts editing code that was never broken. keep the latest error and file, summarize the old steps, remind it of the goal a command fails and the agent just stops. you need a plan for errors so a failure becomes feedback instead of an ending don't build this by hand. langgraph defines the loop as a set of steps, claude agent sdk runs the whole cycle for you it's not one magic prompt. it's the loop around the model
koba@kobaHUB

x.com/i/article/2078…

English
3
2
21
2.1K
yaolei
yaolei@yaolei11·
@ArchiveExplorer having cited reports from an autonomous researcher is going to save so much time
English
1
0
1
55
Archive
Archive@ArchiveExplorer·
The guy behind Tavily just put a project on GitHub that turns any LLM into an autonomous research agent. it's called gpt-researcher, and the trick is stupidly simple: one LLM plans the research questions, N execution agents fetch the web sources in parallel, another LLM aggregates it all into a fully cited report. / works with any LLM - OpenAI, Anthropic, Groq, Ollama, or local / every fact cited to a source - no hallucination cover-up / installs as a Claude skill: npx skills add assafelovic/gpt-researcher / built by Assaf Elovic - also runs Tavily, the search API AI agents use apache 2.0, and already past 28,000 stars. -> github.com/assafelovic/gp… bookmark it.
Archive tweet media
Granite@Granite0x

x.com/i/article/2075…

English
14
4
55
3.6K
yaolei
yaolei@yaolei11·
REGION III CAN LOOK LIKE A NEARBY PARALLEL UNIVERSE ON THE PENROSE PAGE, BUT TWO OBSERVERS ONLY MEET AFTER BOTH HAVE FALLEN PAST ESCAPE The trap is you cannot use it as an exit. In the extended Schwarzschild diagram, there are four regions: our outside universe, BOOKMARK this if you like physics as risk control. the black hole interior, the white hole region, and another outside region. That fourth region is the seductive one. It is allowed by the maximally extended solution, so the diagram makes it look close. A second outside universe, sitting beside ours on the page. But the Penrose diagram is not a travel map. There is no path from our outside region to Region III that works like escape. Two observers from the two outside regions can only meet after crossing into the black hole. Once inside, every future-directed path ends at the singularity. That is the quant lesson. Not “parallel universes are real.” A valid model can contain zones you can describe perfectly but cannot operationally reach. Same failure mode everywhere: arbitrage that vanishes after fees, forecasts that only work after resolution, strategies that backtest inside coordinates nobody can actually trade. Before trusting the beautiful diagram, ask what path an observer, trader, or agent can physically take through it. If the path ends at a singularity, it is not alpha. It is geometry with a death condition.
kocer@kocer_eth

x.com/i/article/2078…

English
2
0
8
137
ALEXYZ
ALEXYZ@Alexvx_nft·
the part that stuck from Sedona’s move: they’re not bolting privacy onto Arbitrum with trusted hardware — @SedonaFi is migrating to @arbitrum and plugging into Fhenix CoFHE encrypted banking in DeFi, but the trust model is cryptography (FHE), not TEEs or an operator committee that can see plaintext — what that unlocks for users: encrypted balances private portfolio positions encrypted AI agent spending limits self-custody from day one trading-first neobank energy, privacy as default instead of a toggle. still early, but this is the right trust assumption for confidential finance on Arb DYOR
Fhenix@fhenix

Banking has always had one contradiction You expect your bank balance to be private and blockchain transactions to be public Today, that changes @SedonaFi is bringing encrypted banking to Arbitrum with CoFHE 🧵

English
28
1
45
1K
yaolei
yaolei@yaolei11·
@0xSlyth local infrastructure and offline second brains are definitely the future for private data
English
0
0
0
4
0xSlyth
0xSlyth@0xSlyth·
A 20 YEAR OLD BUILT AN OFFLINE AI SECOND BRAIN FOR COMPANIES THAT SAVES $38,000+ IN CLOUD COSTS most companies send their data to the cloud he keeps everything inside the office Here's the system: -> AI reads emails PDFs and company documents locally -> Builds an Obsidian knowledge graph automatically -> Connects people, projects, and decisions together -> Runs entirely offline using open-source models -> Updates itself every night without human input -> Costs 60% less than cloud infrastructure over three years the crazy part? the AI never sends sensitive data anywhere > Legal firms > Medical clinics > Financial companies everything stays on their own hardware while most businesses are paying monthly API bills This system is: -> Building corporate second brains -> Running local AI agents 24/7 -> Creating searchable knowledge graphs -> Auditing documents for compliance -> Connecting thousands of files automatically the biggest AI opportunity isn't building another chatbot it is building infrastructure companies will trust with their most valuable asset their data the future of AI won't be cloud only it will be hybrid private and running on machines companies actually own bookmark this before every company builds its own AI second brain
marfin@marfinxx

x.com/i/article/2077…

English
35
1
87
3.4K
yaolei
yaolei@yaolei11·
@andy_neon_ this looks unreal for quick prototyping animation workflows are moving so fast
English
1
0
1
97
Andy🤖
Andy🤖@andy_neon_·
AGENCIES CHARGE $10,000 FOR THIS MAGIC PEN DREAMS BECOME REALITY WITH THIS PROMPT Touch an object with a pen and it animates on contact, mid-air, in 10 seconds only The workflow is simple: drop the prompt into Seedance 2.0 or Seedance Mini give it 10 seconds to render Want variations on the object, the angle, the motion? Claude rewrites the prompt first, then it goes back to Seedance 10 seconds of render time. Under $1 in tokens. $0 agency fee You still dont believe magic exists?
Andy🤖@andy_neon_

x.com/i/article/2075…

English
5
4
36
4K
yaolei
yaolei@yaolei11·
@0xShoopy open weights models that know their own limits are so necessary right now
English
1
0
1
22
Shoopy
Shoopy@0xShoopy·
A new model was trained to say "i don't know". it beats GPT-5.5 and Opus 4.8 at knowing when it's wrong – while losing to both at nearly everything else. Inkling, the first model from Mira Murati's Thinking Machines (she was OpenAI's CTO). fully open weights, Apache 2.0, downloadable today: → they trained it with reinforcement learning against proper scoring rules on resolved real-world questions, so it learns actual calibration instead of confidence → plus abstention-aware rewards – answering only pays off if you're probably right, which makes "i don't know" a move that scores → every factual claim gets checked by a separate grader running web search, and unverifiable ones get penalized → on ForecastBench without search it posts 61.1, ahead of GPT-5.5's 59.1 and Opus 4.8's 54.6 → and it loses everywhere else. 29.7% on Humanity's Last Exam against Fable 5's 53.3, behind free Chinese open models on the headline charts the lab says this out loud: it's not the strongest model available, open or closed. Every lab has been optimizing for the answer. this one optimized for knowing whether the answer is any good – and that's the number that decides whether you can leave an agent running.
Shoopy@0xShoopy

An open-source model just matched GPT-5.6 and Claude Fable on agentic coding. the weights drop July 27th. Kimi K3 from Moonshot AI, 2.8 trillion parameters, put through the same tests as the closed frontier: → on agentic coding and software engineering benchmarks it lands right next to Fable 5 and GPT-5.6 Sol, and beats both on several agentic ones → on one hallucination benchmark it missed 51% of the questions, against 55% for Fable 5 and 89% for GPT-5.6 Sol → cheapest cost per task of the whole frontier group – though "cheap" is doing work here: a single Blender task burned 17 million input tokens → it fails what they all fail. found 1 of 6 tumors, couldn't spot the camouflaged frog. but 1 of 6 beat GPT-5.6's zero, and Fable won't answer biology at all → the reviewer's closing point: export controls paused access to the closed frontier over safety concerns, and a model with the same capability is shipping its weights anyway Open source used to be a few months behind. that gap is now measured in days, and it ends with a download link.

English
9
1
24
2.6K
yaolei
yaolei@yaolei11·
@0xbobaaa finding the weird or boring niches is where the actual value is now
English
0
0
1
10
0xbobaa
0xbobaa@0xbobaaa·
ai job market isn't the thing that's gonna get you what gets you is that every broke 22 year old is running the same escape plan bootcamp faceless youtube channel claude side hustle dropshipping v9 the second a move has a 2M view guide the edge is already dead. you're not early. you're exit liquidity for whoever made the tutorial whatever actually pays right now is too weird, too boring, or too hard to have a step by step no guide, no crowd, so that's the only place edge is left if you can explain your money move in a tiktok, so can 400k other people
0xbobaa tweet media
0xbobaa@0xbobaaa

x.com/i/article/2077…

English
21
5
47
1.2K
yaolei
yaolei@yaolei11·
@kitsune_xbt vibe coding is completely shifting the timeline for launching software
English
0
0
0
7
Kitsune Tails
Kitsune Tails@kitsune_xbt·
THIS YOUNG GUY VIBE CODED AN AI APP IN A WEEKEND AND IT PRINTED $38K IN THE FIRST MONTH he never opened a real editor, the whole thing got built by talking to Claude and Codex he described the app in plain english, one screen at a time Claude wrote the logic and Codex wired up the backend and the payments every bug he hit, he pasted the error back in and let the models patch it by sunday night he had a working product live on the app store he charges a small monthly fee and the users just keep renewing this is basically how I run my whole company, one person handing the heavy building to a stack of AI the people shipping real apps this way right now are a year ahead of everyone still waiting to learn how to code wait for the full build guide, releasing in a few days
Avid@Av1dlive

x.com/i/article/2058…

English
13
2
24
2.4K
yaolei
yaolei@yaolei11·
@LyckyOus the clipboard fatigue is so real manual copy pasting feels like a part time job
English
1
0
1
36
Omari
Omari@LyckyOus·
YOU ARE THE API BETWEEN YOUR OWN AIS claude researches. chatgpt writes gemini checks. and the thing carrying context from one to the next is you by hand with a clipboard copy paste summarize explain the brand voice again. explain the business model again. every session, from zero. the workflow looks automated. the memory is still manual, and the manual part is a person none of them talk to each other, and that isn't an oversight. claude wants your memory in claude.
Rahul@sairahul1

x.com/i/article/2077…

English
13
3
41
1.6K
yaolei
yaolei@yaolei11·
@kocer_eth this actually sounds worth the annoying referral loops if the 1m context holds up
English
0
0
0
29
kocer
kocer@kocer_eth·
KIMI K3 has a FREE access route right now, but the catch is Kimi Work not a clean “sign up → get credits” flow more like: > join the referral page (link in comment) > install Kimi Work > log in from the desktop app > invite someone > then both accounts can roll for free access time the wheel in the guide shows 3 days, 7 days, 15 days, 1 month, or 1 year annoying mechanic, but the model is why people are trying it Moonshot is positioning K3 as the flagship: 2.8T parameters 1M context native vision input always-on thinking mode OpenAI-compatible API $3 / 1M input tokens on cache miss $15 / 1M output tokens there’s also a circulating dev claim that it sits top 3 behind Fable 5 and GPT-5.6 Sol cool if true, but I wouldn’t burn time on the ranking argument the real test is much simpler: can K3 take a full repo, screenshots, a design brief, failed logs, and a long product spec in one context without turning everything into soup? can it watch/read visual inputs and still write code that passes an actual acceptance test? can Kimi Work become the desktop layer for agents, not just another Chinese chat tab? if you get the free route working, don’t waste it on “build me a SaaS” prompts give it one ugly real task: repo + target design + screenshots + logs + pass/fail criteria that’s where K3 either enters your model rotation or disappears in 20 minutes
kocer@kocer_eth

x.com/i/article/2074…

English
9
2
27
4.3K
yaolei
yaolei@yaolei11·
@vorty279 open webui paired with ollama is genuinely the best local setup out there
English
0
0
0
223
vorty
vorty@vorty279·
This guy spun up his own ChatGPT at home. Fully local. The model runs on his own hardware, the chat opens at 192.168.x.x:3000, nothing faces the internet — no data leaves his network. The stack: — Open WebUI (ChatGPT-style interface, 111k stars) — Ollama (runs the model locally) — one docker command and it's live While someone's selling a "build your own AI assistant" course for $2999, this whole Jarvis is open-source and costs $0. And that's one tool out of a hundred. I pulled together 100 open-source repos across 10 niches: dropshipping, content, SMM, SEO, coding, agents, RAG, analytics, media generation, voice. All free, all self-hostable. That $2999 course gives you nothing this list doesn't. It just gives you a reason not to search. The pickaxe is free 🪓
vorty@vorty279

x.com/i/article/2063…

English
7
13
125
17.5K
yaolei
yaolei@yaolei11·
@reMugi3 insane work ethic dude was literally built for this
English
1
0
1
45
Mugi
Mugi@reMugi3·
Joe Rogan told MrBeast "you're so young, you have so much time ahead of you" MrBeast's response. pause at 0:17 "you have to think - I started when I was 11. basically all I do is work. another 10 years from now - that would be essentially 20 years straight of training my nervous system. constantly being in war mode. it's hard to envision a world where I could ever shut it off." Rogan: "holy crap." pause at 1:33 "back then it was like - you're batshit crazy. very frowned upon." now it's the number one most coveted job in America. he started at 11. most people haven't decided anything at 11. save this. FOLLOW for more
English
7
3
21
1.7K
yaolei
yaolei@yaolei11·
GPT 5.6 SOL + DROPMAGIC CAN TURN ONE PRODUCT IDEA INTO A READY-TO-TEST STORE IN ONE FLOW The mechanism is much more useful: 1. Use ChatGPT to turn a niche into product candidates Not “find me a winning product.” A better prompt asks for pain point, buyer type, impulse angle, demo potential, sourcing risk, and why the product can be explained in 3 seconds. 2. Check the product inside Zendrop / Dropmagic The video shows a car detailing brush kit, then Dropmagic scoring the product at 95. That score is not proof the product will sell. It is a filter for whether the product has enough margin, enough visual clarity, and enough store-page structure to test quickly. 3. Let Dropmagic generate the store This is the part most beginners underestimate. The product page, copy, images, offer stack, and checkout path matter more than the “AI product research” step. If the page looks generic, the traffic will punish you instantly. 4. Use SMPL to generate the first ad creatives Now you are not launching a business. You are launching a test loop: product idea → page → 3-5 creatives → small traffic test → kill or iterate. That is the honest version. AI did not remove product-market risk. It compressed the time between “I have an idea” and “I can see if strangers click, watch, and buy.” The edge is not GPT 5.6 Sol. The edge is building a cheap testing machine before you pretend you found a winning product.
vanvster@vanvster

x.com/i/article/2077…

English
2
0
9
216
yaolei
yaolei@yaolei11·
@chesny karpathy really is a legend his content makes complex ai so simple
English
0
0
0
1.8K
Chesny
Chesny@chesny·
ELON MUSK ENVIÓ UN CORREO A SU EQUIPO: "ANDREJ ES LA SEGUNDA MEJOR MENTE EN VISIÓN POR COMPUTADORA EN LA TIERRA, DESPUÉS DE ILYA SUTSKEVER." A los 22 años, Andrej Karpathy podía resolver un cubo de Rubik en 16 segundos. Pasó los siguientes 17 años descifrando un patrón más difícil: enseñar a las máquinas a ver. La trayectoria que casi nadie sigue: → A los 15 años dejó Eslovaquia por Toronto para construir computadoras cuánticas. → Lo dejó por la inteligencia artificial porque "no podía ensuciarse las manos". → Estudió redes neuronales bajo la tutela de Geoffrey Hinton, el padrino de este campo. → Hizo su doctorado en Stanford con Fei Fei Li, enseñando a las máquinas a describir imágenes. En 2012, escribió que la visión por computadora estaba "muy, muy lejos". En 2014, superó manualmente al mejor modelo de Google, logrando un margen de error del 5.1% frente al 6.8% de la competencia. Luego, el progreso se multiplicó. → Cofundó OpenAI en 2015. → Musk se lo llevó a Tesla para dirigir Autopilot. → Fusionó 8 cámaras en un único cerebro 3D que realmente podía conducir. Cuando Musk lo reclutó, escribió: "Los chicos de OpenAI van a querer matarme. Pero tenía que hacerse". Cinco años después regresó a OpenAI, acuñó el término "vibe coding" y lanzó su propia escuela. Ahora entrena a Claude en Anthropic, la mente que enseña al modelo a construir su propio modelo del mundo. Meta está ofreciendo bonos de contratación de 100 millones de dólares para robarse a las personas que se sientan a su lado. Y aquí está la parte que debería asustarte: Uno de los programadores más brillantes del mundo acaba de admitir que nunca se ha sentido tan rezagado. ¿Cómo logras mantener el ritmo ante una velocidad tan vertiginosa?
Chesny@chesny

x.com/i/article/2076…

Español
6
50
456
121.5K
yaolei
yaolei@yaolei11·
@zeuuss_01 fable 5 with the higgsfield mcp connector is absolutely lethal for web dev
English
0
0
0
98
ZEUS⚡️
ZEUS⚡️@zeuuss_01·
FABLE 5 + HIGGSFIELD JUST KILLED THE $35,000 WEB STUDIO. IT WAS ONLY EVER 6 SYSTEMS - HERE'S EACH ONE. an animated site isn't one thing. it's 6 systems an agency wires by hand - and bills you for each. here's all six, and what now handles them: → SCROLL ANIMATION (GSAP ScrollTrigger) used to be a dev hand-coding keyframes. now Claude writes the timelines - pin, scrub, reveal. → SMOOTH SCROLL (Lenis) hours of tuning the feel by hand. now it's configured in the same pass, buttery by default. → FRAME EXTRACTION manually pulling stills out of video clips. now automated - Claude does it while it builds. → ASSET OPTIMIZATION a build step you babysit so the site doesn't lag. now compressed + lazy-loaded for you. → MOTION ASSETS (Higgsfield) a motion artist on retainer. now hero shots, transitions, and loops from 30+ models. → LAYOUT + COPY a designer in Figma and a copywriter. now scaffolded and drafted straight from your brief. CONNECT HIGGSFIELD (MCP): add it as a custom connector in Claude Code: - mcp_servers: - higgsfield: - url: "mcp.higgsfield.ai/mcp" one OAuth flow. Claude generates and pulls clips directly - no exporting by hand. THE MATH: → what a studio charges: $6,000-$35,000+ → what it costs you: a Claude sub + a few dollars of Higgsfield credits → what it takes: 4 people + 3 weeks → 1 operator + 1 session six systems used to be the moat. now they're six lines in one prompt. Follow me, comment "SYSTEMS" and I'll send you the full step-by-step Playbook. full breakdown in the article 👇
ZEUS⚡️@zeuuss_01

x.com/i/article/2067…

English
12
6
71
13.5K