NewClaim a free social report
instagram analytics
Similar Accounts:
followers
107K
impressions
3.56M
likes
94.0K
comments
11.1K
posts
96
engagement
2.88%
emv
$109K
Average per post
37.1K

Key Metrics

Distributions

Top Content

👀 NEW Claude can now control your computer: Mouse, keyboard, and screen, giving it the ability to use any app without an MCP or connector.

It does first check if you have a connector an will prompt you for permission. Read the “Claude Cowork Safety”official doc if you plan to use this. 

Here I’m using dispatch via Claude cowork to search and export one of the videos I edited locally in CapCut 🤯
(It did prompt me for specific permissions) 

It can open your apps, navigate your browser, fills in spreadsheets….anything you’d do sitting at your desk. 

Currently works on Mac for both Claude Cowork & Claude Code

[ai engineer, tech news, agentic ai]
1.00M
23.8K
258
2mo ago
lindavivah
👀 NEW Claude can now control your computer: Mouse, keyboard, and screen, giving it the ability to use any app without an MCP or connector. It does first check if you have a connector an will prompt you for permission. Read the “Claude Cowork Safety”official doc if you plan to use this. Here I’m using dispatch via Claude cowork to search and export one of the videos I edited locally in CapCut 🤯 (It did prompt me for specific permissions) It can open your apps, navigate your browser, fills in spreadsheets….anything you’d do sitting at your desk. Currently works on Mac for both Claude Cowork & Claude Code [ai engineer, tech news, agentic ai]
Context vs Memory vs Harness engineering explained in 40 seconds by Richmond Alake ⚡️

💡These 3 disciplines are core to building agents that can actually remember and reason over time

Most agents work well within a single session but lose everything the moment it ends. Memory engineering treats long-term memory as first-class infrastructure.

Richmond Alake (Director of AI DevEx at Oracle) walked me through all three in NYC🗽

✈️ I’m PSYCHED to be heading to an offsite with the Oracle developer team very soon to go even deeper on agent harnesses & excited to share learnings with y’all! 

If you want to learn how to build memory-aware agents, Richmond has a free short DeepLearning.AI course in collaboration with Oracle that he co-taught with his colleague Nacho! 📚

Comment ✨DEVELOPER✨ and I’ll DM you the link to the free DeepLearning agent memory course & the AI Developer GitHub repo by Oracle to help you start building 💻
397K
15.4K
929
1mo ago
lindavivah
Context vs Memory vs Harness engineering explained in 40 seconds by Richmond Alake ⚡️ 💡These 3 disciplines are core to building agents that can actually remember and reason over time Most agents work well within a single session but lose everything the moment it ends. Memory engineering treats long-term memory as first-class infrastructure. Richmond Alake (Director of AI DevEx at Oracle) walked me through all three in NYC🗽 ✈️ I’m PSYCHED to be heading to an offsite with the Oracle developer team very soon to go even deeper on agent harnesses & excited to share learnings with y’all! If you want to learn how to build memory-aware agents, Richmond has a free short DeepLearning.AI course in collaboration with Oracle that he co-taught with his colleague Nacho! 📚 Comment ✨DEVELOPER✨ and I’ll DM you the link to the free DeepLearning agent memory course & the AI Developer GitHub repo by Oracle to help you start building 💻
🎶What are "The Invisible Systems" in Tech? Learn about them via an original song sponsored by @RobertHalf, breaking down the systems that keep your apps running strong.
We often celebrate features... but it’s the unseen layers that make or break your product:
🖥 Infrastructure: Cloud-native, autoscaling, remote-ready
📡 Data Systems: Reliable pipelines and real-time access
🔐 Security & Governance: Risk mitigation, role-based access
🚀 Deployment & DevOps: CI/CD, rollout agility
📊 Monitoring & Observability: Detect issues before users do
🗓 Lifecycle Planning: Manage tech debt, sunset tools, upgrade ERP

📘 These are just some of the invisible systems explored in the new Robert Half report, which
outlines how to build a tech team to help your company:
✅ Modernize without disruption
✅ Accelerate innovation with AI
✅ Build systems that scale and adapt
Invisible systems don’t maintain themselves. Great teams do.

👉 If you’re building a tech team, check out Robert Half’s guide via the link in bio!

#RobertHalfPartner #DevOps #Tech #Coding #CloudComputing #InformationTechnology
231K
1.33K
150
11mo ago
lindavivah
🎶What are "The Invisible Systems" in Tech? Learn about them via an original song sponsored by @RobertHalf, breaking down the systems that keep your apps running strong. We often celebrate features... but it’s the unseen layers that make or break your product: 🖥 Infrastructure: Cloud-native, autoscaling, remote-ready 📡 Data Systems: Reliable pipelines and real-time access 🔐 Security & Governance: Risk mitigation, role-based access 🚀 Deployment & DevOps: CI/CD, rollout agility 📊 Monitoring & Observability: Detect issues before users do 🗓 Lifecycle Planning: Manage tech debt, sunset tools, upgrade ERP 📘 These are just some of the invisible systems explored in the new Robert Half report, which outlines how to build a tech team to help your company: ✅ Modernize without disruption ✅ Accelerate innovation with AI ✅ Build systems that scale and adapt Invisible systems don’t maintain themselves. Great teams do. 👉 If you’re building a tech team, check out Robert Half’s guide via the link in bio! #RobertHalfPartner #DevOps #Tech #Coding #CloudComputing #InformationTechnology
7 core Claude Code features explained in 90 seconds.. let’s go! ⚡

To unlock Claude Code’s full potential you need to know what’s available to you. Here’s the TLDR:
🔷 CLAUDE.md → a markdown file Claude loads as context each session 
🔷 Skills → packaged instructions Claude loads when the task matches 
🔷 MCP → standard protocol for connecting Claude to external tools and data
🔷 Hooks → commands that run automatically at points in Claude’s lifecycle
🔷 Subagents → isolated Claude instances with their own context and tool access
🔷 Plugins → skills, hooks, and MCP configs bundled into one installable unit
🔷 Agent Teams → parallel Claude sessions with a lead, messaging each other directly
163K
6.33K
124
1mo ago
lindavivah
7 core Claude Code features explained in 90 seconds.. let’s go! ⚡ To unlock Claude Code’s full potential you need to know what’s available to you. Here’s the TLDR: 🔷 CLAUDE.md → a markdown file Claude loads as context each session 🔷 Skills → packaged instructions Claude loads when the task matches 🔷 MCP → standard protocol for connecting Claude to external tools and data 🔷 Hooks → commands that run automatically at points in Claude’s lifecycle 🔷 Subagents → isolated Claude instances with their own context and tool access 🔷 Plugins → skills, hooks, and MCP configs bundled into one installable unit 🔷 Agent Teams → parallel Claude sessions with a lead, messaging each other directly
Why do the best ideas always hit when you are away from your desk 🌱

I was in Central Park and was able to tag Devin (@trycognition ) in Slack with my prompt to built AgentGeoScore, a site where you can check if your site is optimized for  agent search

Comment ✨DEVIN✨ & I’ll DM you the link to the GitHub repo & Devin to try it out for yourself!

I also open sourced the code for agentgeoscore & will be maintaining it so feel free to contribute! 

I was super impressed but Devin’s native slack integration and how so many features are built-in and enterprise grade + easy to use out of the box. I was able to build so much just in the slack thread and get everything from screen recordings of the site, automatic security scans, merge from a button in the thread, Devin deploy right in the thread to see the site easily from anywhere & so much more! & since I used it via slack on my phone, context is never lost.

If you try it out would love to hear your thoughts! & as always happy building!
161K
207
46
1mo ago
lindavivah
Why do the best ideas always hit when you are away from your desk 🌱 I was in Central Park and was able to tag Devin (@trycognition ) in Slack with my prompt to built AgentGeoScore, a site where you can check if your site is optimized for agent search Comment ✨DEVIN✨ & I’ll DM you the link to the GitHub repo & Devin to try it out for yourself! I also open sourced the code for agentgeoscore & will be maintaining it so feel free to contribute! I was super impressed but Devin’s native slack integration and how so many features are built-in and enterprise grade + easy to use out of the box. I was able to build so much just in the slack thread and get everything from screen recordings of the site, automatic security scans, merge from a button in the thread, Devin deploy right in the thread to see the site easily from anywhere & so much more! & since I used it via slack on my phone, context is never lost. If you try it out would love to hear your thoughts! & as always happy building!
Comment “MCP” & I’ll send you the links via DM ✨

📜 The concept of MCP is very new. In late 2024, Anthropic introduced MCP (Model Context Protocol) because LLMs needed a cleaner, safer way to interact with the outside world. MCP is like giving models a shared language to access tools, trigger workflows, and pull data. The entire point of MCP is to make LLM’s more capable in a standardized way. 

💡These are some of the resources I found helpful when starting to build MCP servers & clients. I limited it to beginner friendly resources I thought were great but lmk if it would be helpful to share more advanced finds as well. Hope this helps others! 

Are there others you would add to the list? Lmk in the comments & as always Happy Building! 💻

Relevant tags 🏷️ 

[ai engineer, genai career, software engineer, software developer, MCP roadmap, how to learn ai, python for ai, lim from scratch, build in public, ai agent builder, deep learning 2025, ai portfolio project, ml roadmap, ai learning journey, agentic ai]
156K
2.99K
2.44K
10mo ago
lindavivah
Comment “MCP” & I’ll send you the links via DM ✨ 📜 The concept of MCP is very new. In late 2024, Anthropic introduced MCP (Model Context Protocol) because LLMs needed a cleaner, safer way to interact with the outside world. MCP is like giving models a shared language to access tools, trigger workflows, and pull data. The entire point of MCP is to make LLM’s more capable in a standardized way. 💡These are some of the resources I found helpful when starting to build MCP servers & clients. I limited it to beginner friendly resources I thought were great but lmk if it would be helpful to share more advanced finds as well. Hope this helps others! Are there others you would add to the list? Lmk in the comments & as always Happy Building! 💻 Relevant tags 🏷️ [ai engineer, genai career, software engineer, software developer, MCP roadmap, how to learn ai, python for ai, lim from scratch, build in public, ai agent builder, deep learning 2025, ai portfolio project, ml roadmap, ai learning journey, agentic ai]
🤩 Claude Code just launched Channels! Let’s set it up together 🎉

Channels allow you to control your Claude Code sessions through select MCP’s, starting with Telegram and Discord

Comment ✨CHANNELS✨ & i’ll send the doc to your DM 

[AI Engineer, agentic AI, coding]
99.0K
2.74K
526
2mo ago
lindavivah
🤩 Claude Code just launched Channels! Let’s set it up together 🎉 Channels allow you to control your Claude Code sessions through select MCP’s, starting with Telegram and Discord Comment ✨CHANNELS✨ & i’ll send the doc to your DM [AI Engineer, agentic AI, coding]
Love the way @gregisenberg phrased it 💡
Comment ✨OPTIMIZE✨ and I’ll send you 5 prompts for your vibe coding tool of choice to help your site get read and cited by AI agents 🌐
72.1K
2.29K
1.62K
1mo ago
lindavivah
Love the way @gregisenberg phrased it 💡 Comment ✨OPTIMIZE✨ and I’ll send you 5 prompts for your vibe coding tool of choice to help your site get read and cited by AI agents 🌐
Principal AI Architect & Engineer @codewithbrij walks through the 8 layers from LLM ➡️ Agentic AI

Summary of the stack:

🧠 LLM → predicts the next word. Smart, but frozen.

📚 + RAG → reads your docs before answering.

🔧 + Tool Calling → now it can DO things. Call APIs, run code, query DBs.

💾 + Memory → remembers yesterday. Learns what works.

🤖 = AI Agent → LLM + RAG + Tools + Memory.

🤝 + Agentic AI → agents delegating to agents. Planning. Self-correcting.

🧩 + Skills & Hooks → modular know-how + lifecycle triggers.

🛡️ + Governance & Observability → traces, guardrails, audit. This is what makes it production.

It was SO great getting to meet in person a few weeks back at the Oracle dev offsite! Check out Brij’s page @codewithbrij for the best technical infographics + AI education! And he is also one of the nicest people!
63.8K
1.43K
28
1w ago
lindavivah
Principal AI Architect & Engineer @codewithbrij walks through the 8 layers from LLM ➡️ Agentic AI Summary of the stack: 🧠 LLM → predicts the next word. Smart, but frozen. 📚 + RAG → reads your docs before answering. 🔧 + Tool Calling → now it can DO things. Call APIs, run code, query DBs. 💾 + Memory → remembers yesterday. Learns what works. 🤖 = AI Agent → LLM + RAG + Tools + Memory. 🤝 + Agentic AI → agents delegating to agents. Planning. Self-correcting. 🧩 + Skills & Hooks → modular know-how + lifecycle triggers. 🛡️ + Governance & Observability → traces, guardrails, audit. This is what makes it production. It was SO great getting to meet in person a few weeks back at the Oracle dev offsite! Check out Brij’s page @codewithbrij for the best technical infographics + AI education! And he is also one of the nicest people!
Comment “MCP” & I’II send you the links via DM ✨

In late 2024, Anthropic introduced MCP (Model Context Protocol) because LLMs needed a cleaner, safer way to interact with the outside world. In just a year it already has over 97 million SDK downloads and 2 weeks ago Anthropic announced it’s donating MCP to the Linux Foundation. 

MCP is like giving models a shared language to access tools, trigger workflows, and pull data. The entire point of MCP is to make LLM’s more capable in a standardized way.

These are some of the resources I found helpful when starting to build MCP servers & clients. I limited it to beginner friendly resources I thought were great but Imk if it would be helpful to share more advanced finds as well. Hope this helps others!
Are there others you would add to the list? Lmk in the comments & as always Happy Building!

Relevant tags 🏷️
[ai engineer, genai career, software engineer, software developer, MCP roadmap, how to learn ai, python for ai, lim from scratch, build in public, ai agent builder, deep learning 2025, ai portfolio project, ml roadmap, ai learning journey, agentic ai]
58.7K
1.31K
1.04K
5mo ago
lindavivah
Comment “MCP” & I’II send you the links via DM ✨ In late 2024, Anthropic introduced MCP (Model Context Protocol) because LLMs needed a cleaner, safer way to interact with the outside world. In just a year it already has over 97 million SDK downloads and 2 weeks ago Anthropic announced it’s donating MCP to the Linux Foundation. MCP is like giving models a shared language to access tools, trigger workflows, and pull data. The entire point of MCP is to make LLM’s more capable in a standardized way. These are some of the resources I found helpful when starting to build MCP servers & clients. I limited it to beginner friendly resources I thought were great but Imk if it would be helpful to share more advanced finds as well. Hope this helps others! Are there others you would add to the list? Lmk in the comments & as always Happy Building! Relevant tags 🏷️ [ai engineer, genai career, software engineer, software developer, MCP roadmap, how to learn ai, python for ai, lim from scratch, build in public, ai agent builder, deep learning 2025, ai portfolio project, ml roadmap, ai learning journey, agentic ai]
Let’s see if I can cover the ML pipeline in 60 seconds ⏰😅

Machine learning isn’t just training a model. A production ML lifecycle typically looks like this:

1️⃣ Define the problem & objective
2️⃣ Collect and (if needed) label data
3️⃣ Split into train / validation / test sets
4️⃣ Data preprocessing & feature engineering
5️⃣ Train the model (forward pass + backpropagation in deep learning)
6️⃣ Evaluate on held-out data to measure generalization
7️⃣ Hyperparameter tuning (learning rate, architecture, etc.)
8️⃣ Final testing before release
9️⃣ Deploy (batch inference or real-time serving behind an API)
🔟 Monitor for data drift, concept drift, latency, cost, and reliability
1️⃣1️⃣ Retrain when performance degrades

Training updates weights.
Evaluation measures performance.
Deployment serves predictions.
Monitoring keeps the system healthy.

It’s not linear. It’s a loop.

And once you move beyond a single experiment, that loop becomes a systems problem.

At scale, the challenge isn’t just modeling … it’s building reliable, scalable infrastructure that supports the entire lifecycle.

Curious if this type of content is helpful! Lmk in the comments & as always Happy Building! 🤍
58.2K
3.50K
56
4mo ago
lindavivah
Let’s see if I can cover the ML pipeline in 60 seconds ⏰😅 Machine learning isn’t just training a model. A production ML lifecycle typically looks like this: 1️⃣ Define the problem & objective 2️⃣ Collect and (if needed) label data 3️⃣ Split into train / validation / test sets 4️⃣ Data preprocessing & feature engineering 5️⃣ Train the model (forward pass + backpropagation in deep learning) 6️⃣ Evaluate on held-out data to measure generalization 7️⃣ Hyperparameter tuning (learning rate, architecture, etc.) 8️⃣ Final testing before release 9️⃣ Deploy (batch inference or real-time serving behind an API) 🔟 Monitor for data drift, concept drift, latency, cost, and reliability 1️⃣1️⃣ Retrain when performance degrades Training updates weights. Evaluation measures performance. Deployment serves predictions. Monitoring keeps the system healthy. It’s not linear. It’s a loop. And once you move beyond a single experiment, that loop becomes a systems problem. At scale, the challenge isn’t just modeling … it’s building reliable, scalable infrastructure that supports the entire lifecycle. Curious if this type of content is helpful! Lmk in the comments & as always Happy Building! 🤍
Traditional RAG vs Graph RAG explained in 60 seconds by Nacho Martínez ⚡

💡 Both pull external knowledge into an LLM. The difference is whether what comes back is isolated, or actually connected.

🔷 Traditional RAG chunks your docs, vectorizes each chunk, similarity search returns the top matches. Each piece stands alone.

🔷 Graph RAG organizes knowledge as a graph with edges between related items. Retrieval can follow those edges, so you get a match plus what it connects to.

Some implementations store chunks as nodes and pull in neighbors. Others build a graph of entities and their relationships pulled from your docs. Same idea, different units.

🏢 i recently got to visit the Oracle office and spend the day with their amazing devrel team going deep on the Oracle AI Database, learning about their agentic AI work, and doing hands-on workshops. SO much good stuff. One thing that genuinely blew me away was that the Oracle AI database has JSON Relational Duality. You store your data once and access it as both relational rows AND JSON documents. No sync, no duplication 🔥

📚 Nacho Martínez (Data Scienctist Advocate at Oracle) shared a fantastic open source AI Developer Hub the team’s been building, includes notebooks on agentic RAG with hybrid search, RAG with evals, RAG zero-to-hero, and more.

💻 Comment ✨DEVELOPER✨ and I’ll DM you the link to repo to start building
44.4K
1.67K
47
2w ago
lindavivah
Traditional RAG vs Graph RAG explained in 60 seconds by Nacho Martínez ⚡ 💡 Both pull external knowledge into an LLM. The difference is whether what comes back is isolated, or actually connected. 🔷 Traditional RAG chunks your docs, vectorizes each chunk, similarity search returns the top matches. Each piece stands alone. 🔷 Graph RAG organizes knowledge as a graph with edges between related items. Retrieval can follow those edges, so you get a match plus what it connects to. Some implementations store chunks as nodes and pull in neighbors. Others build a graph of entities and their relationships pulled from your docs. Same idea, different units. 🏢 i recently got to visit the Oracle office and spend the day with their amazing devrel team going deep on the Oracle AI Database, learning about their agentic AI work, and doing hands-on workshops. SO much good stuff. One thing that genuinely blew me away was that the Oracle AI database has JSON Relational Duality. You store your data once and access it as both relational rows AND JSON documents. No sync, no duplication 🔥 📚 Nacho Martínez (Data Scienctist Advocate at Oracle) shared a fantastic open source AI Developer Hub the team’s been building, includes notebooks on agentic RAG with hybrid search, RAG with evals, RAG zero-to-hero, and more. 💻 Comment ✨DEVELOPER✨ and I’ll DM you the link to repo to start building
The beauty about tech is there is no one path. 🌱
One of the biggest lessons throughout my journey has been that what felt like the hardest parts often involved “figuring out my next growth step”. The decision is sometimes harder than the execution. ⚙️ Overtime, I learned those phases of “going in circles” are totally normal & actually a lot of the work within your journey. 🔁 For example, it took me a while to figure out that I would like to go in to SRE from webdev etc. 🔁 the same thing happened when I decided it was time to go to a startup and the AI infra end.

Have you experienced something similar? Lmk in comments 🤎 ⬇️

💡 Remember, YOU are the artist of your own life 🎨

Summary of my Untraditional Journey in to Tech & Cloud & AI:

💻 2013: graduated BA in Philosophy & started working in media

💻 2015: started teaching myself how to code & a few months later attended a coding bootcamp (@flatironschool Fullstack Web Dev immersive)

💻 2016: started working as a javaScript Web Developer in media

💻 2018: Started teaching myself Cloud Computing via certs & projects, specifically AWS

💻 2020: Shifted in to an SRE role to work in Cloud on Infra end & later infrastructure/devops

💻 2022: Started working as a cloud Developer Advocate @ AWS

💻 2023: When chatGPT launched late 2022 overtime that year upskilled and kept experimenting

💻 2024: my role at AWS officially focused on AI developer advocacy & AWS genAI services + kept upskilling in AI/ML, AI engineering

💻2025: Started to work as a Staff AI infra developer advocate at Anyscale (distributed computing). This was also a shift from corporate to startup for me and I wanted to go to the AI infra end. Currently get to work on Ray which is an open source distributing compute engine that is especially suited for AI/ML workloads (Batch Inf, Distributed Training, etc..) 

Relevant tags:
[ AI engineer, career journey, machine learning, cloud computing, programmer, computer science, devops, MLOps, coding, setup inspiration, tech career ]
43.7K
745
61
4mo ago
lindavivah
The beauty about tech is there is no one path. 🌱 One of the biggest lessons throughout my journey has been that what felt like the hardest parts often involved “figuring out my next growth step”. The decision is sometimes harder than the execution. ⚙️ Overtime, I learned those phases of “going in circles” are totally normal & actually a lot of the work within your journey. 🔁 For example, it took me a while to figure out that I would like to go in to SRE from webdev etc. 🔁 the same thing happened when I decided it was time to go to a startup and the AI infra end. Have you experienced something similar? Lmk in comments 🤎 ⬇️ 💡 Remember, YOU are the artist of your own life 🎨 Summary of my Untraditional Journey in to Tech & Cloud & AI: 💻 2013: graduated BA in Philosophy & started working in media 💻 2015: started teaching myself how to code & a few months later attended a coding bootcamp (@flatironschool Fullstack Web Dev immersive) 💻 2016: started working as a javaScript Web Developer in media 💻 2018: Started teaching myself Cloud Computing via certs & projects, specifically AWS 💻 2020: Shifted in to an SRE role to work in Cloud on Infra end & later infrastructure/devops 💻 2022: Started working as a cloud Developer Advocate @ AWS 💻 2023: When chatGPT launched late 2022 overtime that year upskilled and kept experimenting 💻 2024: my role at AWS officially focused on AI developer advocacy & AWS genAI services + kept upskilling in AI/ML, AI engineering 💻2025: Started to work as a Staff AI infra developer advocate at Anyscale (distributed computing). This was also a shift from corporate to startup for me and I wanted to go to the AI infra end. Currently get to work on Ray which is an open source distributing compute engine that is especially suited for AI/ML workloads (Batch Inf, Distributed Training, etc..) Relevant tags: [ AI engineer, career journey, machine learning, cloud computing, programmer, computer science, devops, MLOps, coding, setup inspiration, tech career ]
AI Engineer vs ML Engineer explained (while my youngest naps in Central Park 😂👶🍃)

🧠 ML engineers primarily focus on model training and performance optimization.

That typically includes:
• Data preprocessing and feature engineering
• Designing and maintaining training pipelines
• Selecting architectures and loss functions
• Running experiments and tracking metrics
• Hyperparameter tuning
• Evaluating generalization performance
• Scaling distributed training workloads

Their center of gravity is improving how a model is trained and how well it performs.

🏗️ AI engineers primarily focus on system design and production deployment of AI capabilities.

That typically includes:
• Integrating trained or foundation models into applications
• Designing RAG pipelines and agent architectures
• Orchestrating tools, APIs, and external services
• Managing state, retries, and failure handling
• Implementing guardrails and evaluation frameworks
• Optimizing latency, throughput, and cost
• Scaling inference and serving infrastructure

Their center of gravity is ensuring the AI system behaves reliably, safely, and efficiently in real-world environments.

🎯 Same end goal: production-ready AI.
But they operate at different layers of the stack.

💡If you want a sticky way to remember it:

ML engineers build and tune the brain.
AI engineers build the nervous system and body around it.

One optimizes how intelligence is trained.
The other optimizes how intelligence is expressed and delivered.

🏷️
#AIEngineer #MLEngineer #DistributedSystems #LLMs #AgenticAI AIInfrastructure MachineLearning
42.6K
1.89K
64
3mo ago
lindavivah
AI Engineer vs ML Engineer explained (while my youngest naps in Central Park 😂👶🍃) 🧠 ML engineers primarily focus on model training and performance optimization. That typically includes: • Data preprocessing and feature engineering • Designing and maintaining training pipelines • Selecting architectures and loss functions • Running experiments and tracking metrics • Hyperparameter tuning • Evaluating generalization performance • Scaling distributed training workloads Their center of gravity is improving how a model is trained and how well it performs. 🏗️ AI engineers primarily focus on system design and production deployment of AI capabilities. That typically includes: • Integrating trained or foundation models into applications • Designing RAG pipelines and agent architectures • Orchestrating tools, APIs, and external services • Managing state, retries, and failure handling • Implementing guardrails and evaluation frameworks • Optimizing latency, throughput, and cost • Scaling inference and serving infrastructure Their center of gravity is ensuring the AI system behaves reliably, safely, and efficiently in real-world environments. 🎯 Same end goal: production-ready AI. But they operate at different layers of the stack. 💡If you want a sticky way to remember it: ML engineers build and tune the brain. AI engineers build the nervous system and body around it. One optimizes how intelligence is trained. The other optimizes how intelligence is expressed and delivered. 🏷️ #AIEngineer #MLEngineer #DistributedSystems #LLMs #AgenticAI AIInfrastructure MachineLearning
Saying goodbye to a place where I’ve grown so much professionally, creatively, personally …. & made friends for life 🧡

After 3+ incredible years, I’ve made the decision to step into a new chapter - with deep deep gratitude for this one. 

Prior to working at AWS, I was part of the community as a customer & an AWS Community Builder … and I still plan to be building in the cloud 🥰

At AWS, I had the privilege of building hands-on technical content, launching programs that helped developers learn and connect, and working with brilliant teams across the org.

But more than any livestream or launch… it’s the people I’ll carry with me.

Thank you to the colleagues, collaborators, and community who’ve shaped this chapter. 💙

I’ll be sharing what’s next very soon! You’ll still find me building, learning, and supporting this incredible tech community.

Especially now - when tech is evolving faster than ever we all need spaces to grow, navigate, and skill up together.

Stick around - the next chapter’s just beginning 😊🫶

#developerdiaries #techcommunity #farewellpost #awscommunity #buildinpublic #cloudcomputing
42.5K
1.70K
139
11mo ago
lindavivah
Saying goodbye to a place where I’ve grown so much professionally, creatively, personally …. & made friends for life 🧡 After 3+ incredible years, I’ve made the decision to step into a new chapter - with deep deep gratitude for this one. Prior to working at AWS, I was part of the community as a customer & an AWS Community Builder … and I still plan to be building in the cloud 🥰 At AWS, I had the privilege of building hands-on technical content, launching programs that helped developers learn and connect, and working with brilliant teams across the org. But more than any livestream or launch… it’s the people I’ll carry with me. Thank you to the colleagues, collaborators, and community who’ve shaped this chapter. 💙 I’ll be sharing what’s next very soon! You’ll still find me building, learning, and supporting this incredible tech community. Especially now - when tech is evolving faster than ever we all need spaces to grow, navigate, and skill up together. Stick around - the next chapter’s just beginning 😊🫶 #developerdiaries #techcommunity #farewellpost #awscommunity #buildinpublic #cloudcomputing
What should do you do if you’re looking for a job in 2025? @lindavivah (Staff Developer Advocate at @anyscalecompute) shares her insights!

~~~~~~~~~~~~~~~~
💻 Follow @madeline.m.zhang for coding memes & insights 
~~~~~~~~~~~~~~~~

🏷️
#ai #aws #anyscale #amazon #programming #jobsearch
#girlswhocode #softwareengineer
#softwaredeveloper #developerlife #explore #tech
38.0K
635
44
9mo ago
lindavivah
What should do you do if you’re looking for a job in 2025? @lindavivah (Staff Developer Advocate at @anyscalecompute) shares her insights! ~~~~~~~~~~~~~~~~ 💻 Follow @madeline.m.zhang for coding memes & insights ~~~~~~~~~~~~~~~~ 🏷️ #ai #aws #anyscale #amazon #programming #jobsearch #girlswhocode #softwareengineer #softwaredeveloper #developerlife #explore #tech
Claude Chat vs Claude Code vs Claude Cowork - when do you use what? I got you👇

It comes down to two things:
1️⃣ How much access Claude has?
2️⃣ How much YOU want to stay in the loop vs delegate? 

🍪 Quick preface though…. no one eats an Oreo the same way these 3 have overlap by design especially Claude Code and Cowork. Best way is to try it out

💬 Chat is what most people start with. You’re driving every step. Web search, connectors, MCP, the whole thing. It’s great for thinking together. And if you want to share a workspace with your team, Projects in Chat is still the only place where that’s actually shareable.

💻Claude Code is the most powerful, and honestly the most flexible. It lives wherever you do, terminal, IDE, the desktop app, the web, even your phone. Channels lets you text it from Telegram or Discord, which is wild. Full filesystem, full codebase, edits across files, runs tests, opens PRs. You can spin up agent teams in parallel. And since I filmed this, Routines also shipped, which means Code can now run on a schedule, an API call, or a GitHub event in Anthropic’s cloud, even when your laptop is closed. If the output is code, this is your surface.

💼 Cowork is on the desktop app. Same engine as Code, no terminal, no setup. You give it a goal and it works through your local files and apps and comes back with a finished doc, report, or spreadsheet. Dispatch feature lets you message it from your phone but the work still runs on your desktop.

✨ The coolest thing about AI is personalization & there are constant updates but there is no right or wrong. It takes time to find a routine and i would first approach it as experimentation with no pressure of choosing 😊

[AI engineer, anthropic, coding]
32.4K
1.07K
33
1mo ago
lindavivah
Claude Chat vs Claude Code vs Claude Cowork - when do you use what? I got you👇 It comes down to two things: 1️⃣ How much access Claude has? 2️⃣ How much YOU want to stay in the loop vs delegate? 🍪 Quick preface though…. no one eats an Oreo the same way these 3 have overlap by design especially Claude Code and Cowork. Best way is to try it out 💬 Chat is what most people start with. You’re driving every step. Web search, connectors, MCP, the whole thing. It’s great for thinking together. And if you want to share a workspace with your team, Projects in Chat is still the only place where that’s actually shareable. 💻Claude Code is the most powerful, and honestly the most flexible. It lives wherever you do, terminal, IDE, the desktop app, the web, even your phone. Channels lets you text it from Telegram or Discord, which is wild. Full filesystem, full codebase, edits across files, runs tests, opens PRs. You can spin up agent teams in parallel. And since I filmed this, Routines also shipped, which means Code can now run on a schedule, an API call, or a GitHub event in Anthropic’s cloud, even when your laptop is closed. If the output is code, this is your surface. 💼 Cowork is on the desktop app. Same engine as Code, no terminal, no setup. You give it a goal and it works through your local files and apps and comes back with a finished doc, report, or spreadsheet. Dispatch feature lets you message it from your phone but the work still runs on your desktop. ✨ The coolest thing about AI is personalization & there are constant updates but there is no right or wrong. It takes time to find a routine and i would first approach it as experimentation with no pressure of choosing 😊 [AI engineer, anthropic, coding]
Comment ✨LAB✨ and I’ll DM you the link. Happy Building!

💡These hands-on labs are built specifically around real AI/ML production challenges. If you’re looking to take your AI/ML projects to production, this is a great place to start

🔗 https://bit.ly/ai-prod-labs

This resource is full of runnable labs that walk you through production scenarios:

🔹Distributed training and fine-tuning across GPUs 
🔹Deploying MCP servers to connect models and tools 
🔹Running large-scale batch inference on thousands of inputs 
🔹Serving models as APIs that handle real traffic 
🔹 Building a video-processing pipeline that analyzes and tags content 

& much more!

You can filter the examples by complexity, workload, framework. Great resource to upskill in general or on specific use-cases. 

Happy building and please don’t hesitate to reach out with questions!
29.2K
1.07K
977
7mo ago
lindavivah
Comment ✨LAB✨ and I’ll DM you the link. Happy Building! 💡These hands-on labs are built specifically around real AI/ML production challenges. If you’re looking to take your AI/ML projects to production, this is a great place to start

🔗 https://bit.ly/ai-prod-labs
 This resource is full of runnable labs that walk you through production scenarios:

🔹Distributed training and fine-tuning across GPUs 🔹Deploying MCP servers to connect models and tools 🔹Running large-scale batch inference on thousands of inputs 🔹Serving models as APIs that handle real traffic 🔹 Building a video-processing pipeline that analyzes and tags content 
& much more!
 You can filter the examples by complexity, workload, framework. Great resource to upskill in general or on specific use-cases. 

Happy building and please don’t hesitate to reach out with questions!
3 things you can start building with right now 👇

1. The GitHub Copilot app, an agent-native desktop experience built on GitHub, is now in an expanded technical preview. 

You decide what agents tackle, how much autonomy each agent gets, and what ships. Go from issue to merged pull request without leaving the app.

2. An optimized Windows 11 experience to help developers build and ship faster including:

• Coreutils for Windows - a set of Linux-like command line utilities that run natively on Windows
• WSL containers - a built-in way to create, run and interact with Linux containers using familiar CLI & API
• Intelligent Terminal - intentionally brings context-aware intelligence to your favorite agents directly into a terminal based experience to help debug errors and run multi-step tasks so you can stay in your flow
• Windows Developer Configurations - powered by WinGet, sets up a distraction-free dev environment with VS Code, GitHub Copilot, WSL, PowerShell 7 and developer-optimized settings with one command on any Windows 11 device

3. OpenClaw now runs the node and gateway securely on Windows leveraging Microsoft Execution Containers (MXC), a cross-platform, policy-driven execution layer that lets developers declare what an agent can access, with containment boundaries enforced at runtime.
27.6K
403
27
1w ago
lindavivah
3 things you can start building with right now 👇 1. The GitHub Copilot app, an agent-native desktop experience built on GitHub, is now in an expanded technical preview. You decide what agents tackle, how much autonomy each agent gets, and what ships. Go from issue to merged pull request without leaving the app. 2. An optimized Windows 11 experience to help developers build and ship faster including: • Coreutils for Windows - a set of Linux-like command line utilities that run natively on Windows • WSL containers - a built-in way to create, run and interact with Linux containers using familiar CLI & API • Intelligent Terminal - intentionally brings context-aware intelligence to your favorite agents directly into a terminal based experience to help debug errors and run multi-step tasks so you can stay in your flow • Windows Developer Configurations - powered by WinGet, sets up a distraction-free dev environment with VS Code, GitHub Copilot, WSL, PowerShell 7 and developer-optimized settings with one command on any Windows 11 device 3. OpenClaw now runs the node and gateway securely on Windows leveraging Microsoft Execution Containers (MXC), a cross-platform, policy-driven execution layer that lets developers declare what an agent can access, with containment boundaries enforced at runtime.
Join us for 🥗 @sweetgreen as Robert Nishihara explains the difference between Reinforcement Learning (RL) vs Regular Training #techvlog 

[Machine Learning, Tech Education ]
24.6K
963
21
4mo ago
lindavivah
Join us for 🥗 @sweetgreen as Robert Nishihara explains the difference between Reinforcement Learning (RL) vs Regular Training #techvlog [Machine Learning, Tech Education ]

Linda Y (@lindavivah) Instagram Stats & Analytics

Linda Y (@lindavivah) has 107K Instagram followers with a 2.88% engagement rate over the past 12 months. Across 96.0 posts, Linda Y received 94.0K total likes and 3.37M impressions, averaging 979 likes per post. This page tracks Linda Y's performance metrics, top content, and engagement trends — updated daily.

Linda Y (@lindavivah) Instagram Analytics FAQ

How many Instagram followers does Linda Y have?+
Linda Y (@lindavivah) has 107K Instagram followers as of June 2026.
What is Linda Y's Instagram engagement rate?+
Linda Y's Instagram engagement rate is 2.88% over the last 12 months, based on 96.0 posts.
How many likes does Linda Y get on Instagram?+
Linda Y received 94.0K total likes across 96.0 posts in the last 12 months, averaging 979 likes per post.
How many Instagram impressions does Linda Y get?+
Linda Y's Instagram content generated 3.37M total impressions over the last 12 months.