logo
UK unions call for action to protect creative industry workers as AI develops

UK unions call for action to protect creative industry workers as AI develops

The Guardian03-03-2025

Action is needed to protect workers in creative industries amid huge changes in technology and artificial intelligence, unions have urged.
The TUC said there was an urgent need to put in place 'proper guardrails' for workers ranging from artists, writers and journalists to teachers and academics.
The union organisation said government proposals for copyright and an AI framework, which are under consultation, needed to go further to protect creative workers.
The TUC called for transparency of AI training data to ensure workers know whether their data or image are being used, an opt-in system to protect creative work from commercial data mining unless workers give their permission and consent, and for measures to ensure creative workers are paid fairly for their work when their creative work is used to train AI models.
The report also called for an independent regulator to oversee the integration of AI into society and work.
The transformative potential of AI was huge, but without adequate regulation, 'rapacious tech bosses' would be able to exploit creative workers and cash in on their work, the TUC warned.
Its general secretary, Paul Nowak, said: 'AI has huge transformative potential – and if regulated properly, workers could benefit from the productivity gains created by this technology.
'UK law is simply failing to keep pace with the rapid speed of technological change and proliferation of AI at work.
'Writers, actors, performers, teachers, journalists and other creatives must have a say over how their work and image is used, and they must be paid fairly.
'A new taskforce should be established, bringing together creative workers, unions, technologists and government to manage the risks and maximise the opportunities of AI.
'The government should change direction on current proposals and go further to protect creative workers and safeguard the future of the creative industries. The sector is a jewel in the crown of our economy and vital for growth.
'The clock is ticking. Without proper guardrails put in place, rapacious tech bosses will continue to cash in on creatives' work without their consent.'
Paul Fleming, the Equity union's general secretary, said: 'The industrial-scale theft of performers' and artists' work by big tech must stop.
'Equity's groundbreaking TV and film negotiations show that empowering workers can help deal with the challenges of AI.
'The government's proposals undermine an entire industry – bosses and workers alike – and threaten the efficacy of bargained solutions through unquestioning support of big tech.
'The government should embrace this AI manifesto in place of their misguided proposals and recognise that it is people who make our creative industries successful.'
Emma Reeves, the chair of the Writers' Guild of Great Britain, said: 'Writers' work is already being stolen on an industrial scale to train AI systems, without permission or payment – infringing 300-year-old copyright protections.
'Without stronger protections for writers, big tech could be allowed to take what they like, when they like, without any requirement to share the profits with writers or other creators.
'This will not only harm creators themselves, but will likely deal a serious blow to the emerging AI market and harm the creative industries too. Alternatively, the voluntary licensing of work for AI training offers a potential for growth.'
Peter Kyle, the secretary of state for science, innovation, and technology, said: 'Securing Britain's future as an AI leader and safeguarding the rights and rewards of people at work must go hand in hand as we navigate the complex and challenging technological revolution facing us all.
'Our consultation into AI and copyright closed this week and we are now considering the full range of the thousands of responses we have received.
'Let me be absolutely clear – no changes will be considered unless I am completely satisfied that we are delivering a solution which works for creators. That is my firm red line.'

Orange background

Try Our AI Features

Explore what Daily8 AI can do for you:

Comments

No comments yet...

Related Articles

Transform Your Minecraft Server with AI and ChatGPT in Just a Few Steps
Transform Your Minecraft Server with AI and ChatGPT in Just a Few Steps

Geeky Gadgets

timean hour ago

  • Geeky Gadgets

Transform Your Minecraft Server with AI and ChatGPT in Just a Few Steps

Have you ever imagined a Minecraft server where players can chat with AI-powered NPCs, receive instant help, or even embark on custom quests generated on the fly? It might sound like something out of a futuristic gaming dream, but with the integration of Model Context Protocol (MCP) servers and ChatGPT, this vision is entirely within reach. By combining the robust multiplayer capabilities of MCP servers with the dynamic conversational abilities of ChatGPT, server administrators can unlock a new level of immersion and efficiency. Whether you're looking to streamline player support, automate tedious admin tasks, or introduce AI-driven gameplay enhancements, this integration offers a powerful way to transform your server into a truly interactive experience. In this step-by-step guide, Corbin Brown walks you through the process of connecting MCP servers to ChatGPT, breaking down everything from configuring the ChatGPT API to troubleshooting common issues. Along the way, you'll discover how to use tools like WebSocket for real-time communication and how to format AI responses to fit seamlessly into your server environment. By the end, you'll not only have the technical know-how but also a deeper understanding of how AI can transform multiplayer gaming. Ready to explore how this innovative integration can enrich both player engagement and server management? Let's uncover what's possible. MCP-ChatGPT Integration Guide Understanding MCP Servers and the Benefits of ChatGPT Integration Model Context Protocol (MCP) servers are the backbone of multiplayer Minecraft, handling essential tasks such as player authentication, data synchronization, and gameplay management. These servers ensure smooth communication between players and the game environment, creating a stable and enjoyable multiplayer experience. Integrating ChatGPT into MCP servers expands these capabilities by introducing AI-powered features, such as: Automated Player Assistance: Respond to player queries instantly, reducing the need for manual intervention. Respond to player queries instantly, reducing the need for manual intervention. Dynamic Gameplay Enhancements: Generate custom quests, NPC interactions, or tutorials tailored to your server's theme. Generate custom quests, NPC interactions, or tutorials tailored to your server's theme. Streamlined Administration: Automate repetitive tasks, allowing administrators to focus on more complex responsibilities. This integration not only improves the overall player experience but also reduces the workload for server administrators, making it a valuable addition to any Minecraft server. Steps to Connect MCP Servers with ChatGPT Establishing communication between MCP servers and ChatGPT requires creating a reliable data exchange channel. ChatGPT's API acts as the intermediary, processing inputs from the server and delivering AI-generated responses. Here's how to set up this connection: Set Up ChatGPT's API: Obtain API keys, configure permissions, and define response parameters such as tone and message length. Obtain API keys, configure permissions, and define response parameters such as tone and message length. Configure the MCP Server: Modify the server's configuration files to include ChatGPT's API endpoint and set communication parameters like port numbers and data formats. Modify the server's configuration files to include ChatGPT's API endpoint and set communication parameters like port numbers and data formats. Test the Integration: Use sample inputs to ensure the server and ChatGPT communicate effectively before deploying the system live. This setup enables real-time interaction between players and the AI, creating a dynamic and engaging environment. Connecting MCP Servers To ChatGPT Watch this video on YouTube. Stay informed about the latest in ChatGPT by exploring our other resources and articles. Protocols and Tools for Seamless Integration The success of the integration depends on selecting the appropriate protocols and tools to manage data flow efficiently. Two commonly used protocols for this purpose are: WebSocket: Ideal for real-time, bidirectional communication, making it suitable for dynamic player interactions. Ideal for real-time, bidirectional communication, making it suitable for dynamic player interactions. HTTP REST: A simpler option for request-response interactions, useful for less complex tasks. Key steps in the integration process include: Authentication: Secure the ChatGPT API by verifying API keys and setting proper permissions. Secure the ChatGPT API by verifying API keys and setting proper permissions. Input Mapping: Align player inputs from the MCP server with ChatGPT's processing framework. Align player inputs from the MCP server with ChatGPT's processing framework. Response Formatting: Ensure AI-generated responses are compatible with the server's requirements. Choosing the right protocol depends on your server's specific needs, with WebSocket offering greater flexibility for dynamic and interactive gameplay. Configuring and Testing the Integration Proper configuration of both the MCP server and ChatGPT is critical to ensure compatibility and functionality. Follow these steps to set up each component: 1. ChatGPT Configuration: Obtain API keys and set permissions to allow secure communication. Define response parameters, such as tone, message length, and content style, to align with your server's requirements. 2. MCP Server Configuration: Update configuration files to include ChatGPT's API endpoint and define communication parameters like port numbers and data formats. Test the server's ability to send and receive data from ChatGPT to ensure proper alignment. Testing the integration with sample inputs helps identify and resolve any compatibility issues before launching the system. Addressing Common Integration Challenges While integrating MCP servers with ChatGPT can significantly enhance functionality, challenges may arise during the process. Here are some common issues and their solutions: Authentication Errors: Ensure API keys are correctly configured and permissions are properly set. Ensure API keys are correctly configured and permissions are properly set. Data Format Mismatches: Verify that input and output formats are compatible between the server and ChatGPT. Verify that input and output formats are compatible between the server and ChatGPT. Latency or Timeout Issues: Optimize server settings and monitor network performance to reduce delays. Using debugging tools and analyzing server logs can help identify and resolve these issues efficiently, making sure a smooth integration process. Practical Applications of MCP-ChatGPT Integration Integrating ChatGPT with MCP servers unlocks a wide range of possibilities for enhancing player engagement and server functionality. Some practical applications include: Automated Player Support: Provide instant answers to player questions, improving the overall user experience. Provide instant answers to player questions, improving the overall user experience. AI-Driven NPC Interactions: Create dynamic, conversational non-player characters that adapt to player behavior and actions. Create dynamic, conversational non-player characters that adapt to player behavior and actions. Custom Gameplay Features: Design AI-powered quests, challenges, or tutorials that align with your server's unique theme and objectives. These features not only enhance the player experience but also allow server administrators to focus on more strategic tasks, making the integration a valuable tool for server management. Media Credit: Corbin Brown Filed Under: AI, Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.

Is Apple Delaying Smarter Siri Yet Again?
Is Apple Delaying Smarter Siri Yet Again?

Geeky Gadgets

time3 hours ago

  • Geeky Gadgets

Is Apple Delaying Smarter Siri Yet Again?

Apple has once again postponed the release of updates aimed at making Siri a more advanced and capable virtual assistant. This decision, announced without a clear timeline for rollout, has sparked questions about Apple's ability to remain competitive in the rapidly evolving virtual assistant market. As rivals like Amazon and Google continue to push the boundaries of artificial intelligence (AI), the delay raises concerns about Siri's future and Apple's position in the broader AI landscape. The video below from SaranByte gives us more information. The delay is particularly significant given the increasing reliance on virtual assistants to simplify daily tasks and enhance user experiences. With Siri's updates on hold, Apple risks falling behind competitors who are already delivering more sophisticated and user-friendly solutions. Watch this video on YouTube. What the Delay Means for Siri's Evolution The postponed updates were expected to introduce substantial advancements to Siri's AI capabilities, promising to make the assistant more intuitive, responsive, and versatile. These updates were anticipated to include: Enhanced voice recognition for improved accuracy in understanding user commands. for improved accuracy in understanding user commands. Better contextual understanding to enable more natural and fluid interactions. to enable more natural and fluid interactions. Seamless integration with Apple's ecosystem, enhancing compatibility across devices and services. By delaying these updates, Apple has left users waiting for improvements that could significantly enhance their experience with Siri. For now, Siri remains largely unchanged, which may frustrate users who expect their virtual assistant to evolve alongside their needs. This stagnation could also impact Apple's ability to retain users who might seek more advanced alternatives. Rising Competition in the Virtual Assistant Market The delay comes at a critical time when competition in the virtual assistant market is intensifying. Rivals such as Amazon's Alexa and Google Assistant are consistently raising the bar with innovative features, including: Multi-turn conversations that mimic natural, human-like dialogue. that mimic natural, human-like dialogue. Proactive suggestions based on user behavior and preferences. based on user behavior and preferences. Extensive third-party integrations that expand functionality and usability. These advancements have positioned Alexa and Google Assistant as leaders in the market, offering users a more dynamic and personalized experience. By postponing Siri's updates, Apple risks losing ground to these competitors, who are already delivering innovative solutions. This delay could make it increasingly difficult for Siri to remain a compelling choice for users seeking advanced AI-powered assistance. Why Smarter Siri Features Are Crucial For many users, the value of a virtual assistant lies in its ability to simplify tasks, provide accurate information, and integrate seamlessly with other devices. Smarter Siri features, such as improved natural language processing and advanced voice recognition, could significantly enhance its utility. These updates would: Enable Siri to handle more complex and nuanced queries effectively. to handle more complex and nuanced queries effectively. Deliver personalized responses tailored to individual user preferences and contexts. tailored to individual user preferences and contexts. Streamline interactions across Apple's ecosystem, from iPhones to smart home devices. Without these advancements, Siri risks falling short of user expectations, especially as competitors continue to innovate. Users increasingly demand virtual assistants that can anticipate their needs, adapt to their preferences, and provide seamless integration across devices. Apple's delay in delivering these features could erode user confidence in Siri's ability to meet these demands. What This Means for Apple's AI Strategy The delay in smarter Siri updates also raises broader questions about Apple's approach to artificial intelligence. While Apple has made strides in areas like privacy-focused machine learning, its progress in virtual assistant technology appears slower compared to its competitors. Several factors may be contributing to this lag, including: Apple's commitment to user privacy, which limits the data available for training AI systems. which limits the data available for training AI systems. Technical challenges in developing more advanced and capable virtual assistants. in developing more advanced and capable virtual assistants. Resource allocation, as Apple prioritizes other AI-driven projects over Siri's development. These challenges highlight the complexities of balancing innovation with Apple's core values, such as privacy and security. However, the slower pace of Siri's evolution could jeopardize Apple's competitive edge in the AI-driven virtual assistant market. To remain relevant, Apple must address these challenges and accelerate its efforts to enhance Siri's capabilities. What's Next for Siri and Apple? Apple has yet to provide a clear timeline for the release of the smarter Siri updates, leaving users uncertain about when they can expect meaningful improvements. In the meantime, competitors like Amazon and Google are likely to capitalize on this delay by further advancing their own virtual assistants and attracting users with more innovative features. For Apple, the delay underscores the urgency of staying competitive in the virtual assistant market. To maintain its position as a leader in technology, the company will need to overcome the obstacles slowing Siri's development and deliver updates that meet user expectations. This will require a strategic focus on innovation, user experience, and seamless integration across Apple's ecosystem. As the virtual assistant landscape continues to evolve, Apple's ability to adapt and innovate will determine Siri's future relevance and its role in shaping the next generation of AI-powered tools. Below are more guides on Siri updates from our extensive range of articles. Source & Image Credit: SaranByte Filed Under: Apple, Apple iPhone, Top News Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.

UK government rollout of Humphrey AI tool raises fears about reliance on big tech
UK government rollout of Humphrey AI tool raises fears about reliance on big tech

The Guardian

time4 hours ago

  • The Guardian

UK government rollout of Humphrey AI tool raises fears about reliance on big tech

The government's artificial intelligence (AI) tool known as Humphrey is based on models from OpenAI, Anthropic and Google, it can be revealed, raising questions about Whitehall's increasing reliance on big tech. Ministers have staked the future of civil service reform on rolling out AI across the public sector to improve efficiency, with all officials in England and Wales to receive training in the toolkit. However, it is understood the government does not have overarching commercial agreements with the big tech companies on AI and uses a pay-as-you-go model through its existing cloud contracts, allowing it to swap through tools as they improve and become competitive. Critics are concerned about the speed and scale of embedding AI from big tech into the heart of government, especially when there is huge public debate about the technology's use of copyrighted material. Ministers have been locked in a battle with critics in the House of Lords over whether AI is unfairly being trained on creative material without credit of compensation. Its data bill allowing copyrighted material to be used unless the rights holder opts out passed its final stage this week in a defeat for those fighting for further protections. The issue has caused a fierce backlash from the creative sector, with artists including Elton John, Tom Stoppard, Paul McCartney and Kate Bush throwing their weight behind a campaign to protect copyrighted material. A freedom of information request showed the government's Consult, Lex and Parlex tools designed to analyse consultations and legislative changes use base models from Open AI's GPT, while its Redbox tool, which helps civil servants with everyday tasks such as preparing briefs, uses Open AI GPT, Anthropic's Claude and Google Gemini. Ed Newton-Rex, the chief executive of Fairly Trained, who obtained the FoI and is campaigning against AI being trained on copyrighted material, said there was the potential for a conflict when the government was also thinking about how this sector should deal with copyright. He said: 'The government can't effectively regulate these companies if it is simultaneously baking them into its inner workings as rapidly as possible. These AI models are built via the unpaid exploitation of creatives' work. 'AI makes a ton of mistakes, so we should expect these mistakes to start showing up in the government's work. AI is so well known for 'hallucinating' – that is, getting things wrong – that I think the government should be keeping transparent records of Humphrey's mistakes, so that its continuing use can be periodically reevaluated.' Shami Chakrabarti, the Labour peer and civil liberties campaigner, also urged caution and to be mindful of biases and inaccuracies such as those seen in the Horizon computer system that led to the miscarriage of justice for post office operators. Whitehall sources said Humphrey tools all worked in different ways, but users could take different approaches to tackling 'hallucinations', or inaccuracy, and the government continually publishes evaluations about the accuracy of technology in trials. An AI playbook for government also sets out guidance to help officials make use of the technology quickly and offers advice on how to ensure people have control over decisions at the right stages. The costs of using AI in government are expected to grow as Humphrey is further rolled out but officials say prices of AI per-use in the industry have trended downwards, as models become more efficient. Whitehall sources said big projects such as the Scottish government's use of AI to analyse consultation responses had cost less than £50 and saved many hours of work. Using the government's AI Minute software to take notes for a one-hour meeting costs less than 50p and its early data shows that it saves officials an hour of admin each time. A spokesperson from the Department for Science, Innovation and Technology said: 'AI has immense potential to make public services more efficient by completing basic admin tasks, allowing experts to focus on the important work they are hired to deliver. 'Our use of this technology in no way limits our ability to regulate it, just as the NHS both procures medicines and robustly regulates them. 'Humphrey, our package of AI tools for civil servants, is built by AI experts in government – keeping costs low as we experiment with what works best.' When the Guardian asked ChatGPT what base models were used for the Humphrey AI toolkit and if Open AI was involved, it replied that the information was not available. At the time the tool was announced earlier this year, the government said its strategy for spending £23bn a year on technology contracts would be changed, boosting opportunities for smaller tech startups.

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into the world of global news and events? Download our app today from your preferred app store and start exploring.
app-storeplay-store