ISE Developer Blog

Solving global tech challenges, sharing insights, and empowering developers

Latest posts

Image
Jul 9, 2026
Post likes count 0

From Noisy Queries to Precise Frames: Query Decomposition for Media Asset Search

Image Image
Kartheek,
Deeptanil

How query decomposition separates metadata filters from visual intent to significantly improve media asset retrieval quality.

Image
Jul 3, 2026
Post likes count 0

Enabling MLflow OpenAI Autolog on PySpark Workers

Image
Jaya Kumar

When distributing LLM calls across PySpark workers via mapInPandas, MLflow autolog silently fails. Here is how to fix it.

Image
Jun 26, 2026
Post likes count 0

Passing Context Between Agents in Multi-Agent A2A Systems

Image Image
Olha,
Scott

How we solved the challenge of passing conversational context between independently deployed agents using the A2A protocol's embedded context pattern, keeping domain agents stateless and secure.

Image
Jun 19, 2026
Post likes count 0

Separating Deterministic Extraction from AI Inference in Industrial Summarization

Image
Viktor Ciroski

When 100% of our prototype outputs were valid JSON but 0% met the data contract, we discovered the LLM was doing work that software should own. A field classification exercise and 4-pass pipeline brought schema compliance from 0% to 100%.

Image
Jun 12, 2026
Post likes count 3

Orchestration Patterns for Multi-Agent Systems: Performance and Trade-offs

Image
Lily Jia

Real-world lessons from evolving a production chatbot into a coordinator-based multi-agent architecture, including performance trade-offs for enterprise-scale agent reuse.

Image
Jun 4, 2026
Post likes count 2

How we Decide Between Keyword and Hybrid Search: 5 Enterprise Evaluation Criteria

Image
Beijie Zhang

A data-driven framework we use in enterprise deployments to decide between vector-only keyword and hybrid search, based on five measurable evaluation criteria.

Image
May 28, 2026
Post likes count 0

Verification-driven tooling prompts for fast-moving codebases

Image
Dexter Williams

A practical pattern for using GenAI research agents to produce reliable internal tooling by verifying assumptions with detection classes and a final checklist.

Image
May 21, 2026
Post likes count 4

Coordinating AI-Assisted Development with AGENTS.md and Skills

Image Image
Jimmy,
Destiny

How to move AI-assisted development from ad-hoc experimentation to a coordinated team-wide capability using AGENTS.md and reusable skills with GitHub Copilot CLI

Image
May 14, 2026
Post likes count 0

WebAssembly Data Processing at the Edge with Azure IoT Operations

Image
Marcel Bindseil

Safe, composable dataflow operators for Azure IoT Operations, built as WASM modules using the Component Model, WIT interfaces, and WASI Preview 2.