Into Design Systems reposted this
I am contributing to #Atomic open source on my weekends. If you code in a terminal user interface (TUI) using a screen reader or other assistive tech, I would like to pay you for 45 minutes of your time. I am researching how to make #agentic_coding #accessible and #equitable for people with disabilities. I have a small budget for research sessions, and I am looking for developers who will walk me through their real setup: what works, what you gave up on, what you had to build yourself. Here is why I think this matters right now. Terminal UIs break screen readers by design, not by neglect. A terminal UI redraws the screen in place. That is just how they work. But redrawing in place is also what makes a screen reader lose its spot, repeat old content, or go silent. Labels do not fix it. It needs a second way of rendering everything, top to bottom, as plain text. Many of the best coding agents run in the terminal first. If the terminal is unusable with a screen reader, the tool is unusable. That is happening with some of the most powerful tools we have. The image below is one moment from a terminal agent cockpit. Eight panes, one per agent. A line in the corner says one agent needs you. In the grid itself, the only thing marking which one is the color of a dot. It is a simulation I built, not a live capture. If a session is more than you want to take on, here are two questions I would still love answered in the comments. 1. If you tried a terminal coding agent and stopped using it, what were you doing when you gave up? 2. Which wastes more of your time: the tool's interface, or what the AI writes back? The interface: menus, spinners, permission prompts, progress indicators, the screen redrawing itself. What the AI writes back: tables, ASCII diagrams, long answers that bury the point. I keep turning over that second one. Vendors are starting to fix the interface. Almost nobody owns the output. Either way, please add your setup: screen reader, terminal app, operating system, and which coding tool. Terminal accessibility changes a lot from one terminal app to the next. Without that detail I cannot tell what your answer means. DM me for a session, or comment below if you would rather keep it light. What I will do with this. I will write up what I learn and share it publicly, crediting anyone who wants it. Then I will take the specific blockers to the teams building these tools. At least one of them is asking for exactly this right now. #Accessibility #ScreenReaders #DeveloperExperience #AgenticCoding #TUI #Terminal_UI #UX