Sobes.tech
Middle+

Tell me how you use AI tools at work: what is your setup, which models, what is the flow through stages?

sobes.tech AI

Answer from AI

In working with AI tools, I usually follow this approach:

  1. Setup:

    • The main work tool is an IDE with plugins for AI integration (e.g., GitHub Copilot, ChatGPT in VSCode).
    • For code generation and refinement — OpenAI API (GPT-4 or GPT-3.5).
    • For UI prototyping — Figma with AI-based plugins.
  2. Models:

    • GPT-4 for code generation and explanation, documentation writing, refactoring.
    • Specialized models for code analysis, such as Codex.
  3. Workflow stages:

    • Formulate the task or problem.
    • Use AI to generate a draft version of the code or idea.
    • Check and adapt the result to the specific project.
    • Test and optimize.
    • If necessary, ask AI to explain complex sections or suggest alternatives.

This approach helps accelerate routine tasks, improve code quality, and generate fresh ideas.