Tabular intelligence for the data that runs business.

mlx-signal 0.1.0 is out - now on PyPI as `mlx-signal-processing`! ⚡️ GPU-accelerated signal processing for Apple Silicon, with familiar `scipy.signal` APIs. NumPy or MLX in. MLX arrays out. Custom Metal kernels do the heavy lifting. 🧵 1/7
1
7
18
17,197
Included: Welch, CSD, coherence, STFT/ISTFT, convolution/correlation, resampling, FIR/IIR filtering, Hilbert transforms, and peak finding. Familiar SciPy semantics. Small jobs stay on SciPy; GPU-supported large jobs use MLX and custom Metal kernels. 6/7
1
3
149
Try it: python -m pip install mlx-signal-processing Then: import mlx_signal_processing as sig Apple Silicon + macOS 14+ + Python 3.10+ Code, examples, full benchmarks, and reproducible scripts: github.com/tabulai/mlx-signa… 7/7
5
138
RT @tunguz: Yes. XGBoost is all you need. @trainxgb @tabul_ai
2
5
Bojan Tunguz retweeted
A great place for a datacenter.
21
6
132
11,102
Bojan Tunguz retweeted
Exciting news. We just launched Metal TreeSHAP - an open source library that dramatically accelerates computation of Shapley Values on Apple silicon. 1/2
We are very excited to share one of the big projects that we have been working on at @Tabul_AI Metal TreeSHAP. Shapley Values are one of the most reliable and most widely used tools in Machine Learning interpretability. 1/11
7
10
59
16,000
Bojan Tunguz retweeted
I am really excited to share another project that I've been working on: metal-graph 0.1.0, a new Python library for fast graph analytics on Apple Silicon Macs.
Introducing metal-graph 0.1.0, a new Python library for fast graph analytics on Apple Silicon Macs. metal-graph combines a familiar Python interface with optimized native CPU code and GPU acceleration through Apple’s Metal framework. Its goal is simple: make demanding graph workloads faster while keeping computation local and fitting naturally into existing Python workflows. The first public release includes immutable graph structures, external node ID support, optimized CPU and Metal execution paths, and packaging built specifically for modern arm64 Macs. Getting started takes one command: pip install metal-graph This first release includes full-vector PageRank; batched personalized PageRank with top-k retrieval; multi-source, direction-optimizing breadth-first search with dense or sparse output; bounded k-hop neighborhood and ego-subgraph extraction; and experimental weakly connected components. The early results are exciting. On an M4 Max, metal-graph ran equivalent dense-output BFS on Orkut’s 117-million-edge graph in 8.29 milliseconds, compared with 41.2 seconds for rustworkx - a 4,965× speedup. In the included 1.18-million-edge quickstart benchmark, GPU PageRank was 109× faster than NetworkX, while the CPU path was nearly 60× faster. PageRank reached 614× versus igraph on Orkut, and weakly connected components reached 75.6× versus igraph on a 268-million-edge graph. Batched PPR with top-k achieved a contextual 1,059× speedup over a sequential igraph query loop. These are workload-specific, warm, end-to-end measurements from one M4 Max - not universal guarantees. The repository publishes the full methodology and clearly identifies comparisons where solver behavior or output representation differs. metal-graph supports CPython 3.10–3.14 on Apple Silicon Macs running macOS 14 or newer. Install it from PyPI or explore the benchmarks and notebooks in the GitHub repo (link below)
1
6
52
13,367
Bojan Tunguz retweeted
This is all written from the perspective of current US cities. When work becomes optional, you will have far more time to spend with other humans in a meaningful way. Cities have always been a great way to satisfy that basic need. The way that the US suburbia is currently built is a recipe for further social isolation and psychological deprivation.
If work becomes optional in the age of abundance, what happens to cities? Cities are a magnet for people that want/need to be productive to earn a living. But if you no longer need to earn a living, why would you CHOOSE to live on top of other people? On top of this - if the age of abundance makes it far easier to build out cities and towns with autonomous labor, there will be a much greater forcing function for people to live OUTSIDE of cities vs inside them. Where would you rather live - in a town/city that is optimized for self-driving cars and humanoid robots, or on top of other people in cities that are FAR less safe and FAR more crowded? It makes a lot of sense that the age of abundance will bring A TON of new cities and towns that are optimized for the newest technology and zoning practices. For example - why would you need parking decks or parking lots in a city that's 100% autonomous? Why not tons of parks, recreational areas, gardens, etc.? The Unites States is so insanely well positioned for this btw. The amount of undeveloped natural beauty in the US is STUNNING. These new cities would be optimized to blend in the country's natural beauty into the next generation of cities. I'm EXTREMELY EXCITED for this!!!!
5
1
44
10,579
Bojan Tunguz retweeted
BREAKING: names of three companies that have been hacked by the rogue Anthropic AI agent have been revealed.
4
2
43
10,915
Bojan Tunguz retweeted
Introducing metal-graph 0.1.0, a new Python library for fast graph analytics on Apple Silicon Macs. metal-graph combines a familiar Python interface with optimized native CPU code and GPU acceleration through Apple’s Metal framework. Its goal is simple: make demanding graph workloads faster while keeping computation local and fitting naturally into existing Python workflows. The first public release includes immutable graph structures, external node ID support, optimized CPU and Metal execution paths, and packaging built specifically for modern arm64 Macs. Getting started takes one command: pip install metal-graph This first release includes full-vector PageRank; batched personalized PageRank with top-k retrieval; multi-source, direction-optimizing breadth-first search with dense or sparse output; bounded k-hop neighborhood and ego-subgraph extraction; and experimental weakly connected components. The early results are exciting. On an M4 Max, metal-graph ran equivalent dense-output BFS on Orkut’s 117-million-edge graph in 8.29 milliseconds, compared with 41.2 seconds for rustworkx - a 4,965× speedup. In the included 1.18-million-edge quickstart benchmark, GPU PageRank was 109× faster than NetworkX, while the CPU path was nearly 60× faster. PageRank reached 614× versus igraph on Orkut, and weakly connected components reached 75.6× versus igraph on a 268-million-edge graph. Batched PPR with top-k achieved a contextual 1,059× speedup over a sequential igraph query loop. These are workload-specific, warm, end-to-end measurements from one M4 Max - not universal guarantees. The repository publishes the full methodology and clearly identifies comparisons where solver behavior or output representation differs. metal-graph supports CPython 3.10–3.14 on Apple Silicon Macs running macOS 14 or newer. Install it from PyPI or explore the benchmarks and notebooks in the GitHub repo (link below)
4
10
37
19,979
We are very excited to share one of the big projects that we have been working on at @Tabul_AI Metal TreeSHAP. Shapley Values are one of the most reliable and most widely used tools in Machine Learning interpretability. 1/11
2
5
26
19,702
Metal is a trademark of Apple Inc., registered in the U.S. and other countries and regions. Other names and marks (including XGBoost) are the property of their respective owners. These names are used solely to describe interoperability. 10/11
1
5
236
This project is an independent open-source work and is not affiliated with, sponsored, or endorsed by Apple Inc. or any other trademark owner. 11/11
6
185