Colombo AI Conclave ?的封面图片

关于我们

所属行业
软件开发
规模
2-10 人
类型
非营利机构

Colombo AI Conclave ?员工

动态

  • Any thoughts of hosting an MCP server that allows the intelligent world to connct to your legacy applications?

    查看Rukshan Jayaratna的档案

    Director of Product Management | AI Product Manager @ Pearson | Co-host @ Colombo AI Conclave

    Its the year of Agents, and to connect Agents to legacy tech like Slack, Gmail or your own enterprise application - there's MCP. Listen to https://x.com/svpino Santiago https://lnkd.in/gG_rWczd or read the little research article I put gether with perplexity and groq. Its my refernece note.

  • Colombo AI Conclave ?转发了

    查看Rukshan Jayaratna的档案

    Director of Product Management | AI Product Manager @ Pearson | Co-host @ Colombo AI Conclave

    Interesting! I don’t mean to dampen the humor, but here’s my take: The meme depicts AI agents heavily reliant on data to a similar extent as legacy ML systems. But I’d argue the story’s more nuanced. AI agents, especially those powered by generative AI, aren’t primarily reliant on massive, structured datasets like legacy ML systems. Instead, they thrive on unorganized inputs and human-like tools, adapting on the fly as models grow more intelligent. They can thrive on unstructured inputs… Unstructured data isn’t the enemy; it’s the fuel…. The real power lies in AI agents leveraging data dynamically (think real-time analysis or external queries) rather than being limited by its absence. Enterprise success with Gen AI isn’t about being constrained by unstructured data; it’s about mastering it through the flexibility of intelligence embedded in products.

    查看Armand Ruiz的档案
    Armand Ruiz Armand Ruiz是领英影响力人物

    VP of AI Platform @IBM

    Enterprise AI

    • 该图片无替代文字
  • Imagine combining NuExtract with Mistral OCR ! https://lnkd.in/eCrAFDxf

    查看Emanuele Fabbiani的档案

    Head of AI @ xtream | Professor @ UniCatt

    What is the best model to extract data from documents? Not GPT. ?? NuMind has launched a Small Language Model based on Phi-3.5B-instruct. NuExtract v1.5 is specifically fine-tuned to extract data as JSON from unstructured documents. To this goal, the original Phi-3.5B-instruct by Microsoft was trained against a proprietary collection of documents: 50% in English, and 50% in other languages, mainly French, German, Spanish, Italian, and Portuguese. Key benefits of NuExtract v1.5: ? It’s 400 times smaller than GPT-4o. ? It outperforms GPT-4o on English documents by 1%. ? It’s only 3% less accurate on non-English texts. ? It can process documents of any size. Best of all, NuExtract is released under the MIT license, allowing you to use it for free and even self-host it!

    • 该图片无替代文字
  • Colombo AI Conclave ?转发了

    查看Kalpa Gunaratna的档案

    Staff Researcher at Samsung Research America

    We at the AI Center (in Mountain View CA) in Samsung Research are calling for proposals through START program (https://lnkd.in/gimcsa5t) to collaborate with brilliant minds in academia. The program calls for proposals in many topics. Specifically, our team, which is knowledge and natural language processing lab, is interested in using knowledge representation, reasoning, retrieval, and QA to provide our Samsung Mobile users with exceptional user experience with their personal data. This will be a ground breaking addition to our AI experiences on edge devices to support millions of users globally with privacy in mind (data never leave their phones). Our team is working on question answering on user personal data using knowledge graphs (RDF/S, OWL) and LLMs. Our approaches completely run on the phones. There are many challenges to solve to make this a reality. Attached is the call for proposals on this particular topic. Please submit your novel ideas and proposals, so that we can work on this problem together. You can send a note here ([email protected]) if you submit a proposal for this particular topic.

  • Colombo AI Conclave ?转发了

    查看Mike Chambers的档案

    ?? AI Specialist @AWS | GenAI Nerd ?? | Helping builders craft the future with ML & Generative AI | Speaker, Educator, Advocate ???? bsky:@mikegchambers.com

    ?? BREAKING: Amazon Nova Micro just got INSANELY faster! ?? Take a look at the graph! Seriously! ?? - check out this incredible performance jump! ?? What you're seeing is Nova Micro's output speed absolutely SKYROCKETING. When choosing a model, there are lots of things you might look for, with speed and cost often at the top of the list. Amazon Nova has always been optimised for both of these, and now it just got faster! What you need to know about the speed boost for Nova Micro: ?? You don’t need to do anything. Just keep using Nova and see the speed boost So if your apps need near instantaneous response, give this a go, and let me know. -> Link here: https://lnkd.in/g_8xEv9X FYI: In Python, if you want to time something, such as a function call to an LLM, you can use time.perf_counter() something like this: ----------------- import time start = time.perf_counter() function_to_time() end = time.perf_counter() print(f"Execution time: {end - start:.6f} seconds") ----------------- Let me know how you go! ?? P.S. When you call the Bedrock invoke_model() or the converse() API on Nova, add the ‘us.’ or ‘eu.’ for the cross-region inference profile! Amazon Web Services (AWS) #AmazonNova #MachineLearning #AWS #AIPerformance #LLM #GenerativeAI #AIPlatforms #DeveloperTools #TechNews #CloudComputing #AmazonBedrock #LLMOptimization #AILatency #SoftwareDevelopment #ProductivityBoost #TechInnovation

    • 该图片无替代文字
  • Colombo AI Conclave ?转发了

    查看Charles Packer的档案

    Co-Founder & CEO at Letta

    The future of AI is “stateful agents” - agents that can learn from experience. Large language models possess vast knowledge, but they're trapped in an eternal present moment. While they can draw from the collected wisdom of the internet, they can't form new memories or learn from experience: beyond their weights, they are completely stateless. Every interaction starts anew, bound by the static knowledge captured in their weights. As a result, most “agents” are more akin to LLM-based workflows, rather than agents in the traditional sense. The next major advancement in AI won't come from larger models or more training data, but from LLM-driven agents that can actually learn from experience. At Letta, we are calling these systems “stateful agents”: AI systems that maintain persistent memory and actually learn during deployment, not just during training. Most LLM APIs and agentic frameworks that are built around the assumption of statelessness. State is assumed to be limited to the duration of ephemeral sessions and threads, baking in the assumption that agents are and always be stateless. A stateful agent has an inherent concept of experience. Its state represents the accumulation of all past interactions, processed into meaningful memories that persist and evolve over time. This goes far beyond just having access to a message history or a knowledge base via RAG. Key characteristics include: - A persistent identity providing continuity across interactions - Active formation and updating of memories based on experiences - Learning via accumulating state that influences future behavior The next generation of AI applications won't just access static knowledge - they'll learn continuously, form meaningful memories, and develop deeper understanding through experience. This represents a fundamental shift from treating LLMs as a component of a stateless workflow, to building agentic systems that truly learn from experience. The term "agent" has strong roots in reinforcement learning (RL) but recently has started to lose all meaning - "stateful agents" adds an important qualifier to the term to clearly distinguish it from an "LLM-driven workflow". Next time someone tells you about the agent they're building, try asking them if it's a stateful agent - if not, why? Full blog post on stateful agents in comments. ??

    • Stateful agents maintain state and learn over time, unlike stateless agents, which resemble LLM-driven workflows.
  • Colombo AI Conclave ?转发了

    查看David Mataciunas的档案

    CTO & Co-Founder @ AQ22 | AI Agents for financial analysis, credit assessment and beyond

    GPT-4.5 is released!!! ?? OpenAI has released a research preview of GPT-4.5, an improved version of its AI model. Building on GPT-4o, it expands pre-training and is designed to handle a wider range of tasks beyond STEM-focused reasoning. What’s New? ?? Better understanding and responsiveness: GPT-4.5 improves how it interprets and follows user intent, making interactions feel more natural. ?? Fewer errors and hallucinations: It’s more reliable when providing information and reasoning through complex topics. ?? Improved alignment: New training techniques help the model better grasp context, nuance, and human needs. ?? Stronger safety measures: Extensive evaluations found no significant increase in risks compared to previous versions. #ai #openai #chatgpt #gpt45

  • Colombo AI Conclave ?转发了

    Veracity Group - Come Accelerate Change with us :)

    查看Veracity Group的组织主页

    3,501 位关注者

    The Gen AI Hackathon is here! Are you ready to push the boundaries of AI innovation? Build multi-agentic AI workflows, automate complex tasks, and compete for a prize pool! Plus, gain mentorship from Veracity’s AI experts and exclusive internship opportunities. Deadline: 27th February 2025, 23:59 (IST) Apply now: https://bit.ly/3F6BxGk Contact: Isuru (+94 76 792 2513) Scan the QR code on the post or click the link above to register! Let’s shape the future of AI together! #VeracityGroup #VeracityCareers #VeracityDigital #Hatch #HatchWorks #Hackathon #GenAIHackathon #AIInnovation #MultiAgentSystems #AI #ArtificialIntelligence Jeevan Gnanam Isuru Alagiyawanna Tharaka Hettihamu Amila Roshan Malshani Thanthrige Niresh Ratnagopal Ammar Fahmy Janaka Bandara Medhini Gunawardhana Dilanka Asiri Viraj Devasudan Hiras Hijasun Lakshan De Silva Dr Sithira A. Chathura Jayathilake Iresha Hettiarachchi Aanjelo Salgado Liam Senathirajah

相似主页

查看职位