π Mind-blowing Magic of Modern LLM Image Recognition! π
I've found Claude 3.5 Sonnet by Anthropic to be very effective for my daily tasks.
Pro Tips: π± Not familiar with a new app/website? Just take a screenshot and ask about your questions! π» Debugging troubles? Snap your IDE screen and ask what's wrong! β‘οΈ Struggling with bash? No need for explanations - just share the screenshot, and the AI often understands the issue instantly!
It's truly impressive how these tools are transforming our approach to problem-solving. We're living in fascinating times! β¨
I've found Claude 3.5 Sonnet by Anthropic to be very effective for my daily tasks.
Pro Tips: π± Not familiar with a new app/website? Just take a screenshot and ask about your questions! π» Debugging troubles? Snap your IDE screen and ask what's wrong! β‘οΈ Struggling with bash? No need for explanations - just share the screenshot, and the AI often understands the issue instantly!
It's truly impressive how these tools are transforming our approach to problem-solving. We're living in fascinating times! β¨
π₯2
π€ Why Learn Programming in the AI Era?
Yes, AI can write code as well as humans now. We can simply copy-paste its solutions and problem is done! But is this the way we want to go?
π Here's the smarter way:
β’ Programming itself is a creative journey that trains your brain and brings satisfaction.
β’ Understanding code lets you collaborate with AI effectively - you can discuss approaches, evaluate solutions, and guide the AI toward better results.
πͺ With coding knowledge, you can:
β’ customize AI-generated solutions,
β’ spot potential issues,
β’ break down complex problems,
β’ make informed architectural decisions.
Think of AI as your smart coding buddy! It can help you level up from a regular developer to a tech architect - it's a unique opportunity that's only possible today. But to seize it, you need to be at your best and keep growing your skills!π
We should be the ones who direct AI, not the ones who blindly follow it. What do you think?
#Programming #AI #CodingLife #TechEducation
Yes, AI can write code as well as humans now. We can simply copy-paste its solutions and problem is done! But is this the way we want to go?
π Here's the smarter way:
β’ Programming itself is a creative journey that trains your brain and brings satisfaction.
β’ Understanding code lets you collaborate with AI effectively - you can discuss approaches, evaluate solutions, and guide the AI toward better results.
πͺ With coding knowledge, you can:
β’ customize AI-generated solutions,
β’ spot potential issues,
β’ break down complex problems,
β’ make informed architectural decisions.
Think of AI as your smart coding buddy! It can help you level up from a regular developer to a tech architect - it's a unique opportunity that's only possible today. But to seize it, you need to be at your best and keep growing your skills!π
We should be the ones who direct AI, not the ones who blindly follow it. What do you think?
#Programming #AI #CodingLife #TechEducation
β‘1π1
Forwarded from Technology News
Microsoft Study Finds Relying on AI Kills Your Critical Thinking Skills
Read Full Article
#AI #CriticalThinking #Technology #MentalSkills #MicrosoftStudy
Read Full Article
#AI #CriticalThinking #Technology #MentalSkills #MicrosoftStudy
Gizmodo
Microsoft Study Finds Relying on AI Kills Your Critical Thinking Skills
Researchers from Microsoft and Carnegie Mellon University warn that the more you use AI, the more your cognitive abilities deteriorate.
π€1
ROS2 Nodes Factory
I'm excited to share a project I've been working on recently: a ROS2 nodes factory! π
After taking a short break from my regular posts, I've been focused on developing a framework that can automatically generate ROS2 components using AI. The project, called Codestral ROS2 Generator, is now available on my GitHub page.
β οΈ What makes this project special?
The framework follows a "test-driven coding" philosophy - you simply define your ROS2 interfaces and write tests for how your node should behave. Then the generator, powered here by Mistral's Codestral latest model, creates code that satisfies those requirements.
For example, I've included a working implementation of a service that calculates object height (remember my previous experiments with this). The generator was able to create a fully functional ROS2 service node that passes all 14 tests.
π Getting started
πProject's README and Example instruction explain how to setup and use the generator - you can try it in action.
π The documentation explains the system architecture and guides you through creating custom ROS2 nodes for your specific needs.
The project integrates with Mistral AI's powerful Codestral model to understand ROS2 concepts and generate appropriate code. While my previously described method for getting Codestral API keys is not supported yet, you can obtain a free experimental key from the API Keys section of La Plateforme, which works perfectly with this project (also it allows to try any other Mistral models).
π€ Contributions welcome
I'd love to collaborate with anyone interested in improving this framework. Whether you want to add support for more ROS2 components, improve the code generation, or enhance the examples, contributions are very welcome!
Happy generating! Let me know if you try it out!
#ROS #Codestral #CodeGenerating
I'm excited to share a project I've been working on recently: a ROS2 nodes factory! π
After taking a short break from my regular posts, I've been focused on developing a framework that can automatically generate ROS2 components using AI. The project, called Codestral ROS2 Generator, is now available on my GitHub page.
β οΈ What makes this project special?
The framework follows a "test-driven coding" philosophy - you simply define your ROS2 interfaces and write tests for how your node should behave. Then the generator, powered here by Mistral's Codestral latest model, creates code that satisfies those requirements.
For example, I've included a working implementation of a service that calculates object height (remember my previous experiments with this). The generator was able to create a fully functional ROS2 service node that passes all 14 tests.
π Getting started
πProject's README and Example instruction explain how to setup and use the generator - you can try it in action.
π The documentation explains the system architecture and guides you through creating custom ROS2 nodes for your specific needs.
The project integrates with Mistral AI's powerful Codestral model to understand ROS2 concepts and generate appropriate code. While my previously described method for getting Codestral API keys is not supported yet, you can obtain a free experimental key from the API Keys section of La Plateforme, which works perfectly with this project (also it allows to try any other Mistral models).
π€ Contributions welcome
I'd love to collaborate with anyone interested in improving this framework. Whether you want to add support for more ROS2 components, improve the code generation, or enhance the examples, contributions are very welcome!
Happy generating! Let me know if you try it out!
#ROS #Codestral #CodeGenerating
GitHub
GitHub - lexmaister/codestral_ros2_gen: Generate ROS2 elements (nodes, interfaces, etc) with Codestral AI model
Generate ROS2 elements (nodes, interfaces, etc) with Codestral AI model - lexmaister/codestral_ros2_gen
β‘1π₯1
AI & Robotics Lab pinned Β«ROS2 Nodes Factory I'm excited to share a project I've been working on recently: a ROS2 nodes factory! π After taking a short break from my regular posts, I've been focused on developing a framework that can automatically generate ROS2 components usingβ¦Β»
Codestral ROS2 Generator tech description.
π I've just published a detailed technical overview in Russian of my Codestral ROS2 Generator project - an AI-powered solution that automatically generates ROS2 components (nodes, services, actions) using the Codestral model.
π‘The article covers:
- Complete project architecture.
- Key classes and their interactions.
- The generation workflow from prompt to tested code.
- Performance metrics and evaluation.
Check out the full technical breakdown on my blog: Let's Go Design
#CodeGenerating #ROS #Codestral
π I've just published a detailed technical overview in Russian of my Codestral ROS2 Generator project - an AI-powered solution that automatically generates ROS2 components (nodes, services, actions) using the Codestral model.
π‘The article covers:
- Complete project architecture.
- Key classes and their interactions.
- The generation workflow from prompt to tested code.
- Performance metrics and evaluation.
Check out the full technical breakdown on my blog: Let's Go Design
#CodeGenerating #ROS #Codestral
π₯1π1
Forwarded from AI Post β Artificial Intelligence
Media is too big
VIEW IN TELEGRAM
"By 2027... AI will be autonomous enough to replicate a software engineer's job."
Replit CEO Amjad Masad discusses AI agents mastering software engineering. SWE-bench shows rapid progress: from GPT-3 (22%) to Anthropic's latest (~70%) today. Benchmark saturation by 2027 suggests AI autonomy in coding.
He predicts AI agents will be able to build 20% of SaaS within a year.
@aipostπͺ | Our X π₯
Replit CEO Amjad Masad discusses AI agents mastering software engineering. SWE-bench shows rapid progress: from GPT-3 (22%) to Anthropic's latest (~70%) today. Benchmark saturation by 2027 suggests AI autonomy in coding.
He predicts AI agents will be able to build 20% of SaaS within a year.
@aipost
Please open Telegram to view this post
VIEW IN TELEGRAM
π1
Forwarded from AI Post β Artificial Intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯1
Forwarded from AI Post β Artificial Intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
β‘1π€―1
Forwarded from Science in telegram
Is Humanity Getting Dumber? @Science Says Yes
A recent study confirms a concerning trend: global intelligence levels have been declining since 2010. Researchers have found that many people struggle to focus on a single task, lose logical thinking skills, and spend excessive time on their smartphones.
Here are some key findings:
π’ 25% of adults in developed countries cannot solve basic math problems, with this figure rising to 35% in the U.S.
π§βπ Since 2015, there has been a sharp increase in 18-year-olds struggling to concentrate on a single topic.
π In 2022, half of those surveyed read no more than one book, while 45% of teenagers did not read at all.
The culprit? The way we consume information has changed. Social media, with its endless feeds and algorithm-driven content, overloads the brain, making it harder to seek out and process valuable information. Instead, people get stuck in an endless loop of low-value content consumption.
π‘ The good news?
The brain remains highly adaptableβwith effort, itβs possible to regain focus and sharpen critical thinking skills.
Time to take control of our attention!
A recent study confirms a concerning trend: global intelligence levels have been declining since 2010. Researchers have found that many people struggle to focus on a single task, lose logical thinking skills, and spend excessive time on their smartphones.
Here are some key findings:
π’ 25% of adults in developed countries cannot solve basic math problems, with this figure rising to 35% in the U.S.
π§βπ Since 2015, there has been a sharp increase in 18-year-olds struggling to concentrate on a single topic.
π In 2022, half of those surveyed read no more than one book, while 45% of teenagers did not read at all.
The culprit? The way we consume information has changed. Social media, with its endless feeds and algorithm-driven content, overloads the brain, making it harder to seek out and process valuable information. Instead, people get stuck in an endless loop of low-value content consumption.
π‘ The good news?
The brain remains highly adaptableβwith effort, itβs possible to regain focus and sharpen critical thinking skills.
Time to take control of our attention!
π₯1
I've been disappointed numerous times with highly-ranked models like Qwen that excel in benchmarks but underperform on real tasks. These benchmarks have started to feel like marketing toolsβways to generate hype with impressive tables and graphs rather than demonstrate genuine capability.What matters is genuine expertise. Human experts have credentialsβeducation, years of field experience, common senseβand accountability for their decisions. But what about AI models? Sure, they can assist, but can we really trust them with complex real-world problems without human oversight? Will we ever truly believe in their "expertise"?My experience so far suggests cautionβdon't rely too heavily on AI advice. I'm curious to see how this evolves over time. π€
β‘1π1
Forwarded from AI Post β Artificial Intelligence
This media is not supported in your browser
VIEW IN TELEGRAM
OpenAI's Noam Brown argues that benchmarks are becoming irrelevant because reasoning AI can always achieve higher scores simply by thinking longer. Think of model intelligence as a performance-versus-cost curve. The real value lies in AI surpassing human capabilities, making its cost compared to human expertise the key metric, not AI-to-AI comparisons. Ultimately, advanced reasoning AI is "dirt cheap" compared to a top human doing the same work.
@aipost
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯1π1
π Codestral ROS2 Gen: Network Scanner Extension Now Available!
β‘οΈHere it is - the second release of Codestral ROS2 Gen with a powerful new feature: the NetworkScanner!
π What's New in This Release
The NetworkScanner module with efficient network discovery capabilities:
β’ Fast ICMP-based scanning for host discovery
β’ Asynchronous packet handling for optimized performance
β’ Configurable scan parameters (timeout, interval, etc.)
β’ Seamless integration with the existing ROS2 generation pipeline
π How It Works
The NetworkScanner uses optimized ICMP echo requests (pings) to detect active hosts on a network. It employs an innovative approach with:
β’ Synchronous packet sending for precise timing control
β’ Asynchronous response collection for efficient handling
β’ Smart timeout management for reliable results
β’ Clean ROS2 message publishing for network status information
π§ͺ Key Components
β’ network_scanner.py: Core scanning orchestration
β’ network_host.py: Host state management
β’ scan_operation.py: Context-managed scanning operations
β’ network_parser.py: Network targets parsing
Full codebase documentation is available on projects's GitHub pages π
π Try It Yourself
The detailed example documentation shows how to generate your own network scanner nodes. You can even use the standalone
This extension builds upon core generation system, demonstrating how the Codestral generator can create complex, functional ROS2 components with system-level interactions. π€
#ROS2 #AI #NetworkScanning #Robotics #CodeGenerating #Codestral
β‘οΈHere it is - the second release of Codestral ROS2 Gen with a powerful new feature: the NetworkScanner!
π What's New in This Release
The NetworkScanner module with efficient network discovery capabilities:
β’ Fast ICMP-based scanning for host discovery
β’ Asynchronous packet handling for optimized performance
β’ Configurable scan parameters (timeout, interval, etc.)
β’ Seamless integration with the existing ROS2 generation pipeline
π How It Works
The NetworkScanner uses optimized ICMP echo requests (pings) to detect active hosts on a network. It employs an innovative approach with:
β’ Synchronous packet sending for precise timing control
β’ Asynchronous response collection for efficient handling
β’ Smart timeout management for reliable results
β’ Clean ROS2 message publishing for network status information
π§ͺ Key Components
β’ network_scanner.py: Core scanning orchestration
β’ network_host.py: Host state management
β’ scan_operation.py: Context-managed scanning operations
β’ network_parser.py: Network targets parsing
Full codebase documentation is available on projects's GitHub pages π
π Try It Yourself
The detailed example documentation shows how to generate your own network scanner nodes. You can even use the standalone
nscan
command-line tool for quick testing! This extension builds upon core generation system, demonstrating how the Codestral generator can create complex, functional ROS2 components with system-level interactions. π€
#ROS2 #AI #NetworkScanning #Robotics #CodeGenerating #Codestral
GitHub
GitHub - lexmaister/codestral_ros2_gen: Generate ROS2 elements (nodes, interfaces, etc) with Codestral AI model
Generate ROS2 elements (nodes, interfaces, etc) with Codestral AI model - lexmaister/codestral_ros2_gen
β‘1π€―1
AI & Robotics Lab pinned Β«π Codestral ROS2 Gen: Network Scanner Extension Now Available! β‘οΈHere it is - the second release of Codestral ROS2 Gen with a powerful new feature: the NetworkScanner! π What's New in This Release The NetworkScanner module with efficient network discoveryβ¦Β»
π€© Just tested Qwen 2.5-Omni and wow - it's impressive!
This free model accepts audio and video alongside text and images, plus it responds with both text and voice. We're just one step away from truly real-time AI conversation now - only need to cut down that input/response delay. Worth checking out here.
#QwenAI #MultimodalAI
This free model accepts audio and video alongside text and images, plus it responds with both text and voice. We're just one step away from truly real-time AI conversation now - only need to cut down that input/response delay. Worth checking out here.
#QwenAI #MultimodalAI
β‘1π1