24 lines
962 B
Markdown
24 lines
962 B
Markdown
|
---
|
||
|
title: AI as a pair-programming partner
|
||
|
date: 2024-10-09
|
||
|
permalink: daily/2024/10/09/ai-as-a-pair-programming-partner
|
||
|
tags:
|
||
|
- software-development
|
||
|
cta: ~
|
||
|
snippet: |
|
||
|
Is AI a good pair-programming partner?
|
||
|
---
|
||
|
|
||
|
Instead of [using AI to autocomplete code][0] or [perform tasks within your Drupal website][1], I've seen people using AI as a virtual pair programming partner.
|
||
|
|
||
|
Similar to using a search engine or finding results on websites like Stack Overflow, but also being able to ask follow-up questions and for clarification as part of a conversation.
|
||
|
|
||
|
You're still relying on its answers and advice to be correct, but using AI as a learning tool seems like a sensible approach if you don't have a non-AI pairing partner available.
|
||
|
|
||
|
Just make sure to validate and verify whatever it gives you.
|
||
|
|
||
|
Once you've committed it, you're responsible for it.
|
||
|
|
||
|
[0]: {{site.url}}/daily/2024/05/31/putting-glue-on-pizza
|
||
|
[1]: {{site.url}}/daily/2024/10/08/ai-in-drupal
|