Azi

2.8K posts

Azi banner
Azi

Azi

@MagicofAzi

Cypherpunk | Freedom Maximalist | prev @joinzo

Latent Blockspace Katılım Nisan 2021
2.9K Takip Edilen1.8K Takipçiler
Azi retweetledi
akhil
akhil@fkasummer·
This is the time to be a mad scientist philosopher hacker.
English
100
603
3.9K
101K
Azi
Azi@MagicofAzi·
@sarah_cone I think @slashapp has the best finance stack for startups. Treasury product is included alongside a suite of the core services you expect. It's a better product than Mercury imo
English
0
0
1
98
Sarah Cone
Sarah Cone@sarah_cone·
What's the best treasury management solution for start-ups?
English
5
0
5
1.8K
Kristof
Kristof@CoastalFuturist·
If there’s enough interest I’d like to make a group chat for people using openclaw / hermes agent heavily I really want to understand some good use cases, best practices, and just have a place for people to talk shop Comment if you’re interested
English
322
4
327
20.6K
Dan Shipper 📧
Dan Shipper 📧@danshipper·
who wants to help me find and fix a few performance issues in proof? ideally you: - are extremely ai-pilled - have experience with yjs / hocus pocus - wanna work together for a day or two! dm me
English
13
1
39
9.8K
Brett Calhoun
Brett Calhoun@brettcalhounn·
Hosting a dinner in NYC on March 24th for top tech talent with "outsider" backgrounds based in NYC. Shoot me a dm if you want in. Midwest roots Small towns Immigrants Foster kids First gens Dropouts Survivors Athletes Show more...
Brett Calhoun tweet media
English
44
1
159
14.8K
Azi
Azi@MagicofAzi·
@evfiend Would be down to join!
English
0
0
0
39
ev fiend
ev fiend@evfiend·
starting an options gc hit me if you want in few people have asked me and i’m pretty much solely trading options rn
English
77
2
111
18.9K
dar
dar@radbackwards·
What’s the best mattress for getting great sleep? (Don’t hit Me with that 8 sleep bullshit either)
English
46
0
62
19.9K
Azi retweetledi
Jake Brukhman
Jake Brukhman@jbrukh·
There's a lot of really exciting developments happening in decentralized AI training this year. Here's my take on why decentralized training is moving from "impossible" to "investable". 🧵👇
Jake Brukhman tweet media
English
10
34
124
16.3K
Azi
Azi@MagicofAzi·
@BasedBiohacker do you add bromantane to this stack? whats your cycle like, 5 days on all, 2 days off?
English
1
0
1
409
BasedBiohacker
BasedBiohacker@BasedBiohacker·
the trifecta - modafinil for sustained deep focus and energy - pinealon for all-day mental clarity & sleep quality - epitalon for optimal circadian rhythm regulation modafinil pushes output. pinealon and epitalon ensure i sustain it without burning out and contribute to the performance. stimulation + recalibration + rhythm. zero overlap, different systems. add bromantane for dopamine synthesis upregulation and you might feel like you took NZT-48 not medical advice... links etc below us domestic pinealon: yourprotocol.co/products/pinea… us domestic epitalon: yourprotocol.co/products/epita… us domestic modafinil: modafinilxl.com/buy/modvigil-d… us domestic bromantane: swisschems.is/product/broman…
BasedBiohacker tweet mediaBasedBiohacker tweet media
English
13
14
409
17.1K
Azi
Azi@MagicofAzi·
@chang_defi you're spot on. Look into @conductor_build and @superset_sh They basically let you run parallel coding agents from different models and providers working on the same project
English
0
0
0
58
Chang 🧪
Chang 🧪@chang_defi·
it's evident that opus 4.5 model was distinctly more advanced than others in how effective it is in allowing engineers to build from scratch - there's currently no way of betting on this upside directly since anthropic is private creator of claude code & many other renowned engineers have explained how their current setup utilizes multiple individual agents working in parallel, so it is likely that future of SWE incorporates some similar strategy Yegge is a principled engineer and ex-Googler with 20+ years of experience writing code, gas town is an attempt at standardizing a methodology for working with multiple agents at the same time to create projects, no such architecture currently exists kubernetes is a framework that helps devs manage instances of their application across the cloud & is very popular in most software stacks, if there were to exist a framework for managing multiple agents in parallel it could also become as commonly used across the board if you believe that the current state of ai is the same as it was in late 2024 then you are not paying close attention if crypto becomes the best way for devs to monetize their work early on then the results of that are obvious, & it any of this tokenized open source software actually sees widespread usage then the internet capital markets thesis actually starts to make sense
English
2
0
20
1.5K
Azi
Azi@MagicofAzi·
@sanlsrni Ur deadass goated bro
English
0
0
1
144
Saneel
Saneel@sanlsrni·
As oil crosses nearly $1B+ in traded volume on Hyperliquid, I made a real-time dashboard tracking WTI/Brent futures curves + volume/OI for traders. Notably, summer month expiries spiked today. Markets are pricing in prolonged shortages. Check it out: oilfuturescurves.vercel.app
English
6
7
64
10.9K
Azi
Azi@MagicofAzi·
@BrianNorgard @karpathy This is like Agentic Proof of Work! Love it and excited to see this grow
English
0
1
1
315
Norgard
Norgard@BrianNorgard·
What if anyone could advance AI research?                        Introducing Spore: what @karpathy's autoresearch does on one GPU, Spore does across a network. Run a node. An AI agent rewrites training code, trains for five minutes minutes, and shares what it learns. The more nodes join, the smarter the network gets.                                                                                                                                               Inspired by giants Satoshi and @karpathy. @synthpolis and I are standing by for questions. Follow on X: @SporeMesh. Be one of the first to run a node. sporemesh.com
Andrej Karpathy@karpathy

The next step for autoresearch is that it has to be asynchronously massively collaborative for agents (think: SETI@home style). The goal is not to emulate a single PhD student, it's to emulate a research community of them. Current code synchronously grows a single thread of commits in a particular research direction. But the original repo is more of a seed, from which could sprout commits contributed by agents on all kinds of different research directions or for different compute platforms. Git(Hub) is *almost* but not really suited for this. It has a softly built in assumption of one "master" branch, which temporarily forks off into PRs just to merge back a bit later. I tried to prototype something super lightweight that could have a flavor of this, e.g. just a Discussion, written by my agent as a summary of its overnight run: github.com/karpathy/autor… Alternatively, a PR has the benefit of exact commits: github.com/karpathy/autor… but you'd never want to actually merge it... You'd just want to "adopt" and accumulate branches of commits. But even in this lightweight way, you could ask your agent to first read the Discussions/PRs using GitHub CLI for inspiration, and after its research is done, contribute a little "paper" of findings back. I'm not actually exactly sure what this should look like, but it's a big idea that is more general than just the autoresearch repo specifically. Agents can in principle easily juggle and collaborate on thousands of commits across arbitrary branch structures. Existing abstractions will accumulate stress as intelligence, attention and tenacity cease to be bottlenecks.

English
64
34
598
111.5K
daniel
daniel@danielhangan_·
ReelClaw skill that creates & posts real human UGC videos. here's the stack: > dansugc mcp for hooks > input files for demos > gemini 3.1 model for video intelligence > scrapecreators for viral hooks & tracking > ffmpeg for video editing > post-bridge for publishing tT/iG 10 app demos is enough to create 1000 UGC reaction + demo videos. test and scale the winners no creators. no editing. no waiting. this is what UGC looks like in 2026. reply "ReelClaw" and I'll send you the skill (must be following)
daniel@danielhangan_

ReelClaw revolution is here you can scale to 1000 tiktok accounts if you have: > viral hook > demos > warmed up accounts and its all within reach. connecting the dots now.

English
247
35
446
60.6K
Mike Lisovetsky
Mike Lisovetsky@_Liso_·
I had Claude analyze 672 best practices on DTC CRO and then create a beautiful visual experience as a guide. These are the exact tactics that get brands to $20m+/year and agencies charge thousands of dollars for. Like + reply "GUIDE" and I'll send it over.
English
5
1
8
396
Azi
Azi@MagicofAzi·
@charcoded imagine being a man and never seeing your peak physique
English
1
0
1
322
dasha
dasha@YoungAshtonn·
@adrian_hehe I might know someone dm, I do AI UGC for them on tt pretty big supplement brand but they just started there sister pep company
English
3
0
1
2.6K
daddy Adrian
daddy Adrian@adrian_hehe·
Anyone got higher comission for peptides? Currently doing 1.5k days organically
English
15
1
129
29.9K
Azi
Azi@MagicofAzi·
@MrCatid I think you should wait for the M6 Macs because they are the first 2nm chip and will be even better
English
0
0
1
509
catid
catid@MrCatid·
What made me purchase the new M5 Max MacBook is this: its GeekBench multicore score is higher than my 64 core AMD Ryzen Threadripper PRO 9985WX CPUs that each cost 2x more than the laptop.
English
9
2
79
10.7K
Azi
Azi@MagicofAzi·
@jbrukh call that an exocortex
English
0
0
1
51
Jake Brukhman
Jake Brukhman@jbrukh·
Your agentic workflow must include software customized to your personal productivity. If you're not vibecoding your interface, what are you doing?
Jake Brukhman tweet media
English
7
1
34
2.7K