Browsing: Business & Startups

August 1, 2024, marked a significant milestone as the European Union’s AI Act officially came into force. This groundbreaking legislation is set to reshape the landscape of AI development and deployment, not just within the EU, but globally. But what does this mean for you and your company? In this article, we’ll cut through the complexity of the AI Act, exploring its real-world implications for businesses of all sizes and sectors. We’ll break down what qualifies as an AI system, the risk-based classification system, who needs to comply, key obligations, implementation timelines, and potential penalties. Whether you’re developing, integrating, or…

Read More

Image by Author   # Introduction  You’ve been coding in Python for a while, absolutely love it, and can probably write decorators in your sleep. But there’s this nagging voice in your head saying you should learn TypeScript. Maybe it’s for that full-stack role, or perhaps you’re tired of explaining why Python is “totally fine” for large codebases. Here’s the thing: TypeScript isn’t just “JavaScript with types.” It’s what JavaScript should have been from the start. And if you’re coming from Python, you already understand more than you think.   # Going from Python to TypeScript  Python gives you duck typing and…

Read More

Artificial intelligence is changing quickly from simple chatbots to more capable autonomous agents that exhibit reasoning, coordination, and execution of complex tasks. Microsoft has recently made Agent Framework publicly available in public preview as an open-source SDK and runtime to ease the orchestration of multi-agent systems, an important step forward for enterprises adopting agentic AI to alleviate fragmentation in tooling while now providing a bridge between experimenting and production.-grade deployment. What is Microsoft Agent Framework? The Microsoft Agent Framework solves a key developer dilemma: choosing between cutting-edge AI research and stable, production-ready tools. It unifies two frameworks: AutoGen: Brings advanced multi-agent…

Read More

Artificial intelligence is becoming mainstream and many organizations, startups and big corporates alike, are now starting internal AI projects or are incooperating AI into other existing IT. There’s just one problem. Leading AI projects are very different from leading in traditional IT. As a result many AI projects either fail or ignite frustration with project participants, users of the AI and the management involved. They are unaware that they are now in a new paradigm and should have different expectations than usually have to IT. Even implementing off-the-shelf AI components or systems can cause problems that are not usual to the…

Read More

Today’s businesses constantly seek ways to accelerate innovation processes, reduce costs, and minimize risks. However, the traditional waterfall model is often time-consuming and expensive. So, how can companies innovate quickly and efficiently without breaking the bank? Enter design sprints, a game-changing approach revolutionizing AI product development. They provide a flexible, five-day framework for rapid prototyping and user testing. This approach, pioneered by Google Ventures, has been adopted by leading companies like Slack, Spotify, and Google to enhance their innovation capabilities. But what makes design sprints so effective? In this article, we’ll explore the key features and real-world applications of design…

Read More

Image by Editor   # Introduction  In any machine learning project, feature selection can make or break your model. Selecting the optimal subset of features reduces noise, prevents overfitting, enhances interpretability, and often improves accuracy. With too many irrelevant or redundant variables, models become bloated and harder to train. With too few, they risk missing critical signals. To tackle this challenge, we experimented with three popular feature selection techniques on a real dataset. The goal was to determine which approach would provide the best balance of performance, interpretability, and efficiency. In this article, we share our experience testing three feature selection…

Read More

Recruiters no longer ask you to recite the six normal forms. They want to hear you reason about data at 2 a.m. when the primary shard is hot and the CFO is responding to the stakeholders. The questions you’ll encounter in this article have been harvested from real interviews at Google, Amazon, Stripe, Snowflake, and a handful of YC unicorns. Each answer is long enough to sql muscle memory, short enough to fit in the conversational window before the interviewer nods or interrupts. Use these DBMS interview questions as a checklist, and a non-exhaustive one at that. Metric for Segregation…

Read More

Lobe.ai just released for open beta and the short story is that you should go try it out. I was lucky and got to test it in the closed beta so I figured i should review a short review.Making AI more understandable and accessible for most people is something I spend a lot of time on and Lobe is without a doubt right down my alley. The tagline is “machine learning made simple” and that is exactly what they do.Overall great tool and I see it as an actual advance in the AI technology by making AI and deep learning…

Read More

The European Union’s Artificial Intelligence Act, which came into effect on August 1, 2024, has ushered in a new era of AI regulation with global implications. This groundbreaking legislation extends its reach beyond European borders, affecting all entities utilizing AI technology that impacts EU citizens or employees – regardless of the company’s physical location. The impact on the healthcare sector is particularly significant. The Act identifies several AI applications in healthcare as high-risk, subjecting them to stringent regulatory requirements. This classification encompasses a wide range of AI-driven healthcare technologies, from diagnostic tools to patient management systems. If your company is…

Read More

Image by Author | Canva   # Introduction  There is no doubt that large language models are really powerful but they can’t go beyond their training data or interact with the world directly. That’s where AI agents have changed the game. They don’t just generate text but can act, reason, and complete multi-step tasks, making them feel much closer to a real assistant that can do things for you. You might have seen tons of resources, but for this article we will be taking a big picture tour. I will share 5 beginner friendly projects: with some from scratch using Python…

Read More