Urgent.News

What's breaking now, across thousands of outlets.

AI

How to use AI to give yourself a head start at a new job

When you start a new job there is a lot to learn. There are projects, clients, and processes that are likely to be new to you. You may have been pointed at the employee handbook and maybe even given a mentor. But you probably still have more questions than answers for the first few months. As trite as the phrase “drinking from a firehose” may have become, it is a pretty accurate description of…

How to use AI to give yourself a head start at a new job

Starting a new job can be overwhelming due to a flood of new information, tasks, and processes. To ease this transition, it's essential to utilize available resources and leverage AI technology effectively. Upon beginning a new role, identify the resources at your disposal, such as an enterprise license for an AI platform or existing bots and agents. Find out if these resources can help answer common questions and manage repetitive tasks, enabling you to focus on utilizing your expertise.

To make the most of AI, create agents and skills tailored to repetitive tasks. Although programming skills may not be necessary, most AI systems can generate these agents based on a description. However, it's crucial to maintain a balance between productivity and the application of your professional knowledge. Use AI as a tool to enhance your work, not replace it.

For instance, when starting at Minerva Project, a writer built an agent to identify relevant news articles and suggest story angles, thus saving time and staying informed about current events.

Another useful AI application is establishing a thought partner. As a new employee, it's crucial to adopt the mindset and methods of seasoned colleagues. By creating an AI project that engages with company documents, previous work examples, and project details, you can discuss complex problems and receive insights that may not have been apparent otherwise.

This approach not only accelerates your learning process but also fosters a more comprehensive understanding of your new work environment. The AI-generated responses are not the ultimate solutions, but they stimulate fresh perspectives and guide you towards innovative approaches.

Lastly, practice difficult scenarios through AI simulations. When facing new challenges, such as critiquing a direct report or negotiating with clients, it's essential to build the confidence to handle these situations in real life. Construct a project that simulates these interactions, allowing you to practice various responses and receive immediate feedback on your performance. This method not only helps you adapt to new roles and responsibilities but also equips you with the necessary skills to succeed in your position.

Written by urgent.news from Fast Company's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at fastcompany.com →

More in AI

The Runaway Diff: A Token-Budget Postmortem for Coding Agents

The task looked trivial on paper: add a rate limiter to a small Python service and update three call sites. I handed it to a coding agent running on MonkeyCode, an open-source project with free model…

  • Engineer assigned a token allowance for coding agent on MonkeyCode platform
  • Diff output was two-thousand lines for change that should have been forty lines
  • Fix was a simple Python script imposing token budget and detecting edit oscillation

The Coverage Loop: Turning Free AI Tokens into Verified C++ Tests

Unit tests are boring. Coverage is not optional. I asked a free AI model to write my tests. It failed. Then I built a feedback loop.

  • AI model generates C++ tests for string utility
  • Coverage measured with gcov, loop repeats until 90% achieved
  • Feedback loop refines tests based on missing lines

More from Sunday 23 August →