
Taylor Allred
422 posts

Taylor Allred
@TaylorAllred8
Software Engineer @ Adobe | MS CS | Programming language explorer





Discord will soon be expanding teen safety protections worldwide including teen-by-default settings and age assurance designed to create safer experiences for teens. We’re also launching recruitment for Discord's first Teen Council, creating a space for teen voices to help shape our safety and wellbeing work. Applications are now open for US teens ages 13–17. Learn more about these updates here: dis.gd/teen-safety




One of the hardest things a man can do in life is blocking his role model on X



Don’t get me wrong. I’m having fun building with AI. But the code AI produces is atrocious. I’m just surprised that such bad code still works.



Most people's mental model of Claude Code is that "it's just a TUI" but it should really be closer to "a small game engine". For each frame our pipeline constructs a scene graph with React then -> layouts elements -> rasterizes them to a 2d screen -> diffs that against the previous screen -> finally uses the diff to generate ANSI sequences to draw We have a ~16ms frame budget so we have roughly ~5ms to go from the React scene graph to ANSI written.









idiomatic Rust and C++ have a ton of implicit allocations and function calling and in my experience this does add a very high cost to performance sensitive applications.




rust is a perfect language for agents, given that if it compiles it's ~correct







