Abdul Muhammed

Abdul Muhammed

all in one
389 points

About

all in one

Badges

Tastemaker
Tastemaker
Gone streaking 10
Gone streaking 10
Gone streaking
Gone streaking
Gone streaking 25
Gone streaking 25
View all badges

Forums

What part of your job has AI already changed?

I have been thinking a lot about how AI is quietly transforming the way we work, not replacing jobs entirely, but definitely reshaping them.

At a recent Fortune summit, the CEO of Indeed said AI can now handle over half the tasks in most roles. But no single job can be fully automated. OpenAI s Chief People Officer even called it a reimagination of work.

Request for product: voice-based dev environment

Here's my hacked-together, messy, voice-based dev environment:

  1. Voice-driven loop with screen-shotting so the LLM in the loop can see what's in my terminal and editor. The prompt varies depending on what I'm trying to drive with this loop.

  2. A few tool definitions that give read access to files and URLs.

  3. A tool the LLM can send a block of output to that generates keyboard events, so the LLM can drive any editor/terminal.

  4. A separate process watching a directory and constantly making LLM-driven git commits. (git autosave).

I have some pieces of this running most of the time. But I'm lazy, and doing other stuff, and I also try to use a variety of editors and tools, to see what's good lately. Which ... no stability, so my hacked-together stuff is always broken.

I don't want to replace @Windsurf / @Cursor / Claude code. A seriously good agent and expert-system dev toolkit is a lot of work.

Request for product: voice-based dev environment

Here's my hacked-together, messy, voice-based dev environment:

  1. Voice-driven loop with screen-shotting so the LLM in the loop can see what's in my terminal and editor. The prompt varies depending on what I'm trying to drive with this loop.

  2. A few tool definitions that give read access to files and URLs.

  3. A tool the LLM can send a block of output to that generates keyboard events, so the LLM can drive any editor/terminal.

  4. A separate process watching a directory and constantly making LLM-driven git commits. (git autosave).

I have some pieces of this running most of the time. But I'm lazy, and doing other stuff, and I also try to use a variety of editors and tools, to see what's good lately. Which ... no stability, so my hacked-together stuff is always broken.

I don't want to replace @Windsurf / @Cursor / Claude code. A seriously good agent and expert-system dev toolkit is a lot of work.

View more