AI Task Time
💻

AI Time Estimates for Coding Tasks

Coding tasks span quick scripts to architecture decisions. See where AI saves hours and where a senior engineer is still worth the rate.

coding excellent

Take a messy, inconsistently formatted business expense spreadsheet and redesign it as a normalized relational database schema with proper tables, keys, and relationships.

23.3 hrs/wk @ 10× 26 views
coding excellent

Write Python code that parses JSON API responses, loads data into PostgreSQL, and includes error handling and logging.

14.2 hrs/wk @ 10× 24 views
coding good

Configure a GitHub Actions workflow that automatically runs tests, builds the Node.js project, and deploys it on every push to the main branch, including secrets management and deployment target integration.

14 hrs/wk @ 10× 24 views
coding excellent

Debug and refactor a slow Python data processing script, adding type hints and improving efficiency

27.5 hrs/wk @ 10× 23 views
coding excellent

Write Python code to ingest messy CSV files of customer transaction data, remove duplicate rows, and handle missing values using appropriate strategies (drop, fill, interpolate, etc.).

5.5 hrs/wk @ 10× 23 views
coding partial

Build a Python web scraper for Zillow real estate listings that extracts, normalizes data, and computes price-per-square-foot statistics grouped by neighborhood

25 hrs/wk @ 10× 21 views
coding good

Containerise an existing Python web application using a multi-stage Dockerfile to separate build and runtime stages, and a docker-compose.yml for local development with volume mounts, environment variables, and service orchestration.

5.5 hrs/wk @ 10× 21 views
coding excellent

Writing PostgreSQL SQL queries to calculate user retention metrics and build cohort analysis tables, covering concepts such as date-truncated cohort assignment, week-over-week or month-over-month retention rates, and the self-joins or window functions needed to track user activity across time periods.

4.5 hrs/wk @ 10× 20 views
coding excellent

Write Python code to parse CSV files, clean missing data, and generate statistical summaries with visualizations

14.2 hrs/wk @ 10× 19 views
coding excellent

Debug and refactor a Python/pandas CSV processing script: identify performance bottlenecks, fix bugs, and optimize for speed and maintainability.

15 hrs/wk @ 10× 19 views
coding good

Build a Python web scraper targeting 10 e-commerce sites to extract competitor pricing data and persist results to a database. Requires per-site selector engineering, anti-bot mitigation, data modeling, and ongoing maintenance as sites change.

80 hrs/wk @ 10× 19 views
coding good

Debug and fix a Python script that processes image metadata and returns null values inconsistently

11 hrs/wk @ 10× 17 views
coding good

Write Python code to scrape real estate listings from a target website, parse structured fields (price, location, features), and export results to a CSV file. Complexity varies significantly depending on whether the site uses server-side HTML vs. JavaScript rendering, paginated results, and anti-bot protections.

12.5 hrs/wk @ 10× 17 views
coding good

Build a Python web scraper that collects product reviews from an e-commerce site and runs NLP-based sentiment analysis on the results

45 hrs/wk @ 10× 16 views
coding excellent

Debug a Python function that sorts a list of dictionaries by multiple nested keys incorrectly. Involves reading existing code, identifying the sorting logic bug (likely key extraction, nested access, or comparator ordering), and writing a verified fix.

7.5 hrs/wk @ 10× 15 views
coding good

Build a Python ETL script to extract customer transaction data from PostgreSQL, apply transformations, and load into a data warehouse

55 hrs/wk @ 10× 15 views
coding excellent

Write Python code to scrape weather data from a public API and generate daily forecasts in JSON format

14.25 hrs/wk @ 10× 14 views
coding excellent

Write a Python script that reads one or more CSV files, normalizes date columns to a consistent format, and flags rows that share the same email address or phone number as potential duplicates.

6.5 hrs/wk @ 10× 14 views
coding excellent

Build a Python script that calls a weather API (e.g. OpenWeatherMap), retrieves forecast data for 5 major cities, and generates readable weekly summary reports from that data.

11.5 hrs/wk @ 10× 12 views
coding good

Write Python code to scrape and parse real estate listing data from a website and organize it into a structured database

55 hrs/wk @ 10× 12 views