HN user

skanga

264 karma

d29948f2ae7dc8433f1c172ad8b91073ac9d132fe612cab97b6d0e7e1d5608fa

Posts21
Comments189
View on HN
medium.com 7mo ago

Becoming a Deep Human in the Age of AI

skanga
2pts0
github.com 12mo ago

MCP server for all databases (based on JDBC)

skanga
3pts1
github.com 1y ago

Show HN: Inline dependency management for Java – add // dep comments and go

skanga
2pts0
www.youtube.com 1y ago

Postcards from the Peak of Complexity [video]

skanga
2pts0
www.inc.com 1y ago

Why Your Founder Mode CEO Is Terrible

skanga
4pts1
www.oracle.com 2y ago

What happens if you put an LLM into a database?

skanga
3pts0
venturebeat.com 2y ago

'Smaug-72B': The new king of open-source AI

skanga
2pts1
venturebeat.com 2y ago

Deepfake deluge expected from AI image generation breakthrough (so long, LoRA?)

skanga
1pts0
www.psypost.org 2y ago

Alarming study links screen time in early childhood impacts sensory processing

skanga
5pts0
www.youtube.com 4y ago

Software Engineer takes over a Russian Tank and makes 3-4 kills

skanga
6pts0
www.nytimes.com 4y ago

‘The Power Law’ Is a Funder-Friendly Look at the World of Venture Capital

skanga
1pts0
www.bbc.com 4y ago

Flying car wins airworthiness certification

skanga
3pts0
www.youtube.com 5y ago

Framework Laptop – How ALL laptops should be made

skanga
9pts7
venturebeat.com 5y ago

Candor crowdsources a database of tech job salaries

skanga
2pts0
techcrunch.com 5y ago

Wingcopter raises $22M to expand to USA and launch a next-generation drone

skanga
1pts0
docs.google.com 5y ago

2019-20 Tech company donations to Republicans who voted to overturn the election

skanga
3pts1
www.bbc.com 5y ago

Europe coming up with new drone rules too

skanga
1pts0
www.reuters.com 5y ago

FAA issuing new rules to allow drones to fly over people and at night

skanga
243pts271
arstechnica.com 7y ago

The radio-navigation planes use to land safely is insecure and can be hacked

skanga
4pts0
news.ycombinator.com 13y ago

Petition to Google to Open Source Google Reader

skanga
9pts7
github.com 14y ago

Show HN: Running your bash scripts on Windows

skanga
2pts1

I'm working on Conductor

https://github.com/skanga/Conductor

Conductor is a LLM agnostic framework for building sophisticated AI applications using a subagent architecture. It provides a robust platform for orchestrating multiple specialized AI agents to accomplish complex tasks, with features like LLM-based planning, memory persistence, and dynamic tool use.

It provides a robust and flexible platform for orchestrating multiple specialized AI agents to accomplish complex tasks. This project is inspired by the concepts outlined in "The Rise of Subagents" by Phil Schmid at https://www.philschmid.de/the-rise-of-subagents and it aims to provide a practical implementation of this powerful architectural pattern.

I read a paper called "The Rise of Subagents" by Phil Schmid at https://www.philschmid.de/the-rise-of-subagents and thought it was an incredibly powerful architectural pattern for running AI agents with complex tasks.

So, I decided to build a practical implementation of this system with a central Orchestrator that manages a fleet of implicit or explicit Subagents. Each subagent is a specialized, isolated AI agent designed to perform a specific subtask. More details in the repo README at https://github.com/skanga/conductor

DBChat is a powerful MCP server that lets you have natural language conversations with your database from clients like Claude Desktop. Ask it to do complex analysis, generate beautiful visualizations, or build custom interactive dashboards based your data. Works with any JDBC-compatible database with support for most SQL DBs like PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB, etc.

This is probably accurate.

But GenAI is a major upheaval. In most those, a massive amount of initial capital is invested, but the payoff happens slowly - only over decades. But the payoffs are huge.

Think about electricity. Building out the grid was HUGELY expensive. But then benefits are derived for decades. Same for the highway system, railway system, etc.

You are right. But IMO you're still missing his main point. His thesis is in that case, to rewrite ONLY THE REALLY BAD CODE.

There is not team that is 100% bad so you don't need a full rewrite of 100% of the code base.

I love the idea of a Modelfile but wonder if it can be setup to also retrieve information from other systems and insert them into the LLM’s context window via a prompt. This gives LLMs information beyond what was provided in their training data, which is necessary for almost every enterprise use case. Examples include data from current web pages, data from SaaS apps like Confluence or Salesforce, and data from documents like sales contracts and PDFs.

See https://github.com/psychic-api/rag-stack for an example. Note that most of the above verbiage also comes from there!

Please note that you NEED to have Go 1.20

  CGO_ENABLED=1 go build .  
  # github.com/jmorganca/ollama/llama  
  llama/llama.go:141:31: undefined: unsafe.SliceData  
  llama/llama.go:172:52: undefined: unsafe.SliceData  
  llama/llama.go:211:45: undefined: unsafe.SliceData  
  llama/llama.go:274:10: undefined: unsafe.SliceData  
  llama/llama.go:275:3: undefined: unsafe.SliceData  
  note: module requires Go 1.20