home.social

#software-engineering — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #software-engineering, aggregated by home.social.

fetched live
  1. Ah yes, the riveting tale of an #author moonlighting as a software engineer, who casually drops "AI" like it's the secret ingredient to a decent soufflé 🍳🤖. Because, clearly, if #AI can read a trillion lines of code, it can definitely comprehend the human saga of 'Kill Romeo' 💻📚. Truly, AI's greatest triumph is deciphering this modern Shakespeare.
    adiamond.me/2026/06/software-e #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated

  2. Ah yes, the riveting tale of an #author moonlighting as a software engineer, who casually drops "AI" like it's the secret ingredient to a decent soufflé 🍳🤖. Because, clearly, if #AI can read a trillion lines of code, it can definitely comprehend the human saga of 'Kill Romeo' 💻📚. Truly, AI's greatest triumph is deciphering this modern Shakespeare.
    adiamond.me/2026/06/software-e #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated

  3. Ah yes, the riveting tale of an #author moonlighting as a software engineer, who casually drops "AI" like it's the secret ingredient to a decent soufflé 🍳🤖. Because, clearly, if #AI can read a trillion lines of code, it can definitely comprehend the human saga of 'Kill Romeo' 💻📚. Truly, AI's greatest triumph is deciphering this modern Shakespeare.
    adiamond.me/2026/06/software-e #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated

  4. Ah yes, the riveting tale of an #author moonlighting as a software engineer, who casually drops "AI" like it's the secret ingredient to a decent soufflé 🍳🤖. Because, clearly, if #AI can read a trillion lines of code, it can definitely comprehend the human saga of 'Kill Romeo' 💻📚. Truly, AI's greatest triumph is deciphering this modern Shakespeare.
    adiamond.me/2026/06/software-e #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated

  5. Ah yes, the riveting tale of an #author moonlighting as a software engineer, who casually drops "AI" like it's the secret ingredient to a decent soufflé 🍳🤖. Because, clearly, if #AI can read a trillion lines of code, it can definitely comprehend the human saga of 'Kill Romeo' 💻📚. Truly, AI's greatest triumph is deciphering this modern Shakespeare.
    adiamond.me/2026/06/software-e #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated

  6. 🚀 The LLM Zoo in 2026: How not to go crazy?

    Today, opening your AI toolbox means facing a dizzying abundance: GPT-4.1, Claude 4 Sonnet, DeepSeek-V3, Gemini 2.5... Choosing the right model for the right task has become a software engineering problem in itself.

    ❌ The problem: Manual selection is unmanageable. Worse, burning a super-premium, expensive model to format a simple docstring or fix a typo is an economic non-sense.

    💡 The solution: Delegate that choice to an AI agent via an intelligent routing and orchestration pattern. A lightweight, fast local model classifies intent upfront, then dispatches the task to the best-suited specialist model.

    🛠️ The weekend prototype: To test this out, I hacked together AI Dispatch, a local MCP (Model Context Protocol) server in TypeScript. It lets you configure specialized agents and chain complex workflows (DAGs) transparently.

    Curious about the architecture or config? I wrote down a full breakdown of this weekend experiment in my latest blog post.

    👉 Read the full article here: blog.mornati.net/the-ai-orches

    #SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife

  7. 🚀 The LLM Zoo in 2026: How not to go crazy?

    Today, opening your AI toolbox means facing a dizzying abundance: GPT-4.1, Claude 4 Sonnet, DeepSeek-V3, Gemini 2.5... Choosing the right model for the right task has become a software engineering problem in itself.

    ❌ The problem: Manual selection is unmanageable. Worse, burning a super-premium, expensive model to format a simple docstring or fix a typo is an economic non-sense.

    💡 The solution: Delegate that choice to an AI agent via an intelligent routing and orchestration pattern. A lightweight, fast local model classifies intent upfront, then dispatches the task to the best-suited specialist model.

    🛠️ The weekend prototype: To test this out, I hacked together AI Dispatch, a local MCP (Model Context Protocol) server in TypeScript. It lets you configure specialized agents and chain complex workflows (DAGs) transparently.

    Curious about the architecture or config? I wrote down a full breakdown of this weekend experiment in my latest blog post.

    👉 Read the full article here: blog.mornati.net/the-ai-orches

    #SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife

  8. 🚀 The LLM Zoo in 2026: How not to go crazy?

    Today, opening your AI toolbox means facing a dizzying abundance: GPT-4.1, Claude 4 Sonnet, DeepSeek-V3, Gemini 2.5... Choosing the right model for the right task has become a software engineering problem in itself.

    ❌ The problem: Manual selection is unmanageable. Worse, burning a super-premium, expensive model to format a simple docstring or fix a typo is an economic non-sense.

    💡 The solution: Delegate that choice to an AI agent via an intelligent routing and orchestration pattern. A lightweight, fast local model classifies intent upfront, then dispatches the task to the best-suited specialist model.

    🛠️ The weekend prototype: To test this out, I hacked together AI Dispatch, a local MCP (Model Context Protocol) server in TypeScript. It lets you configure specialized agents and chain complex workflows (DAGs) transparently.

    Curious about the architecture or config? I wrote down a full breakdown of this weekend experiment in my latest blog post.

    👉 Read the full article here: blog.mornati.net/the-ai-orches

    #SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife

  9. 🚀 The LLM Zoo in 2026: How not to go crazy?

    Today, opening your AI toolbox means facing a dizzying abundance: GPT-4.1, Claude 4 Sonnet, DeepSeek-V3, Gemini 2.5... Choosing the right model for the right task has become a software engineering problem in itself.

    ❌ The problem: Manual selection is unmanageable. Worse, burning a super-premium, expensive model to format a simple docstring or fix a typo is an economic non-sense.

    💡 The solution: Delegate that choice to an AI agent via an intelligent routing and orchestration pattern. A lightweight, fast local model classifies intent upfront, then dispatches the task to the best-suited specialist model.

    🛠️ The weekend prototype: To test this out, I hacked together AI Dispatch, a local MCP (Model Context Protocol) server in TypeScript. It lets you configure specialized agents and chain complex workflows (DAGs) transparently.

    Curious about the architecture or config? I wrote down a full breakdown of this weekend experiment in my latest blog post.

    👉 Read the full article here: blog.mornati.net/the-ai-orches

    #SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife

  10. 🚀 The LLM Zoo in 2026: How not to go crazy?

    Today, opening your AI toolbox means facing a dizzying abundance: GPT-4.1, Claude 4 Sonnet, DeepSeek-V3, Gemini 2.5... Choosing the right model for the right task has become a software engineering problem in itself.

    ❌ The problem: Manual selection is unmanageable. Worse, burning a super-premium, expensive model to format a simple docstring or fix a typo is an economic non-sense.

    💡 The solution: Delegate that choice to an AI agent via an intelligent routing and orchestration pattern. A lightweight, fast local model classifies intent upfront, then dispatches the task to the best-suited specialist model.

    🛠️ The weekend prototype: To test this out, I hacked together AI Dispatch, a local MCP (Model Context Protocol) server in TypeScript. It lets you configure specialized agents and chain complex workflows (DAGs) transparently.

    Curious about the architecture or config? I wrote down a full breakdown of this weekend experiment in my latest blog post.

    👉 Read the full article here: blog.mornati.net/the-ai-orches

  11. Some days, you get your head down and crack on…

    The next time you lift your head again, the day is nearly over...

    If you’re lucky, it’s been a productive day…

    If not…

    You’ve spent it banging your head against a brick wall…

    I’ve lost many a day like this, only to solve my issue after a good night's sleep…

    Instead of losing a whole day, there’s another solution…

    #developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth

  12. Some days, you get your head down and crack on…

    The next time you lift your head again, the day is nearly over...

    If you’re lucky, it’s been a productive day…

    If not…

    You’ve spent it banging your head against a brick wall…

    I’ve lost many a day like this, only to solve my issue after a good night's sleep…

    Instead of losing a whole day, there’s another solution…

    #developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth

  13. Some days, you get your head down and crack on…

    The next time you lift your head again, the day is nearly over...

    If you’re lucky, it’s been a productive day…

    If not…

    You’ve spent it banging your head against a brick wall…

    I’ve lost many a day like this, only to solve my issue after a good night's sleep…

    Instead of losing a whole day, there’s another solution…

    #developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth

  14. Some days, you get your head down and crack on…

    The next time you lift your head again, the day is nearly over...

    If you’re lucky, it’s been a productive day…

    If not…

    You’ve spent it banging your head against a brick wall…

    I’ve lost many a day like this, only to solve my issue after a good night's sleep…

    Instead of losing a whole day, there’s another solution…

    #developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth

  15. Some days, you get your head down and crack on…

    The next time you lift your head again, the day is nearly over...

    If you’re lucky, it’s been a productive day…

    If not…

    You’ve spent it banging your head against a brick wall…

    I’ve lost many a day like this, only to solve my issue after a good night's sleep…

    Instead of losing a whole day, there’s another solution…

    #developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth

  16. RE: fediscience.org/@vardi/1168262

    About future of SW dvp in the light of past crisis.

    A propos du futur du développement logiciel a la lumière d'une crise précédente

    #softwareengineering #genielogiciel

  17. RE: fediscience.org/@vardi/1168262

    About future of SW dvp in the light of past crisis.

    A propos du futur du développement logiciel a la lumière d'une crise précédente

    #softwareengineering #genielogiciel

  18. RE: fediscience.org/@vardi/1168262

    About future of SW dvp in the light of past crisis.

    A propos du futur du développement logiciel a la lumière d'une crise précédente

    #softwareengineering #genielogiciel

  19. RE: fediscience.org/@vardi/1168262

    About future of SW dvp in the light of past crisis.

    A propos du futur du développement logiciel a la lumière d'une crise précédente

    #softwareengineering #genielogiciel

  20. RE: fediscience.org/@vardi/1168262

    About future of SW dvp in the light of past crisis.

    A propos du futur du développement logiciel a la lumière d'une crise précédente

    #softwareengineering #genielogiciel

  21. #StackOverflow lädt Entwicklerinnen und Entwickler zum mittlerweile 16. #DeveloperSurvey ein. Teilnehmende können dort seit dem 23. Juni über Arbeitsweise, Tools und den Umgang mit KI abstimmen, was etwa 15 bis 18 Minuten Zeit in Anspruch nimmt. Mitmachen dürfen ausdrücklich nur menschliche Developer.

    2026 Developer Survey | Stack Overflow take.survey.stackoverflow.co/j #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey

  22. #StackOverflow lädt Entwicklerinnen und Entwickler zum mittlerweile 16. #DeveloperSurvey ein. Teilnehmende können dort seit dem 23. Juni über Arbeitsweise, Tools und den Umgang mit KI abstimmen, was etwa 15 bis 18 Minuten Zeit in Anspruch nimmt. Mitmachen dürfen ausdrücklich nur menschliche Developer.

    2026 Developer Survey | Stack Overflow take.survey.stackoverflow.co/j #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey

  23. #StackOverflow lädt Entwicklerinnen und Entwickler zum mittlerweile 16. #DeveloperSurvey ein. Teilnehmende können dort seit dem 23. Juni über Arbeitsweise, Tools und den Umgang mit KI abstimmen, was etwa 15 bis 18 Minuten Zeit in Anspruch nimmt. Mitmachen dürfen ausdrücklich nur menschliche Developer.

    2026 Developer Survey | Stack Overflow take.survey.stackoverflow.co/j #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey

  24. #StackOverflow lädt Entwicklerinnen und Entwickler zum mittlerweile 16. #DeveloperSurvey ein. Teilnehmende können dort seit dem 23. Juni über Arbeitsweise, Tools und den Umgang mit KI abstimmen, was etwa 15 bis 18 Minuten Zeit in Anspruch nimmt. Mitmachen dürfen ausdrücklich nur menschliche Developer.

    2026 Developer Survey | Stack Overflow take.survey.stackoverflow.co/j #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey

  25. #StackOverflow lädt Entwicklerinnen und Entwickler zum mittlerweile 16. #DeveloperSurvey ein. Teilnehmende können dort seit dem 23. Juni über Arbeitsweise, Tools und den Umgang mit KI abstimmen, was etwa 15 bis 18 Minuten Zeit in Anspruch nimmt. Mitmachen dürfen ausdrücklich nur menschliche Developer.

    2026 Developer Survey | Stack Overflow take.survey.stackoverflow.co/j #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey

  26. Shout out to all the developers out there resisting the pull to become a project manager of a team of LLMs.

    Your ability to accumulate skills and experience will prevent you from "falling behind" all those who are now spending their days writing markdown and managing slop PRs.

    #ai #llm #developers #softwareengineering

  27. Shout out to all the developers out there resisting the pull to become a project manager of a team of LLMs.

    Your ability to accumulate skills and experience will prevent you from "falling behind" all those who are now spending their days writing markdown and managing slop PRs.

    #ai #llm #developers #softwareengineering

  28. Shout out to all the developers out there resisting the pull to become a project manager of a team of LLMs.

    Your ability to accumulate skills and experience will prevent you from "falling behind" all those who are now spending their days writing markdown and managing slop PRs.

    #ai #llm #developers #softwareengineering

  29. Shout out to all the developers out there resisting the pull to become a project manager of a team of LLMs.

    Your ability to accumulate skills and experience will prevent you from "falling behind" all those who are now spending their days writing markdown and managing slop PRs.

    #ai #llm #developers #softwareengineering

  30. Shout out to all the developers out there resisting the pull to become a project manager of a team of LLMs.

    Your ability to accumulate skills and experience will prevent you from "falling behind" all those who are now spending their days writing markdown and managing slop PRs.

    #ai #llm #developers #softwareengineering

  31. Excited to announce that abkarikari23.tech is now live and connected to my Medium blog!

    I'll be sharing practical articles on:
    Software Engineering
    IT
    AI
    Cybersecurity
    Broadcasting

    Bookmark the site, visit often, and join me as we explore the future of technology together.

    #abkarikari23Tech #Tech #AI #Cybersecurity #SoftwareEngineering #Broadcasting #IT #Medium #GhanaTech #AfricaTech #JMSM #KNKA