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 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× 6 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× 5 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× 5 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× 5 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× 4 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× 4 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× 3 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× 2 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× 2 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× 1 view
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× 1 view