Skip to content

Commit

Permalink
Updated Generating D3 Code With Llms and 3 other files
Browse files Browse the repository at this point in the history
Siteleaf committed Mar 28, 2024
1 parent 30772b7 commit a131a69
Showing 4 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _posts/2024-03-26-generating-d3-code-with-llms.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 'Generating D3 code with LLMs'
author: rlewis
title: Generating D3 code with LLMs
date: 2024-03-26 00:00:00 Z
summary: Can AI write software? My team at Scott Logic wanted to find out whether LLMs could generate JavaScript code to draw a D3 chart in a web page. Read about how it went in this blog post.
categories:
- Artificial Intelligence
author: rlewis
summary: Can AI write software? My team at Scott Logic wanted to find out whether
LLMs could generate JavaScript code to draw a D3 chart in a web page. Read about
how it went in this blog post.
---

My team at Scott Logic wanted to see how well large language models (LLMs) could perform on a fully automated coding task. We decided to try using an LLM to generate JavaScript code displaying a chart in a web page using the [D3 library](https://d3js.org/).
1 change: 1 addition & 0 deletions rlewis/atom.xml
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@
author: rlewis
layout: atom_feed
---

1 change: 1 addition & 0 deletions rlewis/feed.xml
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@
author: rlewis
layout: rss_feed
---

1 change: 1 addition & 0 deletions rlewis/index.html
Original file line number Diff line number Diff line change
@@ -3,3 +3,4 @@
layout: default_author
author: rlewis
---

0 comments on commit a131a69

Please sign in to comment.