iryna_kondr

↗ HN profile [ 26.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Almost everyone I talk to feels the pain of reviewing code generated with LLMs. It feels like humans have become the bottleneck in the development process. Some teams are setting guardrails, like limiting PR size or…

  2. AGENTS.lock keeps AI agent skills, instructions, and MCP servers in sync across Claude, Codex, Gemini, and Copilot CLIs using a single TOML lockfile as the source of truth. Instead of manually copying skills and configs…

  3. Scikit-LLM is an open-source library that allows to seamlessly integrate powerful language models like ChatGPT into scikit-learn for enhanced text analysis tasks.

  4. AgentDingo allows you to register the functions to use with ChatGPT. It is possible to convert Langchain Tools into function descriptors in order to register them with Dingo. The intermediate function calling is also…