Skip to content

Commit a131a69

Browse files
author
Siteleaf
committed
Updated Generating D3 Code With Llms and 3 other files
1 parent 30772b7 commit a131a69

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

_posts/2024-03-26-generating-d3-code-with-llms.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: 'Generating D3 code with LLMs'
3-
author: rlewis
2+
title: Generating D3 code with LLMs
43
date: 2024-03-26 00:00:00 Z
5-
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.
64
categories:
75
- Artificial Intelligence
6+
author: rlewis
7+
summary: Can AI write software? My team at Scott Logic wanted to find out whether
8+
LLMs could generate JavaScript code to draw a D3 chart in a web page. Read about
9+
how it went in this blog post.
810
---
911

1012
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/).

rlewis/atom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
author: rlewis
33
layout: atom_feed
44
---
5+

rlewis/feed.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
author: rlewis
33
layout: rss_feed
44
---
5+

rlewis/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
layout: default_author
44
author: rlewis
55
---
6+

0 commit comments

Comments
 (0)