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

English Is a Programming Language

https://vijay.seas.harvard.edu/blog/english-is-pl/
1•hugolundin•1m ago•0 comments

Inequality in Equalland

https://www.daemonology.net/blog/2011-01-10-inequality-in-equalland.html
1•abracos•2m ago•0 comments

Whitehall seeks lone C++ coder to keep airport passenger model flying

https://www.theregister.com/2026/03/12/100k_tender_napam/
1•jjgreen•2m ago•0 comments

I don't use LLMs for programming

https://neilmadden.blog/2026/03/02/why-i-dont-use-llms-for-programming/
2•ms7892•3m ago•0 comments

Agile V: An open standard for AI-augmented engineering

https://agile-v.org/
1•JoshuaWellbrock•3m ago•1 comments

Invoice OCR API for Automated GST Data Extraction in India

1•azapi_ai•5m ago•0 comments

1B identity records exposed in ID verification data leak

https://www.aol.com/articles/1-billion-identity-records-exposed-152505381.html
3•robtherobber•9m ago•0 comments

Show HN: Execute local LLM prompts in remote shells

https://github.com/tgalal/promptcmd
1•tgalal•9m ago•0 comments

Whoa. UTF-8 is older now than ASCII was when UTF-8 was invented

https://freeradical.zone/@tek/116186131628243462
2•gbxyz•9m ago•0 comments

The Connections of the .LT Web

https://entryscope.com/blog/lt-domain-ecosystem/
1•debesyla•9m ago•0 comments

Type-Safe Caching

https://encore.dev/blog/type-safe-caching
1•andout_•10m ago•0 comments

Pg_plan_advice: Plan stability and user planner control for PostgreSQL?

http://rhaas.blogspot.com/2026/03/pgplanadvice-plan-stability-and-user.html
1•fanf2•13m ago•0 comments

From pixels to characters: The engineering behind Copilot CLI's animated banner

https://github.blog/engineering/from-pixels-to-characters-the-engineering-behind-github-copilot-c...
1•mariuz•13m ago•0 comments

U.S. Navy Turns Down Hormuz Escort Requests Because of High Risk

https://maritime-executive.com/article/u-s-navy-turns-down-strait-of-hormuz-escort-requests-becau...
3•mytailorisrich•15m ago•0 comments

Show HN: Ltx 2.3 – Audio to Video

https://ltx23.app/
1•Jenny249•15m ago•0 comments

AI-powered defence system stops 5G cyber-attacks in a fraction of a second

https://www.surrey.ac.uk/news/ai-powered-defence-system-stops-5g-cyber-attacks-fraction-second
1•JeanKage•20m ago•0 comments

ReSharper for VS Code and compatible editors (Cursor, Windsurf, etc.) is out

https://blog.jetbrains.com/dotnet/2026/03/05/resharper-for-visual-studio-code-cursor-and-compatib...
1•chriswoodruff•24m ago•1 comments

SlideShow.digital Has a New Website

https://slideshow.digital/
1•mimac2•27m ago•1 comments

The Enigma handover – what Polish intelligence shared with the Allies in 1939

https://warcommons.com/2026/03/12/enigma-handover-polish-intelligence-allies-1939/
2•NENCMediaGroup•28m ago•1 comments

Abusing AAD Family Refresh Tokens for Unauthorized Access and Persistence (2022)

https://github.com/secureworks/family-of-client-ids-research
1•fowl2•30m ago•0 comments

The "-1" User

https://stackexchange.com/users/-1/community
1•otobrglez•30m ago•1 comments

Prefix sums at gigabytes per second with ARM NEON

https://lemire.me/blog/2026/03/08/prefix-sums-at-tens-of-gigabytes-per-second-with-arm-neon/
1•signa11•31m ago•0 comments

Dolphin Progress Release 2603

https://dolphin-emu.org/blog/2026/03/12/dolphin-progress-report-release-2603/
5•BitPirate•32m ago•0 comments

Text formats are everywhere. Why?

https://lemire.me/blog/2026/03/05/text-formats-are-everywhere-why/
2•signa11•32m ago•0 comments

Show HN: CareerCraft AI – Generate tailored resumes from a conversation

https://super.myninja.ai/apps/6de082c7-a05f-4fc5-a7d3-ab56ccb48631
1•ptak_dev•34m ago•0 comments

Seed – AI-growable firmware over HTTP API, single C file, tested on a PDP-11

https://github.com/Awis13/seed
1•awis•34m ago•0 comments

Calvin Seibert Builds Architectural Sandcastles

https://www.greyscape.com/calvin-seibert-builds-architectural-sandcastles/
1•stared•35m ago•0 comments

Nerq Trust Protocol – How AI agents verify each other before interaction

https://nerq.ai/protocol
1•Agentindex•35m ago•1 comments

Executing programs inside transformers with exponentially faster inference

https://www.percepta.ai/blog/can-llms-be-computers
1•u1hcw9nx•37m ago•0 comments

Has your data been leaked?

https://chromewebstore.google.com/detail/digital-shield-all-in-one/pkonihncnkmbejhhjadaognganhinnhc
1•shwn2989•40m ago•1 comments