Sypha AI Docs
Getting Started

Initializing Your First Task

A guided walkthrough of Sypha's autonomous workflow, from initial request to final completion.

Initializing Your First Task

This guide illustrates the standard Sypha workflow, demonstrating how the AI processes a project request from start to finish.

Once you have finalized your Sypha configuration, execute the following steps:

Phase 1: Access the Dashboard

Locate the official Sypha icon in the VS Code Activity Bar (the vertical navigation rail) to launch the primary chat interface. If the icon is not visible, verify that the extension is correctly installed and enabled.

[!NOTE] Screenshot: Coming Soon !!!

Phase 2: Define Your Objective

Describe your target outcome in clear, technical terms using the input field at the base of the panel. For instance:

  • "Initialize a data-model.json file with sample user metrics."
  • "Develop a TypeScript utility for validating email syntax."
  • "Build a basic index.html structure with the title 'Sypha Integration Test'."

Sypha responds to natural language - no specialized markup or complex syntax is required.

Phase 3: Dispatch the Request

Press Enter or select the Send icon to transmit your objective to the AI agent.

Phase 4: Audit and Authorize Actions

Sypha evaluates your requirement and proposes a series of logical steps. These may include:

  • Resource Analysis: Reviewing existing files to gain technical context.

  • Code Generation: Presenting a visual diff of proposed file modifications.

  • Environment Interaction: Identifying specific terminal commands for build or test execution.

  • Web Automation: Proposing browser-based actions (navigation, clicks, or form inputs).

  • Inquiry: Pausing to request clarification if the objective contains ambiguities.

  • Enablement: In Code mode, the ability to modify the workspace is active by default.

  • Logic Modes: In Architect or Ask personas, Sypha prioritizes strategy and info-retrieval without applying physical code changes.

[!TIP] Sypha's level of autonomy is fully adjustable. You can fine-tune these permissions via Operational Modes or by configuring Auto-Approval settings.

Phase 5: Iterative Refinement

Sypha operates through a continuous feedback loop. After each proposed action, it awaits your authorization before proceeding to the next logical step. This ensures you remain in complete control throughout the development cycle.

Summary

By completing this initial task, you have successfully navigated:

  • Natural language interaction with an AI agent.
  • The importance of the audit-approval safety mechanism.
  • The collaborative nature of iterative AI development.

Ready to expand your workflow? Explore the various Operational Modes or implement Auto-Approval to accelerate routine tasks.

On this page