logo
Goldman Sachs names Raghav Maliah global chairman of investment banking, memo shows

Goldman Sachs names Raghav Maliah global chairman of investment banking, memo shows

Reuters4 days ago
HONG KONG, July 2 (Reuters) - Goldman Sachs (GS.N), opens new tab on Wednesday named Raghav Maliah chairman of investment banking, a global position in addition to the banker's regional investment banking roles, according to a memo from the bank.
A spokesperson for the bank confirmed the contents of the memo.
Raghav will continue to serve as co-head of mergers & acquisitions in Asia Pacific, and head of the Technology, Media, and Telecommunications Group in Asia Pacific Ex-Japan, the memo shows.
Orange background

Try Our AI Features

Explore what Daily8 AI can do for you:

Comments

No comments yet...

Related Articles

Trump to start TikTok sale talks with China, he says, with deal ‘pretty much' reached
Trump to start TikTok sale talks with China, he says, with deal ‘pretty much' reached

The Guardian

timean hour ago

  • The Guardian

Trump to start TikTok sale talks with China, he says, with deal ‘pretty much' reached

Donald Trump has said he will start talking to China on Monday or Tuesday about a possible TikTok deal. The United States president said the US 'pretty much' had a deal on the sale of the TikTok short-video app. 'I think we're gonna start Monday or Tuesday ... talking to China – perhaps President Xi or one of his representatives – but we would, we pretty much have a deal,' Trump told reporters on Air Force One on Friday. Trump also said he might visit Xi Jinping in China or the Chinese leader may visit the US. The two leaders last month invited each other to visit their respective countries. Trump last month also extended a deadline to 17 September for China-based ByteDance to divest the US assets of TikTok, a social media app with 170 million users in the US. A deal had been in the works this spring to spin off TikTok's US operations into a new US-based firm, majority-owned and operated by US investors, but it was put on hold after China indicated it would not approve it following Trump's announcements of steep tariffs on Chinese goods. Trump said on Friday the US would probably have to get a deal approved by China. Asked how confident he was that Beijing would agree to a deal, he said: 'I'm not confident, but I think so. President Xi and I have a great relationship, and I think it's good for them. I think the deal is good for China and it's good for us.' Trump's June extension was his third executive order to delay the ban or sale of TikTok and gave ByteDance another 90 days to find a buyer or be banned in the US. Trump's first executive order giving TikTok a reprieve came on his first day in office – just three days after the supreme court ruled to uphold the ban. Trump issued the second executive order in April. The deadline for the sale or ban was then set for 19 June. Now, TikTok has until September. In a statement issued the same day, TikTok thanked Trump and JD Vance. 'We are grateful for President Trump's leadership', the statement said, and TikTok would 'continue to work with Vice President Vance's Office' to come to an agreement. Democratic senator Mark Warner, vice-chair of the Senate intelligence committee, accused Trump of sidestepping the law with an executive order. With reporting by Dara Kerr

Combine AI Code Agents to Build Apps Faster : Claude, Gemini and Copilot
Combine AI Code Agents to Build Apps Faster : Claude, Gemini and Copilot

Geeky Gadgets

timean hour ago

  • Geeky Gadgets

Combine AI Code Agents to Build Apps Faster : Claude, Gemini and Copilot

What if you could build a fully functional app in a fraction of the time it used to take—without sacrificing quality? The rise of AI code agents like Claude, Gemini, and GitHub Copilot has made this bold vision a reality for developers worldwide. These tools aren't just speeding up workflows; they're redefining how we approach software development by automating complex tasks, from back-end logic to front-end design and even testing. But here's the twist: while these AI agents excel in their specialized roles, their true power emerges when they're orchestrated together. Imagine a seamless collaboration where each AI agent contributes its expertise, leaving you to focus on the creative and strategic aspects of building your app. In this piece, Zen van Riel explores how you can harness the combined strengths of Claude, Gemini, and Copilot to accelerate app development while maintaining control over the process. You'll discover how each tool plays a unique role—whether it's automating tests, crafting APIs, or designing user interfaces—and how their synergy can transform your workflow. But it's not all smooth sailing. We'll also dive into the critical role of human oversight, from debugging AI-generated code to making sure seamless integration between components. By the end, you'll see not just the potential of AI-assisted development but also the balance required to make it work. After all, innovation thrives where technology and human ingenuity meet. AI Agents in App Development Understanding the Roles of AI Agents Each AI agent brings unique strengths to the software development process, and their combined efforts can significantly enhance productivity. Here is how each tool contributes to the workflow: Gemini CLI: Specializes in testing automation, making sure that the app's functionality is both reliable and robust through comprehensive test coverage. Specializes in testing automation, making sure that the app's functionality is both reliable and robust through comprehensive test coverage. Claude Code: Focuses on back-end development, managing server-side logic, database integration, and API creation to support the app's core functionality. Focuses on back-end development, managing server-side logic, database integration, and API creation to support the app's core functionality. GitHub Copilot: Excels in front-end development, crafting intuitive user interfaces and improving the overall user experience with clean, responsive designs. By clearly defining the responsibilities of each AI agent and coordinating their efforts, you can create a cohesive and efficient development process. This orchestration is often assistd through a structured git commit workflow, which ensures consistency and alignment across all components of the project. Building the AI Learning Tracker App The AI learning tracker app serves as a practical example of how these AI agents can work together to achieve a common goal. Designed to monitor learning progress, generate AI-driven review questions, and visualize educational journeys, the app highlights the potential of AI-assisted development in tackling complex tasks. In this project, Gemini CLI automates testing to validate the app's functionality, Claude Code develops the back-end infrastructure to manage data and logic, and GitHub Copilot creates an engaging front-end interface. However, the process also reveals the limitations of AI agents, emphasizing the indispensable role of human developers in bridging gaps, resolving issues, and making sure the app meets quality standards. AI-Assisted App Development : Tools, Tips and Best Practices Watch this video on YouTube. Gain further expertise in AI Code Agents by checking out these recommendations. Orchestrating AI Agents: Workflow Strategies To maximize the efficiency of AI-assisted development, it is essential to define clear workflows and assign tasks strategically. The development process often begins with initializing the project using a modern framework like which provides a solid foundation for building scalable web applications. Once the project is set up, mission documents can be created for each AI agent, outlining their specific roles and contributions. Two primary workflow strategies are commonly employed: Parallel workflows: Enable simultaneous progress on front-end, back-end, and testing tasks, significantly reducing development time and improving efficiency. Enable simultaneous progress on front-end, back-end, and testing tasks, significantly reducing development time and improving efficiency. Sequential workflows: Address task dependencies by making sure that foundational components, such as the back-end API, are functional before integrating them with the front-end interface. By adopting a structured approach, you can minimize inefficiencies and ensure seamless collaboration among the AI agents. This not only accelerates development but also enhances the overall quality and coherence of the application. Challenges Requiring Human Oversight While AI agents offer significant advantages in terms of speed and automation, they are not without limitations. Human expertise remains critical in addressing several key challenges: Error resolution: AI-generated code may contain bugs or fail to execute as intended, requiring manual debugging and troubleshooting by skilled developers. AI-generated code may contain bugs or fail to execute as intended, requiring manual debugging and troubleshooting by skilled developers. Task alignment: Making sure seamless integration between front-end and back-end components often demands human intervention to resolve inconsistencies and optimize performance. Making sure seamless integration between front-end and back-end components often demands human intervention to resolve inconsistencies and optimize performance. Validation: Reviewing and refining AI-generated code is essential to maintain high standards of quality, functionality, and security. These challenges underscore the importance of human oversight in guiding AI agents, validating their outputs, and making sure the final product meets professional and user expectations. Key Outcomes and Observations By effectively orchestrating Gemini CLI, Claude Code, and GitHub Copilot, you can develop a functional prototype of the AI learning tracker app. The ability to work on front-end, back-end, and testing frameworks in parallel demonstrates the potential for accelerated workflows and increased productivity. However, it is important to note that the app will likely require further refinement and optimization before it is ready for production use. This process highlights the value of AI agents in enhancing development efficiency while reaffirming the critical role of human developers in overseeing and improving their work. The collaboration between AI tools and human expertise creates a balanced approach that uses the strengths of both. Future Implications of AI in Development The integration of AI agents into software development represents a significant step forward in improving efficiency, collaboration, and innovation. However, the effectiveness of these tools depends on your ability to guide and prompt them effectively. As AI technologies continue to evolve, mastering the orchestration of their roles will become an increasingly important skill for developers. While AI agents can automate many aspects of the development process, they are not a replacement for human expertise. By combining the strengths of AI tools with skilled oversight, you can unlock new levels of creativity and productivity in software development, paving the way for more innovative and efficient solutions in the future. Media Credit: Zen van Riel 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.

Reform MP James McMurdock resigns whip over allegations of business impropriety
Reform MP James McMurdock resigns whip over allegations of business impropriety

The Independent

time3 hours ago

  • The Independent

Reform MP James McMurdock resigns whip over allegations of business impropriety

A Reform UK MP has resigned the party whip pending an investigation into allegations of business impropriety before he was elected, the party's chief whip has said. James McMurdock will sit as an independent while a probe takes place over the allegations, which he said are likely to emerge in the press this weekend. Reform's chief whip Lee Anderson said: 'At Reform UK we take these matters very seriously and James has agreed to cooperate in full with any investigation.' It leaves Nigel Farage's insurgent right-wing party again with just four MPs, with Reform previously suspended Rupert Lowe for criticising the arch-Brexiteer's leadership. The suspension comes just one year after Mr McMurdock entered parliament almost by accident, having agreed to stand in the general election as a so-called paper candidate. He won his South Basildon and East Thurrock seat by 98 votes, having given up a high-paying job at a financial firm in the City of London to become an MP. The 38-year-old, who has previously worked for Barclays Capital, Goldman Sachs and Lehman Brothers, specialising in energy, infrastructure, and manufacturing, ran his campaign with only the help of his parents.

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into a world of global content with local flavor? Download Daily8 app today from your preferred app store and start exploring.
app-storeplay-store