Presented by Chris Cantey / @chriscantey / github/ccantey
About LCC-GIS | Staff |
Who we support | |
Breadth of our work | |
AI Toolbox | Code |
Data Processing | |
System Administration | |
Enterprise Translations | ChatGPT |
AI Strategy |
Information Systems Manager
Julius Menchikov: Systems Admin, M365, GIS
Yuki Kawahara: Junior Developer, Media Services, AI
Legislative Coordinating Commission (LCC)
The Legislative Coordinating Commission was created to coordinate the legislative activities of the Senate and House of Representatives and the joint legislative commissions, committees, offices, and task forces.
Geographic Information Systems
Information Technology
Web and Application Development
Media Services
Lee Meilleur
Beyond Boundaries - Demographic Profiles
Member Research
Malware
Phishing
Ransomware
Denial of Service
SQL Injection
The list goes on...
Linux & Windows
Database
Domain Controllers
Virtual Machines
Zoom
Teams
YouTube
Closed Captioning
Live Interpretations
Google Translation Hub
ChatGPT
Copilot
Otter.ai & Fireflies
Development Time
APIs
Syntax across languages and APIs
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
function SecondExample() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}
Documentation
Python - Automation
From flat tables...
To complex schemas...
Complete with triggers and functions
Complex data problems
ChatGPT Excels at this
Office of the Economic Status of Women
Problem: Map childcare capacity over time
Data: Licensed facilities (DEED),
Under 5 population (Census)
Expectation: Decline over time
Goal: Determine areas/detect trends in childcare capacity across Minnesota
Data Problem: Childcare facilities
Data Problem: Capacity over time
Data Problem: 65,000 records
Data Problem: Need capacity by year
Data Problem: Need to pivot
Data Problem: Complex nested Excel functions
Data solution: pandas.py
Solved the data problem
On to the analysis
I have a dataset of census tracts with under 5 population. I also have a dataset of childcare facilities and their capacity. I combined the datasets in GIS. So most census tracts will have x children under 5 years old and the total childcare capacity per census tract.
How do I analyze and present the disparity of a resource and parse out statistically significant information? I can show capacity/population of 5 year olds, for example: capacity in tract of 20, and there are 100 kids. So 20/100 = 1/5. One daycare spot for 5 kids. One problem I have is that some tracts have zero capacity. So 0/100. The number zero does not really show the disparity like 1/1000.
(DIAL Team)
For one written language to another.
For legislative staff and members
No Campaign materials
Not for bills/legal documents
But it would be very good for bill summaries
English: 4,750,000
Spanish: 235,000
Hmong: 186,000
Somali: 155,000
Spanish is very well supported, but Somali and Hmong are not as prominent on internet, so many A.I. models are not well trained on them.
Chamber: either houses of the legislature, or the room in which the bodies meet.
Tails: an estimate of future revenue that serves as base amounts in the next biennium
Jackets: A sheet prepared by Revisor of Statues attached to the official physical copy of a bill, records all action related to the bill
Sanity Check
Overwritten code
Destructive database operations
Unexpected system states
This is a known failure pattern
AI offers a confident answer
This doesn’t mean you should stop using AI
The relationship needs a protocol
Work in a development environment
Take backups
Don't mindlessly copy and paste
Treat AI like a power tool and use safety goggles — not like an autopilot
What comes next?
Agenetic AI
Artificial General Intelligence - AGI
The Singularity?