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

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× 36 views
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× 34 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× 34 views
coding excellent

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

27.5 hrs/wk @ 10× 32 views
coding good

Build a Python web scraper that extracts product pricing and review data from 5 competitor e-commerce websites, handling varied page structures, potential anti-scraping measures, and outputting structured data.

91.7 hrs/wk @ 10× 32 views
coding good

Build a Python web scraper that monitors competitor product prices and automatically updates a local database on a 6-hour schedule

75 hrs/wk @ 10× 31 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× 30 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× 30 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× 30 views
coding good

Diagnose intermittent 500 errors on a WordPress site by accessing the server and inspecting error logs, PHP logs, and server configuration.

8.5 hrs/wk @ 10× 28 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× 28 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× 28 views
coding excellent

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

14.2 hrs/wk @ 10× 27 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× 27 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× 24 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× 24 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× 23 views
coding good

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

11 hrs/wk @ 10× 23 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× 23 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× 23 views