Magic provides an artificial intelligence (AI) based code production platform that helps to produce code in addition to following developers' requests. The company uses artificial intelligence to add elements to code depending on developer requests. Magic was founded in 2022 and is based in San Francisco, California. Mission Build aligned and more complete AI to accelerate humanity's progress on the world's most important problems Founded in 2022 What we do AI will soon feel more like a colleague and less like a tool. This will fundamentally change how people work, learn, and live. Magic is launching this age of human-computer collaboration to augment humanity's potential for creativity and progress. The first domain Magic aims to tackle is software development, but this is just the first step. We believe complete and aligned AI has the potential to change the world for the better. Want to define the future of how we work? Join us. Consent Details About This website uses cookies We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you've provided to them or that they've collected from your use of their services. Deny Allow all Home About Blog Jobs Join waitlist Software that builds software Teaching AI to act in its natural environment, the computer. Code completion that operates across your repository. Magic helps you edit code across your entire repository. function LondonTemperature() { const WEATHER_URL = '...'; const [temperature, setTemperature] = useState(); useEffect(() => { fetch(WEATHER_URL) .then(response => response.json()) .then(({daily}) => setTemperature(daily.temperature_2m_max)) }, []); return <div className='p-4 border rounded'> The highest temperature in London today is <span className='font-bold'> {temperature}°C</span>. </div>; } SUGGESTED BY Join Waitlist For decades, technology has been just a tool. Soon, it will be your partner. What if you had a colleague inside your computer? We're working on fundamental research challenges to make this possible, and we're hiring! Hey, what is this code doing? Seems to be a calculator app written in React. Can we add multiplication and division? Sure thing. Division by zero leads to an error. Should we add an error? Yes, let's do that. Also, put the inputs in one line and the buttons in a grid. Done. Hey, what is this code doing? function AlgebraModule() { const [numberA, setNumberA] = useState(0); const [numberB, setNumberB] = useState(0); const [result, setResult] = useState(0); function Button(...) {...}; function Input(...) {...}; return <div> <div/> <Input getter={numberA} setter={setNumberA}/> <Input getter={numberB} setter={setNumberB}/> </div> <div> <Button operation={(a, b) => a + b} name='Add'/> <Button operation={(a, b) => a - b} name='Subtract'/> </div> <div className='text-center p-4 font-bold'/> {result} </div> </div>; } Navigation Home About Blog Jobs Product Waitlist Frequently asked questions Vulnerability Disclosure Bug Report Contact Copyright © 2023 Magic AI Inc. All rights reserved.
About Magic
Magic provides an artificial intelligence (AI) based code production platform that helps to produce code in addition to following developers' requests. The company uses artificial intelligence to add elements to code depending on developer requests. Magic was founded in 2022 and is based in San Francisco, California.
Mission Build aligned and more complete AI to accelerate humanity's progress on the world's most important problems
Founded in 2022 What we do AI will soon feel more like a colleague and less like a tool. This will fundamentally change how people work, learn, and live. Magic is launching this age of human-computer collaboration to augment humanity's potential for creativity and progress. The first domain Magic aims to tackle is software development, but this is just the first step. We believe complete and aligned AI has the potential to change the world for the better. Want to define the future of how we work? Join us. Consent Details About This website uses cookies We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you've provided to them or that they've collected from your use of their services. Deny Allow all
Home About Blog Jobs Join waitlist Software that builds software Teaching AI to act in its natural environment, the computer. Code completion that operates across your repository. Magic helps you edit code across your entire repository. function LondonTemperature() { const WEATHER_URL = '...'; const [temperature, setTemperature] = useState(); useEffect(() => { fetch(WEATHER_URL) .then(response => response.json()) .then(({daily}) => setTemperature(daily.temperature_2m_max)) }, []); return <div className='p-4 border rounded'> The highest temperature in London today is <span className='font-bold'> {temperature}°C</span>.
</div>; } SUGGESTED BYJoin Waitlist For decades, technology has been just a tool. Soon, it will be your partner. What if you had a colleague inside your computer? We're working on fundamental research challenges to make this possible, and we're hiring! Hey, what is this code doing? Seems to be a calculator app written in React. Can we add multiplication and division? Sure thing. Division by zero leads to an error. Should we add an error? Yes, let's do that. Also, put the inputs in one line and the buttons in a grid. Done. Hey, what is this code doing?
function AlgebraModule() {
const [numberA, setNumberA] = useState(0); const [numberB, setNumberB] = useState(0); const [result, setResult] = useState(0);
function Button(...) {...}; function Input(...) {...};
return <div>
<div/> <Input getter={numberA} setter={setNumberA}/> <Input getter={numberB} setter={setNumberB}/> </div> <div> <Button operation={(a, b) => a + b} name='Add'/> <Button operation={(a, b) => a - b} name='Subtract'/> </div> <div className='text-center p-4 font-bold'/> {result} </div> </div>; } Navigation Home About Blog Jobs Product Waitlist Frequently asked questions Vulnerability Disclosure Bug Report Contact Copyright © 2023 Magic AI Inc. All rights reserved.Details
Category
Where AI Leaders Stay Informed
The latest AI intelligence, case studies, and research — delivered to your inbox every week.
Free to read. Unsubscribe anytime.