Skip to content

Commit 2ef03cc

Browse files
authored
docs(cm): Improving theory slides for Codemotion madrid (#666)
1 parent a0a312d commit 2ef03cc

11 files changed

Lines changed: 240 additions & 25 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ This project is compatible with any tool that supports `Skills`, `Agents`, `AGEN
3535

3636
## How to use them
3737

38-
The SDLC has evolved with this new wave of AI tooling, which enhances the software engineering process. While building this project, we identified three workflows: `Prompt Engineering Workflow`, `Pipelines Workflow`, and `Agentic Workflow`.
38+
The SDLC has evolved with this new wave of AI tooling, which enhances the software engineering process. While building this project, we identified three workflows: `Prompting Engineering Workflow`, `Agent-driven Engineering Workflow`, `Pipelines Workflow`.
3939

40-
### Prompt Engineering Workflow
40+
### Prompting Engineering Workflow
4141

4242
In this workflow, the software engineer interacts with models using `User prompts`. In an incremental way, you delegate a whole task or ask for help at specific points. You can use this project to refactor generated code, or delegate the task and attach a system prompt or Skills to it.
4343

4444
![](./documentation/images/workflow-prompts.png)
4545

46-
### Agentic Workflow
46+
### Agent-driven Engineering Workflow
4747

48-
`Agents for Java Enterprise development` were designed to help the software engineer in the implementation phase. The engineer defines solid `Specs`, and those specifications are delegated to Agents.
48+
`Agents for Java Enterprise development` were designed to help the software engineer in the implementation phase. The engineer defines solid `Specs`, and those specifications are delegated to `Agents`.
4949

5050
![](./documentation/images/workflow-agents.png)
5151

331 KB
Loading
2.49 MB
Loading
1.05 MB
Loading
381 KB
Loading
210 KB
Loading
151 KB
Loading
-444 KB
Loading
128 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)