Yesterday
…so I vibe-coded a tool for finding more of them
See how Cerebras built an enterprise AI knowledge base that connects Slack, code repositories, documentation, and custom data sources.
City2Graph is a Python library for converting geospatial datasets into graphs for Graph Neural Networks (GNN) and spatial analysis.
A 3D animated visualization of an LLM with a walkthrough.
Point it at any web page and it finds the video, extracts the stream, transcodes it and casts in real time to your TV. It even burns subtitles…. - stupside/castor
🐎 Ryan Lopopolo’s anthology, field guide, and agent context bundle for harness engineering - lopopolo/harness-engineering
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Free, open-source 3D Gaussian Splatting (3DGS) software. Train, edit, and render Gaussian Splats locally on your GPU — Python plugins, MCP, Windows
Hand the cheap model a trajectory, not a plan: /prewalk keeps 92–97% of the frontier pass rate at roughly half the cost, measured on SWE-Bench Pro.
POINT-PORT is a Windows app for preparing images, cameras, and point cloud data for 3D Gaussian Splatting workflows.
At 4DV.ai, we are working on 4D video creation, playing and editing tools based on Gaussian Splatting. We envision 4D video to be the future of visual media and ultimate medium for immersive storytelling.
Learn how to construct neural networks from scratch with NumPy, and simultaneously see how the internal mechanisms behind popular libraries like PyTorch and …
Welcome back to another episode of “From Scratch” series on this blog, where we explore various machine learning algorithms by hand-coding them from scratch. So far , we have looked at various machine learning models, such as kNN, logistic regression, and naive Bayes. Now is time for an exciting addition to this mix: neural networks.