frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Users have created a tool to fix firmware issues with the Audeze Maxwell 1

https://github.com/kats1123/maxwell-balance-and-firmware-tool
1•ilitirit•2m ago•0 comments

What ClickUp's mass layoff tells us about the future of work

https://techcrunch.com/2026/05/25/what-clickups-mass-layoff-tells-us-about-the-future-of-work/
1•01-_-•2m ago•0 comments

America's schools face a backlash on digital devices

https://apnews.com/article/school-screen-time-technology-edtech-07958fb159c7cfbceb7bfdb37b2bb726
1•01-_-•3m ago•0 comments

Multi-Agent LLM Orchestration with Docker Compose and MCP

https://github.com/PacktPublishing/Operational-AI-with-Docker
1•harsh_manvar•6m ago•0 comments

Show HN: skills-for-humanity – 171 structured reasoning skills for Claude Code

https://github.com/human-avatar/skills-for-humanity
1•finnworks•15m ago•0 comments

A Portentous Reunion

https://bcantrill.dtrace.org/2026/05/25/a-portentous-reunion/
1•cafkafk•16m ago•0 comments

Ask HN: Some Sensible Alternative to Openrouter?

1•EbNar•19m ago•3 comments

How to Make Python 3 Print() Output UTF-8 to stdout

https://www.pythontutorials.net/blog/how-to-make-python-3-print-utf8/
1•ankitg12•19m ago•0 comments

Ask HN: Is anyone working at least 4 hours daily on an Apple Vision Pro?

5•widenrun•24m ago•0 comments

Logseq Doctor: heal your flat old Markdown files before importing to Logseq

https://github.com/andreoliwa/logseq-doctor
2•ankitg12•30m ago•0 comments

Secureblue Goes SUID-Less

https://github.com/secureblue/secureblue/releases/tag/v4.9.1
1•Ganipote•33m ago•0 comments

Why Is It So Hard to Be Ordinary?

https://www.newyorker.com/culture/open-questions/why-is-it-so-hard-to-be-ordinary
2•littlexsparkee•40m ago•1 comments

One of my reliable signs that an early-stage company is in trouble

https://xcancel.com/marcrandolph/status/2057995577133351413?s=20
1•wapasta•41m ago•0 comments

Ask HN: Best Free Local STT?

2•thillel•42m ago•3 comments

John Cleese on Creativity in Management [video]

https://www.youtube.com/watch?v=Pb5oIIPO62g
2•kristiandupont•46m ago•0 comments

Why and How to Run Local Models in Zed

https://zed.dev/blog/local-ai-in-zed
3•ciconia•49m ago•0 comments

Ask HN: Is Codex serving worse models or is it just the harness getting worse?

2•thillel•49m ago•1 comments

Gelatine Sculpt Benefits for Weight Loss – Expert Guide 2026

https://finance.yahoo.com/sectors/healthcare/articles/gelatine-sculpt-exploding-2026-viral-142500...
1•rafyzaro•51m ago•0 comments

The CRPG Renaissance, Part 1: Fallout

https://www.filfre.net/2025/01/the-crpg-renaissance-part-1-fallout/
1•frogulis•55m ago•0 comments

Will MySpace ever lose its monopoly? (2007)

https://www.theguardian.com/technology/2007/feb/08/business.comment
8•downbad_•56m ago•1 comments

America's schools face backlash on digital devices as screens saturate classroom

https://www.boston25news.com/news/technology/americas-schools/XFNZQ73AT4Y3RCPO5A4AV3A6SU/
3•1vuio0pswjnm7•1h ago•0 comments

A New Typst Template for Pandoc

https://imaginarytext.ca/posts/2025/typst-templates-for-pandoc/
1•ankitg12•1h ago•0 comments

Show HN: Desktop GUI sandbox for AI agents and MCP servers

https://github.com/rednakta/nilbox
1•rednakta•1h ago•0 comments

Show HN: Versionparser – Java library for working with versioning schemes

https://github.com/cthing/versionparser
1•baron1405•1h ago•0 comments

You don't need all the LLM benchmarks

https://alex.smola.org/posts/34-benchmark-selection/
1•matt_d•1h ago•0 comments

How to Make xt850 Match xt 850

https://manticoresearch.com/blog/how-to-make-searches-like-xt850-match-xt-850/
1•snikolaev•1h ago•0 comments

Tech CEOs summoned to Congress for another hearing on social media's risks

https://apnews.com/article/tech-ceos-senate-hearing-zuckerberg-8c2c46758fd669e688170f96fa12a882
3•1vuio0pswjnm7•1h ago•0 comments

Noioaapps – our tools keep you informed (a dream)

https://medium.com/luminasticity/noioaapps-our-tools-keep-you-informed-43db36175f5d
1•bryanrasmussen•1h ago•0 comments

GPT Image 2 left me amazed but exhausted – so I built a little tool

https://imagesv2.ai
2•taoji•1h ago•0 comments

The terrifying rise of schoolboys making AI girlfriends

https://www.telegraph.co.uk/news/2026/05/25/schoolboys-ai-girlfriends/
3•Markoff•1h ago•2 comments