#software-engineering — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #software-engineering, aggregated by home.social.
-
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.
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/ #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated -
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.
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/ #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated -
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.
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/ #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated -
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.
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/ #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated -
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.
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/ #SoftwareEngineering #ModernLiterature #TechHumor #HackerNews #ngated -
Reflections on Software Engineering in the Age of AI
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/
#HackerNews #SoftwareEngineering #AI #Trends #TechReflections #FutureOfWork
-
Reflections on Software Engineering in the Age of AI
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/
#HackerNews #SoftwareEngineering #AI #Trends #TechReflections #FutureOfWork
-
Reflections on Software Engineering in the Age of AI
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/
#HackerNews #SoftwareEngineering #AI #Trends #TechReflections #FutureOfWork
-
Reflections on Software Engineering in the Age of AI
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/
#HackerNews #SoftwareEngineering #AI #Trends #TechReflections #FutureOfWork
-
Reflections on Software Engineering in the Age of AI
https://adiamond.me/2026/06/software-engineering-in-the-age-of-ai/
#HackerNews #SoftwareEngineering #AI #Trends #TechReflections #FutureOfWork
-
Fintech Engineering Handbook (w.pitula.me)
https://w.pitula.me/fintech-engineering-handbook/
#softwareengineering #softwaredevelopment #programming #fintech
-
Fintech Engineering Handbook (w.pitula.me)
https://w.pitula.me/fintech-engineering-handbook/
#softwareengineering #softwaredevelopment #programming #fintech
-
Fintech Engineering Handbook (w.pitula.me)
https://w.pitula.me/fintech-engineering-handbook/
#softwareengineering #softwaredevelopment #programming #fintech
-
Fintech Engineering Handbook (w.pitula.me)
https://w.pitula.me/fintech-engineering-handbook/
#softwareengineering #softwaredevelopment #programming #fintech
-
📆 Daily Prompt [2026-06-28]: How do you deal with a problem you just cannot figure out?
https://kmcd.dev/prompts/2026-06-28/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-28]: How do you deal with a problem you just cannot figure out?
https://kmcd.dev/prompts/2026-06-28/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-28]: How do you deal with a problem you just cannot figure out?
https://kmcd.dev/prompts/2026-06-28/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-28]: How do you deal with a problem you just cannot figure out?
https://kmcd.dev/prompts/2026-06-28/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-28]: How do you deal with a problem you just cannot figure out?
https://kmcd.dev/prompts/2026-06-28/
#Dailyprompt #writing #softwareengineering -
🚀 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: https://blog.mornati.net/the-ai-orchestrator-why-intelligent-delegation-is-the-missing-piece-in-your-ai-toolchain
#SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife
-
🚀 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: https://blog.mornati.net/the-ai-orchestrator-why-intelligent-delegation-is-the-missing-piece-in-your-ai-toolchain
#SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife
-
🚀 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: https://blog.mornati.net/the-ai-orchestrator-why-intelligent-delegation-is-the-missing-piece-in-your-ai-toolchain
#SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife
-
🚀 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: https://blog.mornati.net/the-ai-orchestrator-why-intelligent-delegation-is-the-missing-piece-in-your-ai-toolchain
#SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife
-
🚀 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: https://blog.mornati.net/the-ai-orchestrator-why-intelligent-delegation-is-the-missing-piece-in-your-ai-toolchain
#SoftwareEngineering #ArtificialIntelligence #AIAgents #MCP #TypeScript #OpenSource #TechArchitecture #LLM #DevLife
-
☄️ I'm choosing to be optimistic about my own extinction.
https://yakko.dev/blog/whats-gonna-happen-to-software-developers -
☄️ I'm choosing to be optimistic about my own extinction.
https://yakko.dev/blog/whats-gonna-happen-to-software-developers -
☄️ I'm choosing to be optimistic about my own extinction.
https://yakko.dev/blog/whats-gonna-happen-to-software-developers -
☄️ I'm choosing to be optimistic about my own extinction.
https://yakko.dev/blog/whats-gonna-happen-to-software-developers -
☄️ I'm choosing to be optimistic about my own extinction.
https://yakko.dev/blog/whats-gonna-happen-to-software-developers -
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
-
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
-
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
-
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
-
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
-
RE: https://fediscience.org/@vardi/116826258407736111
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
-
RE: https://fediscience.org/@vardi/116826258407736111
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
-
RE: https://fediscience.org/@vardi/116826258407736111
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
-
RE: https://fediscience.org/@vardi/116826258407736111
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
-
RE: https://fediscience.org/@vardi/116826258407736111
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
-
#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 https://take.survey.stackoverflow.co/jfe/form/SV_4GHunpL3IfJ3rRc #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey
-
#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 https://take.survey.stackoverflow.co/jfe/form/SV_4GHunpL3IfJ3rRc #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey
-
#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 https://take.survey.stackoverflow.co/jfe/form/SV_4GHunpL3IfJ3rRc #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey
-
#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 https://take.survey.stackoverflow.co/jfe/form/SV_4GHunpL3IfJ3rRc #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey
-
#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 https://take.survey.stackoverflow.co/jfe/form/SV_4GHunpL3IfJ3rRc #ArtificialIntelligence #AI #development #SoftwareDevelopment #SoftwareEngineering #survey
-
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.
-
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.
-
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.
-
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.
-
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.
-
@grimalkina‘s 1st edition of The Psychology of Software Teams is releasing on July 14th! Really looking forward to reading it.
https://www.routledge.com/The-Psychology-of-Software-Teams/Hicks/p/book/9781032963389
#management #Technology #software #softwaredevelopment #softwareengineering
-
@grimalkina‘s 1st edition of The Psychology of Software Teams is releasing on July 14th! Really looking forward to reading it.
https://www.routledge.com/The-Psychology-of-Software-Teams/Hicks/p/book/9781032963389
#management #Technology #software #softwaredevelopment #softwareengineering
-
@grimalkina‘s 1st edition of The Psychology of Software Teams is releasing on July 14th! Really looking forward to reading it.
https://www.routledge.com/The-Psychology-of-Software-Teams/Hicks/p/book/9781032963389
#management #Technology #software #softwaredevelopment #softwareengineering
-
@grimalkina‘s 1st edition of The Psychology of Software Teams is releasing on July 14th! Really looking forward to reading it.
https://www.routledge.com/The-Psychology-of-Software-Teams/Hicks/p/book/9781032963389
#management #Technology #software #softwaredevelopment #softwareengineering
-
@grimalkina‘s 1st edition of The Psychology of Software Teams is releasing on July 14th! Really looking forward to reading it.
https://www.routledge.com/The-Psychology-of-Software-Teams/Hicks/p/book/9781032963389
#management #Technology #software #softwaredevelopment #softwareengineering
-
📆 Daily Prompt [2026-06-27]: What is the best documentation you have ever read?
https://kmcd.dev/prompts/2026-06-27/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-27]: What is the best documentation you have ever read?
https://kmcd.dev/prompts/2026-06-27/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-27]: What is the best documentation you have ever read?
https://kmcd.dev/prompts/2026-06-27/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-27]: What is the best documentation you have ever read?
https://kmcd.dev/prompts/2026-06-27/
#Dailyprompt #writing #softwareengineering -
📆 Daily Prompt [2026-06-27]: What is the best documentation you have ever read?
https://kmcd.dev/prompts/2026-06-27/
#Dailyprompt #writing #softwareengineering -
Excited to announce that https://abkarikari23.tech is now live and connected to my Medium blog!
I'll be sharing practical articles on:
Software Engineering
IT
AI
Cybersecurity
BroadcastingBookmark 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