HighlightsAI engineer Suchir Balaji was found dead in a San Francisco apartment on November 26. On the post of the engineer’s mother, Musk said, ‘It does not seem like suicide.’ Suchir had made serious allegations against OpenAI and ChatGPT a few days ago.Indian Origin AI Engineer Death in US: An Indian-origin engineer working for OpenAI died. AI engineer Suchir Balaji was found dead in his San Francisco apartment on November 26. However, his death occurred under suspicious circumstances. Before his death, he had made many shocking allegations against OpenAI and ChatGPT. American police have declared it a suicide. However, Balaji’s mother Purnima Rama Rao has claimed irregularities in the investigation. He said that we got the body examined by a private investigator. The police claim was not confirmed in this. Veteran billionaire Elon Musk has also come out in support of Rama Rao. Balaji’s mother has written on X, ‘We got the investigation done with the help of a private investigator. The cause of death given by the police in the autopsy of the body has not been confirmed. Elon Musk’s response has come on his tweet. He said, ‘It does not look like suicide.’ Purnima Rama Rao re-tweeted this and requested Musk for help. He replied in the post, ‘Elon Musk please help us..’ What happened in the room? Purnima Rama Rao wrote in her note, ‘Suchir’s apartment was ransacked, signs of struggle were found in the bathroom and blood stains were found. Based on the stains, it looks like someone hit him in the bathroom. It is a brutal murder, which police officials have declared a suicide. We cannot be prevented from getting justice by lobbying the city of San Francisco. We demand an FBI investigation. Directly from OpenAI-ChatGPT Pangasuchir Balaji used to train AI models in OpenAI. However, there were many concerns about the rules and ethics of the company. He resigned in August this year, unhappy with the company’s way of handling data. After this, he scolded AI companies for playing with people’s data and internet technology. In his interview in the New York Times, he had accused OpenAI of using copyrighted data. At the same time, he had said that ChatGPT is causing a lot of harm to the Internet. Father’s pain swelled Suchir’s father Balagi Ramamurthy said, ‘I was the last person to talk to him. He was happy, sad or nothing. And this was his birthday week. His mother and I had planned for Suchir to meet us in January. That was his last phone conversation with anyone. He went to his apartment and never came out. We saw blood stains in the bathroom, signs of a fight in the bathroom. Tags: Elon MuskFIRST PUBLISHED : December 30, 2024, 11:08 IST
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!