Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions app/public/assets/posts/encode-policy-multi-agent-ai/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Automating Tax and Benefit Policy Modeling with Multi-Agent AI</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&display=swap" rel="stylesheet">
<script type="module" crossorigin src="./assets/index-DC8RyDPP.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BJx1p784.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
3 changes: 2 additions & 1 deletion app/src/data/apps/appTransformers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ describe('appTransformers', () => {

test('all apps have valid source URLs', () => {
apps.forEach((app) => {
expect(app.source).toMatch(/^https?:\/\//);
// Allow external URLs (https://) or local paths (/assets/)
expect(app.source).toMatch(/^(https?:\/\/|\/assets\/)/);
});
});

Expand Down
13 changes: 13 additions & 0 deletions app/src/data/apps/apps.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"type": "iframe",
"slug": "encode-policy-multi-agent-ai",
"title": "Automating tax and benefit policy modeling with multi-agent AI",
"description": "How we built a system that transforms a policy request into a complete, tested pull request in 90 minutes.",
"source": "/assets/posts/encode-policy-multi-agent-ai/index.html",
"tags": ["us", "technical", "featured", "interactives"],
"countryId": "us",
"displayWithResearch": true,
"image": "encode-policy-multi-agent-ai-cover.png",
"date": "2026-02-02 12:00:00",
"authors": ["ziming-hua"]
},
{
"type": "iframe",
"slug": "scottish-budget-2026-27",
Expand Down
5 changes: 5 additions & 0 deletions app/src/data/posts/articles/encode-policy-multi-agent-ai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Automating tax and benefit policy modeling with multi-agent AI

This is a placeholder for the interactive article. The actual content is served as an iframe app.

For now, this entry maintains the blog post presence.
7 changes: 7 additions & 0 deletions app/src/data/posts/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,12 @@
"github": "https://github.com/juaristi22",
"headshot": "maria-juaristi.jpeg",
"title": "Data Scientist at PolicyEngine"
},
"ziming-hua": {
"name": "Ziming Hua",
"email": "ziming@policyengine.org",
"bio": "Ziming is a policy researcher at PolicyEngine.",
"headshot": "ziming-hua.jpg",
"title": "Policy Researcher at PolicyEngine"
}
}