Assignment Question
Topic AI and the future of work: What can be happening in the coming 5 years. Answering the following questions is the minimum requirement:
How the number of jobs are changing – what has happened in the past years and what can be happening going forward? How are the natures of jobs changing – what has happened in the past years and how they can continue to change? Forecast three possible development trends in the next 5 years Give two vignettes to provide more qualitative, detailed illustration in order to support the trends forecasted On no more than 2 slides, provide at the end of your deliverable a reflection of experience with prompting the generative AI used. What have you learned to become better able at getting the results you need when interacting to a GPT? You are very welcome to add other ideas to enrich your output. Approach You are required to use generative AI for this assignment. You are required to deploy data visualisation techniques to tell a story. There must have a storyline.
Assessment criteria You will be graded on the quality of argument and insight, inclusion and richness of references used, structuring/storylining, English writing as well as professional quality formatting and presentation. You are also asked to show figures and charts, making data visualisation to the full use. You must reference all evidence-based claims. Please make sure that the reference is “clickable” to source. You can cite source as a link. If it is a book, you can referenced it to Amazon. If your text is found to have the true likeness of the text produced by your colleague, you may see a grade down given that this can be counted as plagiarism/copy-and-paste.
Welcome to the world where not only everyone has equal access to the same sources but also now with the help of generative AI the ability to produce text. Final note Please note grades are curved and therefore you are competing with your colleagues. Please also remember that this is a “beauty contest”, which means not everyone will get a high grade – one will most likely be better than the others. Put differently, you are competing with your colleagues as well as my attention. Moreover, like any beauty contest, there is no rubric because in the real world, selections and choices are hardly made following a set of stipulated criteria. The grade you receive will inevitably be subjective.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

