Will AI take up all the white collar jobs? Is this the collapse of the tech?
Inspired by @usr_bin_roygbiv's tracker for the US — independent rebuild, no affiliation.
LIVE · Scraped nightly from public job boards and extrapolated to 31 December 2027.
Active tech listings
Most recently posted first.
| Title | Company | Location | Source | Posted | Salary |
|---|
Collection. Every night at midnight a worker queries public job boards through JobSpy and stores what it finds in SQLite. Every run issues the same set of queries — sampling a rotating subset would be cheaper, but then the count would move with the rotation rather than with the market.
The forecast. For the first month of collected data the projection is an ordinary least-squares line. After that it switches to a non-seasonal ARIMA(p, d, q), with the differencing order chosen by an augmented Dickey–Fuller test and the rest by AICc. It is fitted in log space and damped, so it flattens instead of running off the chart. The band is a 95% prediction interval.