veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#softwaredevelopment

66 posts57 participants8 posts today

“The next natural step is finding that early adopter.” 🔍

Phil Le-Brun, Director of Enterprise Strategy at #AWS—and one of our investors—shares what impressed him about Leapter’s live demo and why early enterprise traction is key.

✅ Transparent logic
✅ Human-verifiable systems
✅ AI you can actually understand

🎥 Watch the clip 👇
📬 Let’s connect

"[W]hat we are doing is shepherding AI, limiting it to certain contexts. We are learning where it’s best to call it, how is best to feed it. And what to do with the output. So is it looks very much like an editorial process, an editorial workflow where you provide some initial input, maybe some some idea on what content to produce, then you review it. There’s always that quality assurance, quality control side, the supervision.

AI is not really autonomous. It relies a lot on us. And I feel like sometimes there are days where, when coding through AIs or doing some assisted writing, I’m spending more time helping out the AI doing the actual task that I’m asking the AI to do. But I take this as a learning process. I read this article the other day, Nobody knows how to build with AI yet. And it was a developer saying that they haven’t quite figured out how to best work with AI. There were lots of comments around the fact that you have to spend lots of time, you have to learn how to talk to it, and when the model changes, you have to also maybe change something you’re doing. You have to learn how to optimize your time. But your presence is always mandatory.”

passo.uno/webinar-ai-tech-writ

passo.uno · Webinar: What's Wrong with AI Generated DocsToday I discussed how tech writers can use AI at work with Tom Johnson and Scott Abel. It all started from my post What’s wrong with AI-generated docs, though we didn’t just focus on the negatives; in fact, we ended up acknowledging that, while AI has limitations, it’s also the most powerful productivity tool at our disposal. Here are some of the things I said during the webinar, transcribed and edited for clarity.

AI code generation is boosting software development 🚀, but is it creating a security blind spot?

The speed of AI-driven coding outpaces our current security assessment capabilities.

Are we creating more vulnerabilities than we can effectively manage?

#Aiacceleratedsoftwaredevelopment #AISecurity #SoftwareDevelopment #DeepTech

dougortiz.blogspot.com/2025/07

dougortiz.blogspot.comThe AI Code Generation Security Paradox: Balancing Speed with Safety in Modern Development

We all know that the Python interpreter changes our code into an intermediate form called bytecode. With the dis module, you can see what this bytecode looks like. In this article, @s_gruppetta explained what happens inside when we run a Python program.

thepythoncodingstack.com/p/pyt

The Python Coding Stack · Python Backstage • Disassembling Python Code Using the `dis` ModuleBy Stephen Gruppetta