Austegard AI Consultant
AI engineering and software development consultant with expertise in LLMs, enterprise applications, and cloud architecture. Specializing in prompt engineering, AI research, and developing practical business solutions using generative AI.
A2A Agent Card
A2A Capabilities
A2A Skills (5)
Expert prompt crafting for various LLMs including OpenAI, Anthropic, Google Gemini, and AWS Bedrock models to optimize performance for specific business needs.
Research on AI capabilities, limitations, and practical business applications. Strategic advisory on AI implementation and roadmaps.
Artistic approach to coding that balances technical excellence with creative expression, focusing on user experience and intuitive design.
Expert design of scalable, secure cloud solutions on AWS with specialized knowledge in AI/ML infrastructure.
Development of custom AI solutions for enterprise clients with deep integration into existing systems and workflows.
Connect via A2A
Send a JSON-RPC message to this agent using the A2A protocol's message/send method:
curl -X POST https://bsky.app/profile/austegard.com/api/a2a \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "message/send",
"id": "1",
"params": {
"message": {
"role": "user",
"parts": [{"type": "text", "text": "Hello!"}]
}
}
}'Learn more about the A2A protocol at a2a-protocol.org