Chinese food ground truth?
29.01.2026 22:15 β π 0 π 0 π¬ 0 π 0Chinese food ground truth?
29.01.2026 22:15 β π 0 π 0 π¬ 0 π 0Yeah, exactly. Some elements could be wired though top and bottom of the studs, so not all blocks would have bluetooth. The LEDs could be more easily composable into more granular patterns. I am excited to see where they take the idea of the smart brick next. There is definitely a lot of potential.
08.01.2026 23:00 β π 1 π 0 π¬ 0 π 0I like the potential for meshing the light projection with many blocks. I would have preferred a short range distance sensor instead of the color sensor. The tiny form factor is amazing, but I wish it was subdivided into small bricks that can connect different sets of components together.
06.01.2026 22:15 β π 1 π 0 π¬ 1 π 0The tag based positional system is interesting to provide scene understanding. Each tag can programmatically carry context, so an area in the physical world can be locally well defined. Using just the accelerometer in the existing Spike Hub can only produce a relative position with drift.
06.01.2026 22:12 β π 1 π 0 π¬ 1 π 0The biggest limitation with the existing Spike hub API is the singular beep function with mono speaker. The function does have some control over the waveform, but it can't do most realistic sound effects. It really is just meant to produce some programmatic musical tones.
06.01.2026 22:02 β π 1 π 0 π¬ 1 π 0I like your default error buffer suggestion. It both leverages and validates the feature.
30.12.2025 21:57 β π 1 π 0 π¬ 0 π 0One other modern aspect that is a bit of a pain point at the moment is the state object addition flow. The only content is wrt to RT, but that feature is independent of RT, and it was a bit painful to get set up for sparse nodes with work graphs without existing explicit references to follow.
30.12.2025 12:52 β π 1 π 0 π¬ 0 π 0The main problem as you implied is that the correct root flags need to be defined in shader land, as well as the correct buffer indexing. As part of the header, some simple golden reference high level shader examples could be provided in combination with the client side header.
30.12.2025 12:07 β π 0 π 0 π¬ 0 π 0It can also be challenging (mainly due to the lack of references) to extract the layout from the compiled binary through the compiler functions and feed it into the root signature API. Having a helper header for that specifically sounds like a great idea. This removes so much potential for error.
30.12.2025 11:55 β π 0 π 0 π¬ 1 π 0I don't think that going bindless is overly opinionated, as having to manually define the layouts is very burdensome and creates a canyon of potential discrepancy between the CPU side layouts and the shader definitions is the biggest pain point especially for new devs.
30.12.2025 11:52 β π 1 π 0 π¬ 1 π 0I completely agree with vfig about how the heavy abstractions in most reference samples and frameworks make it very hard to learn about the API or customize the sample, which is true across almost all APIs even console reference examples.
30.12.2025 11:46 β π 1 π 0 π¬ 0 π 0I think you could refer to it as a minimal abstraction golden reference helper header, where the correct modern paths are used. One awful pain point with existing DX sample references is the lack of Compiler3 entrypoint usage, and the older paths are actually already deprecated. π
30.12.2025 11:44 β π 1 π 0 π¬ 1 π 0Separately, I want to experiment more with Halide. I spent a few months over a year ago toying with Triton for some basic computational fluids, but the lack of array indexing made it limited for general purpose compute. I want to explore Halide more, but the declarative style is a shift for me.
28.12.2025 17:05 β π 1 π 0 π¬ 0 π 0"I'm not saying it outperforms all experts, but that it can in future, with enough compute." This is exactly what I disagree with, the idea that if we just throw more compute at the problem, then it will get better, which is a fallacy. I don't disagree with everything you have said though.
28.12.2025 16:38 β π 1 π 0 π¬ 0 π 0I'm on a train with spotty logic with a 5 year old sleeping on me, and this is a bit hard to debate with such a limited amount of characters.
28.12.2025 16:35 β π 0 π 0 π¬ 1 π 0I'm just not convinced that our future contributions will be exclusive to high level logic, as LLMs desperately struggle to understand basic logic. It barely understands positional logic (up versus down, left versus right). Hardware complexity is too complex, proprietary, and continuously evolving.
28.12.2025 16:31 β π 1 π 0 π¬ 1 π 0I'm not dismissing using AI for autotuning, as I think that is a hero use case for AI. At the moment, I still feel that I spend more time building the context for an AI prompt and fixing the output than I do writing the code myself. I do agree that there will be a shift as we are already seeing.
28.12.2025 16:26 β π 0 π 0 π¬ 1 π 0
There is almost always a human in the loop with agentic flows and pretty much all metrics used in research are pure self bias. Any metrics struggle to properly represent any actual reality (perception distortion paradox).
Production environments are a completely different beast.
Autotuning existing generic kernels with explicit constraints compared with designing new sota compute algorithms. Conditioned agentic flow for autotuning (CudaForge) is interesting, but implying it outperforms all experts on all problems is dangerous nonsense. GenAI == GenericAI
28.12.2025 16:09 β π 0 π 0 π¬ 2 π 0As explicit examples of significant weaknesses, even the latest world models do not understand the mapping between high level shader code and the intermediate representation. They also inject imaginary intrinsics that do not exist when it doesn't understand how to solve a specific compute fragment.
27.12.2025 21:08 β π 0 π 0 π¬ 0 π 0Specialized compute is also the backend of GenAI.
27.12.2025 21:04 β π 0 π 0 π¬ 1 π 0As you point out, it is unlikely that world models get access to proper RTL designs, which is also true for the ever increasing complexity from the continuous development of proprietary compute algorithms which are software houses' core IP. Specialized compute still remains out of reach for GenAI.
27.12.2025 20:59 β π 2 π 0 π¬ 2 π 0This is such a tease for me right now. Hard to find decent mincemeat tarts in Copenhagen. I did not realize it is possible to get the mix in a jar.
27.12.2025 20:43 β π 0 π 0 π¬ 1 π 0We have open positions across Europe with Cambridge, Lund, and Trondheim being the main locations focused on graphics: careers.arm.com
20.12.2025 20:13 β π 2 π 0 π¬ 1 π 0
My "No Graphics API" blog post is live! Please repost :)
www.sebastianaaltonen.com/blog/no-grap...
I spend 1.5 years doing this. Full rewrite last summer and another partial rewrite last month. As Hemingway said: "First draft of everything is always shit".
That's cool. Are you doing the light binning pass on the GPU or the CPU side?
16.12.2025 18:40 β π 2 π 0 π¬ 1 π 0I really miss the internal yearly Christmas clearance sale. I think my wife is glad that I don't come home each December with more t-shirts and other merchandise anymore...
09.12.2025 18:28 β π 0 π 0 π¬ 0 π 0That's great to hear. I went last year and really enjoyed it. It was a good mix of people across the industry with a really fantastic representation from games studios. A lot of interesting perspectives.
25.11.2025 19:21 β π 1 π 0 π¬ 0 π 0How was the conference this year?
25.11.2025 08:37 β π 0 π 0 π¬ 1 π 0I tried the transparency mode again tonight and it still feels weird to me. I'm sure I would get used to it over time, but I just don't like the NC. Low freq noise is especially unsettling when cars drive by. Though I think it is excellent for airplanes when the ambient noise is more consistent.
03.11.2025 16:24 β π 0 π 0 π¬ 0 π 0