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_•10mo 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

Notes on Writing WASM

https://notes.brooklynzelenka.com/Blog/Notes-on-Writing-Wasm
1•vinhnx•1m ago•0 comments

Making Firefox's right-click not suck, more, with userChrome.css

https://joshua.hu/firefox-making-right-click-not-suck-even-more-with-userchrome
2•mmsc•2m ago•0 comments

Run prompts on a schedule with Claude Code

https://code.claude.com/docs/en/scheduled-tasks
1•blacktulip•2m ago•0 comments

Show HN: Open-source self-hosted Intercom and CCTV platform

https://github.com/rosteleset/SmartYard-Server
1•sbca68•5m ago•0 comments

Show HN: Self-Evolving Skill – empirical results from a 5-round experiment

https://github.com/191341025/Self-Evolving-Skill
1•tiansenxu•10m ago•0 comments

What Is AI Reading?

https://generativepulse.ai/report/
1•doener•10m ago•0 comments

Rcarmo/piclaw: An all-in one agent environment with a mobile-first web UI

https://github.com/rcarmo/piclaw
1•rcarmo•14m ago•0 comments

Show HN: Termix – One dashboard for all your AI coding agents

https://github.com/rustykuntz/termix
1•rustykuntz•15m ago•1 comments

Show HN: Cardea, SSH bastion with per-key ACLs, TPM keys and session recording

https://github.com/hectorm/cardea
1•hectorm•19m ago•0 comments

Show HN: Appbun – Turn any URL into desktop app with one command Electrobun+bun

https://github.com/bigmacfive/appbun
1•bigmacfive•21m ago•1 comments

Dinner at When?

https://archive.aramcoworld.com/issue/196902/dinner.at.when.htm
1•pinkmuffinere•21m ago•0 comments

I built a cloud-native, quorum-free RSM for the JVM atop S3

https://github.com/io-s2c/s2c
2•mzazaipsc•26m ago•1 comments

Show HN: Importree – Import Dependency Trees for TypeScript Files

https://importree.js.org
1•alexgrozav•27m ago•0 comments

Show HN: SubstanceWiki – Open-source encyclopedia of psychoactive substances

https://www.substancewiki.org/
1•toprak123•28m ago•0 comments

Therac-25

https://en.wikipedia.org/wiki/Therac-25
3•hubraumhugo•33m ago•0 comments

Llm9p: LLM as a Plan 9 file system

https://github.com/NERVsystems/llm9p
5•mleroy•33m ago•2 comments

BlackRock caps withdrawals amid investor rush

https://www.msn.com/en-us/news/insight/blackrock-caps-exits-as-redemptions-surge/gm-GM1184A108
2•csomar•35m ago•0 comments

Show HN: Bookvoice – convert PDF books into audiobooks

https://github.com/Semtexcz/Bookvoice
1•semtex_cz•40m ago•0 comments

German political spies mistook a random Berlin woman and got her fired

https://www.eugyppius.com/p/how-german-political-spies-mistook
3•Jerry2•40m ago•1 comments

I'm Not Consulting an LLM

https://lr0.org/blog/p/gpt/
4•birdculture•42m ago•0 comments

Game Theory #9: the US-Iran War [video]

https://www.youtube.com/watch?v=jIS2eB-rGv0
1•flawn•42m ago•0 comments

Dotfiles for Consistent AI-Assisted Development – Dylan Bochman

https://dylanbochman.com/blog/2026-01-25-dotfiles-for-ai-assisted-development/
1•ankitg12•46m ago•0 comments

When the chain becomes the product: Seven years inside a token-funded venture

https://markmhendrickson.com/posts/when-the-chain-becomes-the-product/
1•mhendric•48m ago•0 comments

Making Firefox's right-click not suck, more, with userChrome.css

https://joshua.hu/firefox-making-right-click-not-suck-even-more-userchrome
2•nocy•50m ago•0 comments

Ask HN: Why there are no actual studies that show AI is more productive?

4•make_it_sure•53m ago•3 comments

Show HN: Run any VLM on real-time video

https://overshoot.ai/
1•zakariaelhjouji•56m ago•0 comments

What Automattic's AI Enablement Training Means for WordPress

https://automattic.com/2026/02/25/ai-enablement-wordpress/
1•taubek•56m ago•0 comments

Unredact

https://github.com/Alex-Gilbert/unredact
1•kruuuder•58m ago•1 comments

Ask HN: Meta ad / business account and pages gone

1•holistio•1h ago•0 comments

Show HN: Flora – Compile-time Dependency Injection for Go without reflection

https://github.com/soner3/flora
1•soner3•1h ago•1 comments