Exo ⓧ

1K posts

Exo ⓧ banner
Exo ⓧ

Exo ⓧ

@exo_tech_

We Build Across AI, Blockchain & Product Engineering

Katılım Mayıs 2021
563 Takip Edilen33.7K Takipçiler
Sabitlenmiş Tweet
Exo ⓧ
Exo ⓧ@exo_tech_·
Our founder @NFTtaylor just cranked out a game-changer. Save 99% on your @solana code audits. Save time on development. Get your hands dirty, without having cough up a finger when the bill comes. An absolute banger 👉🏻 ai-audits.exotechnologies.xyz x.com/exo_tech_/stat…
Taylor2022 ⓧ@NFTtaylor

I created a Solana AI auditing system that costs 99% less than a formal audit. It is still very much in beta, but we're using this system at @exo_tech_ to promote safer Solana smart contract development. Sign up and give it a try! ai-audits.exotechnologies.xyz

English
0
3
16
2.7K
Exo ⓧ
Exo ⓧ@exo_tech_·
3/ Just opened this for public comment. If you're building on @Solana, especially in RWA, tokenized funds, or custody infrastructure, we want your input. Read it. Break it. Tell us what's missing: github.com/solana-foundat…
English
1
0
3
261
Exo ⓧ
Exo ⓧ@exo_tech_·
2/ The architecture is modular by design. Teams compose only what they need: → Atomic vault base (sync deposits/withdrawals) → Async extensions for real-world settlement → Fee hooks for deposits and withdrawals → Investor subscription limits for regulatory compliance → Decoupled share tokens, no forced ATAs No monolith. No lock-in.
English
1
0
3
285
Exo ⓧ
Exo ⓧ@exo_tech_·
1/ Our team just submitted an sRFC 40 proposal to @SolanaFndn, to standardize how vaults work on @solana, with a focus on RWA tokenization. Think ERC-4626 + ERC-7540 for Solana, built for the subscription/redemption flows institutions actually need.
Exo ⓧ tweet media
English
4
3
20
1.9K
Exo ⓧ retweetledi
Tommy J ⓧ
Tommy J ⓧ@tomjohn1028·
Exo is looking for someone to lead sales and marketing. If successful, this person will become a C-suite executive We're expanding to opportunities in AI and government contracting over the next couple years, so this is not web3 only. jobs.solana.com/companies/exo-…
English
1
3
20
1.5K
Exo ⓧ
Exo ⓧ@exo_tech_·
Re-upping the First episode of the Summit Series on a special day for our guest We got @barrett_io riding shotgun, talking @ranger_finance's roadmap: prediction markets, $24M in vaults heading for nine figures, consumer vs prosumer app split, and why perps aggregation matters for Solana DeFi. Also: AI agents, @mtndao culture, and why the builders who stay win. Hosted by @dirty_digs
English
1
0
8
501
Exo ⓧ
Exo ⓧ@exo_tech_·
Stablecoins are financial infrastructure. The security bar should match. @priyansh_ptl18 shipped the Solana Stablecoin Standard and ran it through our AI auditing system before going live. Open-source SDK. Audited in minutes, not months👇 ai-audits.exotechnologies.xyz
Priyansh Patel@priyansh_ptl18

Shipped the Solana Stablecoin Standard!! It's an open-source SDK so builders and institutions can deploy stablecoins on Solana without reinventing the wheel. On-chain program audited by @exo_tech_'s AI auditing system s/o @SuperteamBR for the bounty github.com/priyanshpatel1…

English
2
0
9
1.3K
Priyansh Patel
Priyansh Patel@priyansh_ptl18·
Shipped the Solana Stablecoin Standard!! It's an open-source SDK so builders and institutions can deploy stablecoins on Solana without reinventing the wheel. On-chain program audited by @exo_tech_'s AI auditing system s/o @SuperteamBR for the bounty github.com/priyanshpatel1…
English
13
12
52
3.1K
Exo ⓧ retweetledi
Taylor2022 ⓧ
Taylor2022 ⓧ@NFTtaylor·
Are you a data driven marketer that can also talk to leads? We're looking for a director of growth to work directly with @tomjohn1028 and myself. This is a leadership role helping steer @exo_tech_'s strategy as we break into new markets (AI & web3) jobs.solana.com/companies/exo-…
English
4
3
18
1.8K
Tommy J ⓧ
Tommy J ⓧ@tomjohn1028·
This research was born out of an RFP that @rajgokal posted. The RFP was extremely broad, so @exo_tech_ decided to look into 3 verticals. 1. Agentic auditing & benchmarking 2. Agentic program development & benchmarking 3. Simple ML models for improving validator operations
Tommy J ⓧ@tomjohn1028

Solana validators prioritize transactions based on fee-per-CU. But requested CU rarely matches actual CU consumed. Mean ratio of consumed/requested: 0.57. Validators are making priority decisions on numbers that are ~43% off. This is a solvable problem.

English
2
0
7
436
Exo ⓧ
Exo ⓧ@exo_tech_·
New from our research team: predicting Solana compute unit consumption with machine learning. Full write-up with methodology, training pipeline, and results analysis. exotechnologies.xyz/research/predi…
English
0
0
1
357
Exo ⓧ retweetledi
Tommy J ⓧ
Tommy J ⓧ@tomjohn1028·
Solana validators prioritize transactions based on fee-per-CU. But requested CU rarely matches actual CU consumed. Mean ratio of consumed/requested: 0.57. Validators are making priority decisions on numbers that are ~43% off. This is a solvable problem.
English
6
4
32
2.9K
Exo ⓧ
Exo ⓧ@exo_tech_·
We're honest about what AI Audits are and aren't: ✓ Fast, affordable first-pass security analysis ✓ Great for catching common vulnerabilities ✓ Useful for pre-formal-audit prep ✗ Not a replacement for formal audits on production code managing significant assets ✗ Results are non-deterministic, always verify Transparency builds trust. That's how we operate.
Exo ⓧ tweet media
English
1
1
6
423
Exo ⓧ retweetledi
Tommy J ⓧ
Tommy J ⓧ@tomjohn1028·
I've been working on something similar. github.com/openai/symphony TLDR; an orchestration layer that polls project boards for changes and spawns agents for each lifecycle stage of the ticket. An algorithmic agentic flow that progresses issues using GitHub labels. The flow is deterministic and an agentic process is only called upon when work is needed. 1. Check for tasks 2. intent clarification 3. implementation questions 4. development plan 5. implementation 6. PR 7. review 8. review handling 9. merging I find this workflow much more compute efficient. It's easy for any human or agent to pick up on someones past work. Context lives 100% in @github, whether that's in the code base or in issues
Tommy J ⓧ tweet mediaTommy J ⓧ tweet media
English
2
1
10
1.4K
Exo ⓧ
Exo ⓧ@exo_tech_·
@gizmothegizzer Check out the full episode 👇 x.com/exo_tech_/stat…
Exo ⓧ@exo_tech_

STABLECOIN DIVERSIFICATION IS AS IMPORTANT TO SOLANA AS VALIDATOR DIVERSIFICATION >>> does that trigger you? IT SHOULD Because this Breakpoint week we've got @gizmothegizzer the madwoman solo founder of @perena on the podcast to get deep into $USD* and the vision for her protocol. Its a phenomenal conversation with @dirty_digs and is very on brand for @SolanaConf... why you say? Because its time we stopped giving away real value via USDC and USDT and started keeping that revenue in HOUSE. No more funding the competition!

English
0
0
2
224